mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
# this gave a stack space overflow error with 0.8-0.9 due to infinite
|
|
# recursion in Posting and Transaction's equality tests:
|
|
bin/hledger -f - balance
|
|
<<<
|
|
i 2010/1/1 09:00:00 a:b
|
|
o 2010/1/1 09:03:00
|
|
>>>=0
|
|
# incidentally this didn't trigger it.. go figure
|
|
#bin/hledger -f - balance
|
|
#<<<
|
|
#i 2010/1/1 09:00:00 a:b
|
|
#o 2010/1/1 09:02:00
|
|
#>>>=0
|