summaryrefslogtreecommitdiff
path: root/tests/scripts/misc/failure
Commit message (Collapse)AuthorAgeFilesLines
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-151-0/+49
* src/read.c (eval): If "missing separator" appears to be due to missing space after ifeq/ifneq, give a hint about the error. * tests/scripts/misc/failure: Check for these types of failures. * tests/scripts/variables/special: Move error checking unrelated to special variables, to misc/failure.