hush/shell/hush_test
Denis Vlasenko 0b677d8337 hush: fix some TODOs. TODO in export builting: +250 bytes.
simplify unexpected EOF handling.

function                                             old     new   delta
builtin_export                                       117     374    +257
o_reset_to_empty_unquoted                              -      21     +21
parse_stream                                        1926    1929      +3
syntax_error_unterm_ch                                31      32      +1
handle_dollar                                        644     641      -3
parse_stream_dquoted                                 307     298      -9
add_till_backquote                                   106      97      -9
add_till_closing_paren                               303     286     -17
o_reset                                               21       -     -21
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 3/4 up/down: 282/-59)           Total: 223 bytes
2009-04-10 13:49:10 +00:00
..
hush-arith hush: deal with some easier TODOs 2009-04-09 19:16:15 +00:00
hush-bugs hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
hush-glob hush: add testsuite for "no globbing in redirection" rule. 2008-06-18 16:29:32 +00:00
hush-leak fixing mode on hush-leak/leak_argv1.tests 2009-04-05 02:14:59 +00:00
hush-misc hush: fix some TODOs. TODO in export builting: +250 bytes. 2009-04-10 13:49:10 +00:00
hush-parsing skip some tests when fancy echo support is turned off 2009-04-09 07:50:18 +00:00
hush-psubst skip some tests when fancy echo support is turned off 2009-04-09 07:50:18 +00:00
hush-trap hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
hush-vars hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
hush-z_slow hush: plug the leak of expanded heredoc 2009-04-09 14:15:57 +00:00
run-all source the .config so tests can signal they need to be skipped due to feature disable 2009-04-09 07:49:43 +00:00