all repos

clerk @ 1f3a17349e37c8189adb11b8d956acbf3b2080d1

missing tooling for ledger/hledger

clerk/journal/lexer/testdata/star_comment.txtar (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
tests: switch to txtar, 2 days ago
1
-- input --
2
* this is a comment
3
-- expect --
4
STAR         "*"                  1:1-1:2
5
TEXT         "this is a comment"  1:3-2:0
6
NEWLINE      "\n"                 2:0-2:1
7
EOF          ""                   2:1-2:1