hush/shell/hush_test
Denis Vlasenko f8d01d3f66 hush: fix a bug where we were requiring semicolon here: (cmd;)
also fix a bug where after error prompt is not shown.

function                                             old     new   delta
parse_stream                                        1612    1638     +26
parse_and_run_stream                                 361     375     +14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0)               Total: 40 bytes
2008-06-14 17:13:20 +00:00
..
hush-bugs hush: fix a bug where we were requiring semicolon here: (cmd;) 2008-06-14 17:13:20 +00:00
hush-glob hush: fix escaping of \[*?; add testsuites for these and for globbing 2008-06-10 20:13:40 +00:00
hush-misc hush: fix a bug where we were requiring semicolon here: (cmd;) 2008-06-14 17:13:20 +00:00
hush-parsing hush: support "! cmd | cmd" negation 2008-06-14 11:00:17 +00:00
hush-psubst hush: fix for nested $()s with escapes + testsuite 2008-06-12 12:58:20 +00:00
hush-vars hush: fix some fallout from prev commits, add testsuite 2008-06-10 18:06:24 +00:00
hush-z_slow hush: plug memory leak 2007-11-23 12:50:54 +00:00
run-all hush: support "! cmd | cmd" negation 2008-06-14 11:00:17 +00:00