hledger/tests/print-posting-comment.test

14 lines
197 B
Plaintext

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