all repos

clerk @ master

missing tooling for ledger/hledger

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
tests: switch to txtar, 3 days ago
1
-- input --
2
# this is a comment
3
-- expect --
4
SEMICOLON    "#"                  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