freebsd-dev/tools/regression/bin/sh/errors
Jilles Tjoelker e20776d503 sh: Detect various additional errors in the parser.
Apart from detecting breakage earlier or at all, this also fixes a segfault
in the testsuite. The "handling" of the breakage left an invalid internal
representation in some cases.

Examples:
  echo a; do echo b
  echo `) echo a`
  echo `date; do do do`

Exp-run done by:	pav (with some other sh(1) changes)
2010-10-29 21:06:57 +00:00
..
assignment-error1.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
backquote-error1.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
backquote-error2.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
bad-keyword1.0 sh: Detect various additional errors in the parser. 2010-10-29 21:06:57 +00:00
bad-parm-exp1.0
bad-parm-exp2.2
bad-parm-exp2.2.stderr
bad-parm-exp3.2
bad-parm-exp3.2.stderr
bad-parm-exp4.2
bad-parm-exp4.2.stderr
bad-parm-exp5.2
bad-parm-exp5.2.stderr
option-error.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
redirection-error2.2 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
redirection-error3.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
redirection-error4.0 sh: Do not abort on a redirection error if there is no command word. 2010-03-13 22:53:17 +00:00
redirection-error5.0 sh: Add test for redirection error on subshell (should not abort). 2010-03-14 13:51:12 +00:00
redirection-error6.0 sh: Do not abort on a redirection error on a compound command. 2010-03-14 14:24:35 +00:00
redirection-error.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00