clerk/journal/parser/testdata/golden/Parser_ParseFile__comment_between_bad_postings.golden (view raw)
| 1 | Journal |
| 2 | Transaction j:1:1-7:1 |
| 3 | Date: 2024/01/01 |
| 4 | Payee: "groceries" j:1:12-2:0 |
| 5 | Posting j:2:1-3:1 |
| 6 | Account "expenses:food" j:2:5-2:18 |
| 7 | Amount j:2:20-2:20 |
| 8 | Quantity: 10 |
| 9 | Commodity: "$" |
| 10 | CommodityPos: Before |
| 11 | HasSpace: false |
| 12 | Precision: 0 |
| 13 | Decimal: "." |
| 14 | Posting j:6:1-7:1 |
| 15 | Account "assets:checking" j:6:5-7:0 |
| 16 | Amount: <elided> |
| 17 | Errors |
| 18 | j:3:5-3:7: expected account name, got ATAT |
| 19 | j:4:5-4:6: expected account name, got SEMICOLON |
| 20 | j:5:5-5:6: expected account name, got AT |