K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-10-29T21:06:57.983552Z K 7 svn:log V 360 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) END