ledger/test/regress/BF3C1F82.test
2014-05-13 18:08:34 -04:00

19 lines
401 B
Text

; Check that error reporting works for "-f -"
2012/02/30 * Test
a 1
b
test -f - reg -> 1
__ERROR__
While parsing file "", line 3:
While parsing transaction:
<no source context>
Error: Day of month is not valid for year
end test
test -f /dev/stdin reg -> 1
__ERROR__
While parsing file "", line 3:
While parsing transaction:
<no source context>
Error: Day of month is not valid for year
end test