hledger/tests/comment-line-after-postings.test

12 lines
143 B
Plaintext
Raw Normal View History

2010-05-22 04:52:45 +04:00
bin/hledger -f - print
2009-07-10 21:21:30 +04:00
<<<
2009/01/01 x
a 1
b
; comment line after postings
>>>
2009/01/01 x
2009-11-25 15:21:59 +03:00
a 1
b -1
2009-07-10 21:21:30 +04:00