hledger/tests/comment-line-after-postings.test
2011-08-14 22:15:39 +00:00

13 lines
149 B
Plaintext

bin/hledger -f - print
<<<
2009/01/01 x
a 1
b
; comment line after postings
>>>
2009/01/01 x
a 1
b -1
>>>=0