mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
# b amount with no decimal places, in middle, causes balance failure (0.6.1)
|
|
./hledger -f - print
|
|
<<<
|
|
2009/1/1 x
|
|
a $1.25
|
|
b $-1
|
|
c $-0.25
|
|
|
|
>>>2
|