Commit Graph

2 Commits

Author SHA1 Message Date
Olly Betts df5f5497b8 Suppress syntax error after skip_balanced() fails
In this situation, skip_balanced() reports a useful error such as
(the '}' part varies depending what we're trying to skip over):

Error: Missing '}'. Reached end of input.

We now exit after such failures which avoids reporting a second more
generic error like:

Error: Syntax error in input(1).

or:

Error: Syntax error in input(3).

Fixes #2606
2023-05-23 17:56:03 +12:00
William S Fulton 3055a21505 Errors test-suite overhaul
Use makefiles instead of a make.sh script
Expected results are in individual .stderr files instead of the expected.log file
Add errors test-suite to Travis testing and 'make check'
2014-01-19 00:12:12 +00:00