hledger/hledger/test/ledger-compat/baseline/dir-commodity.test.ignored
Simon Michael 15646ab999 ;dev: convert ledger compat tests to individual shell tests
Also comment ledger's tests more robustly,
and log as an org outline.
2022-12-18 11:50:15 -10:00

24 lines
350 B
Plaintext

account A
account B
commodity GBP
2012-03-25 GBP
A 10.00 GBP
B
2012-03-26 EUR
A 20.00 EUR
B
$ hledger -f- check
#test bal --pedantic -> 1
#__ERROR__
#While parsing file "$FILE", line 10:
#While parsing posting:
# A 20.00 EUR
# ^^^^^^^^^
#Error: Unknown commodity 'EUR'
#end test
#
#