hledger/tests/zero-handling.test
2011-08-14 22:15:39 +00:00

14 lines
245 B
Plaintext

# a zero amount is always displayed as just "0", regardless of any commodity/decimal places/price (like ledger)
#
bin/hledger -f- print --empty
<<<
2010/3/1 x
a $0.00 @ 3EUR
b
>>>
2010/03/01 x
a 0
b 0
>>>=0