hledger/tests/eliding-balance.test
2011-09-03 21:25:13 +00:00

15 lines
237 B
Plaintext

# 1. One commodity. Zero accounts should be elided but the final total should not.
bin/hledger -f - balance
<<<
2010/04/01 tr1
a 16$
b -16$
2010/04/02 tr2
a -16$
b 16$
>>>
--------------------
0
>>>=0