mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
;journal: tests: note surprising decimal mark parsing
[ci skip]
This commit is contained in:
parent
6c2398e4d7
commit
5ceb278296
@ -150,3 +150,16 @@ $ hledger -f- print
|
||||
|
||||
$ hledger -f- print
|
||||
> // # any stdout, no stderr, 0 exit code
|
||||
|
||||
# 13. Example of surprising decimal mark parsing behaviour.
|
||||
# Without a commodity declaration, these amounts are parsed as 10 and 10000.
|
||||
# <
|
||||
# 2000/1/1
|
||||
# a $-10,000
|
||||
# b $10,000.00
|
||||
#
|
||||
# $ hledger -f- print
|
||||
# could not balance this transaction (real postings are off by $9,990,000)
|
||||
# 2000/01/01
|
||||
# a $-10,000
|
||||
# b $10,000,000
|
Loading…
Reference in New Issue
Block a user