hledger/tests/commented-posting.test

12 lines
146 B
Plaintext
Raw Normal View History

./hledger -f - print
2009-07-09 04:38:52 +04:00
<<<
2009/01/01 x
2009-07-10 21:21:30 +04:00
; comment line within postings
2009-07-09 04:38:52 +04:00
a 1
b
>>>
2009/01/01 x
2009-11-25 15:21:59 +03:00
a 1
b -1
2009-07-09 04:38:52 +04:00