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

13 lines
268 B
Plaintext

$$$ hledger print -f csvstatusparse.csv
>>>2 /hledger: Error: error: could not parse "badstatus" as a cleared status \(should be \*, ! or empty\)
the parse error is: 1:1:
\|
1 \| badstatus
\| \^
unexpected 'b'
expecting '!', '\*', or end of input
/
>>>= 1