clerk/journal/parser/testdata/golden/Parser_ParseFile__transaction_with_header_comment.golden (view raw)
| 1 | Journal |
| 2 | Transaction j:1:1-5:1 |
| 3 | Date: 2024/01/01 |
| 4 | Payee: "groceries" j:1:12-2:0 |
| 5 | HeaderComments j:1:1-5:1 |
| 6 | Comment j:2:2-3:1 |
| 7 | Marker: ";" |
| 8 | Text: "header comment" |
| 9 | Posting j:3:1-4:1 |
| 10 | Account "expenses:food" j:3:2-3:15 |
| 11 | Amount j:3:17-3:17 |
| 12 | Quantity: 10 |
| 13 | Commodity: "$" |
| 14 | CommodityPos: Before |
| 15 | HasSpace: false |
| 16 | Precision: 2 |
| 17 | Decimal: "." |
| 18 | Posting j:4:1-5:1 |
| 19 | Account "assets:checking" j:4:2-5:0 |
| 20 | Amount: <elided> |