clerk/journal/printer/testdata/entries.golden (view raw)
Oleksandr Smirnov
Oleksandr Smirnov
olexsmir@gmail.com linter: add missing transaction status, 1 month ago
olexsmir@gmail.com linter: add missing transaction status, 1 month ago
| 1 | ; i am a comment |
| 2 | ;; i am a comment |
| 3 | # i am a comment |
| 4 | * i am a comment |
| 5 | **** i'm a fat comment |
| 6 | % and i am a comment |
| 7 | |
| 8 | 2026-01-15 * Test restaurant |
| 9 | ; header comment on transaction (before payee) |
| 10 | Expenses:Food 50.00$ |
| 11 | Assets:Cash -50.00$ |
| 12 | ; inline comment on posting |
| 13 | |
| 14 | ; A simple comment line |
| 15 | |
| 16 | 2026-01-16 another entry |
| 17 | Expenses:Food 30.00$ |
| 18 | Assets:Cash -30.00$ |
| 19 | |
| 20 | ~ monthly * |
| 21 | Expenses:Food 100.00$ |
| 22 | Assets:Cash -100.00$ |
| 23 | |
| 24 | = account:Expenses |
| 25 | Expenses:Food 100.00$ |
| 26 | Assets:Cash -100.00$ |
| 27 | |
| 28 | 2026-01-15 * (CODE) Test with code and note | Some note |
| 29 | Expenses:Food 100.00$ |
| 30 | Assets:Cash -100.00$ |
| 31 | |
| 32 | 2026-01-15=2026-01-20 * Virtual posting |
| 33 | (Expenses:Food) 100.00$ |
| 34 | [Assets:Cash] -100.00$ |
| 35 | |
| 36 | 2026-01-15 * Cost test |
| 37 | Expenses:Food 100.00$ @ 1.50$ |
| 38 | Assets:Cash -100.00$ @@ 1.50$ |
| 39 | ; continuation comment |
| 40 | |
| 41 | 2026-02-01 * Balance assertion test |
| 42 | Expenses:Food 50.00$ = 500.00$ |
| 43 | Assets:Cash -50.00$ == 500.00$ |
| 44 | Assets:Total === 0.00$ |
| 45 | |
| 46 | 2026-03-01 Multi-posting |
| 47 | Expenses:Food 30.00$ |
| 48 | Expenses:Dining 20.00$ |
| 49 | Assets:Cash -50.00$ |
| 50 | |
| 51 | 0000-01-01 test |
| 52 | a 123.00$ |
| 53 | b |
| 54 | |
| 55 | 2026-01-15 * Comments test |
| 56 | ; header comment |
| 57 | Expenses:Food 50.00$ |
| 58 | Assets:Cash -50.00$ |
| 59 | ; inline comment |