hledger/tests/parens-in-account-name.test

13 lines
159 B
Plaintext
Raw Normal View History

./hledger -f - print
2009-06-27 15:02:28 +04:00
<<<
2009-01-01 x
a 2
b (b) b -1
c
>>>
2009/01/01 x
2009-11-25 15:21:59 +03:00
a 2
b (b) b -1
c -1
2009-06-27 15:02:28 +04:00