hledger/tests/commented-posting.test

12 lines
148 B
Plaintext
Raw Normal View History

2010-05-22 04:52:45 +04:00
bin/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