BF3C1F82.test 401 B

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