clerk/journal/printer/testdata/align_tab.txtar (view raw)
| 1 | -- input -- |
| 2 | 2026-01-15 * Test restaurant |
| 3 | Expenses:FoodAndDrinks 50.00$ |
| 4 | Assets:Cash -50.00$ |
| 5 | |
| 6 | 2026-01-16 Another entry with longer account |
| 7 | Expenses:SuperMarket 120.50$ |
| 8 | Assets:Cash -120.50$ |
| 9 | |
| 10 | 2026-01-17 Short accounts |
| 11 | a 10.00$ |
| 12 | b -10.00$ |
| 13 | |
| 14 | -- expect -- |
| 15 | 2026-01-15 * Test restaurant |
| 16 | Expenses:FoodAndDrinks 50.00$ |
| 17 | Assets:Cash -50.00$ |
| 18 | |
| 19 | 2026-01-16 Another entry with longer account |
| 20 | Expenses:SuperMarket 120.50$ |
| 21 | Assets:Cash -120.50$ |
| 22 | |
| 23 | 2026-01-17 Short accounts |
| 24 | a 10.00$ |
| 25 | b -10.00$ |