hledger/hledger/test/errors/csvbalanceparse.test
2024-03-26 10:12:46 -10:00

17 lines
339 B
Plaintext

$$$ hledger check -f csvbalanceparse.csv
>>>2 /hledger: Error: error: could not parse "badbalance" as balance1 amount
CSV record: "2022-01-03","badbalance"
the balance rule is: %2
the date rule is: %1
the parse error is: 1:11:
\|
1 \| badbalance
\| \^
unexpected end of input
expecting '\+', '-', or number
/
>>>= 1