hledger/tests/print-preserves-comments.test
2009-11-25 12:21:59 +00:00

19 lines
404 B
Plaintext

# let's have print preserve comments as far as possible
-f - print
<<<
2009/1/1 x ; description comment
a 1 ; amount comment
; middle posting comment
b
; trailing posting comment
; post-entry comment
>>>
2009/01/01 x ; description comment
a 1 ; amount comment
; middle posting comment
b -1
; trailing posting comment
; post-entry comment (?)