blob: 8d465f4ddfa5e17edc3b24a6b0db1c1a630afad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; Check that error reporting works for "-f -"
2012/02/30 * Test
a 1
b
test -f - reg -> 1
__ERROR__
While parsing file "/dev/stdin", line 3:
While parsing transaction:
<no source context>
Error: Day of month is not valid for year
end test
|