all repos

clerk @ e2e9e2b

missing tooling for ledger/hledger

clerk/journal/parser/testdata/account_directive_with_comment.txtar (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
tests: switch to txtar, 3 days ago
1
-- input --
2
account expenses:food ; my account
3
-- expect --
4
Journal
5
  AccountDirective j:1:1-2:1
6
    Account j:1:9-1:22
7
      SubAccount: "expenses" j:1:9-1:17
8
      SubAccount: "food" j:1:18-1:22
9
    Comment j:1:23-2:0
10
      Marker: ";"
11
      Text: "my account"