hledger/tests/print-posting-comment.test
2010-05-22 00:52:45 +00:00

14 lines
209 B
Plaintext

# a posting comment should appear in print
bin/hledger -f - print
<<<
2010/01/01 x
a 1 ; comment
b -1
>>>
2010/01/01 x
a 1 ; comment
b -1
>>>2