hush/shell/hush_test
Denis Vlasenko 05d3b7cc0d hush: deal with some easier TODOs
function                                             old     new   delta
is_well_formed_var_name                                -      87     +87
builtin_read                                          49      86     +37
die_if_script                                          -      31     +31
syntax_error_unterminated                              -      28     +28
syntax_error                                          26      51     +25
done_word                                            768     788     +20
syntax_error_at                                        -      12     +12
parse_stream_dquoted                                 320     328      +8
expand_variables                                    2064    2063      -1
run_list                                            1225    1220      -5
add_till_closing_paren                               308     303      -5
add_till_backquote                                   111     106      -5
handle_dollar                                        812     803      -9
parse_stream                                        2378    2356     -22
parse_redirect                                       408     372     -36
maybe_die                                             44       -     -44
is_assignment                                        215     134     -81
------------------------------------------------------------------------------
(add/remove: 4/1 grow/shrink: 4/8 up/down: 248/-208)           Total: 40 bytes
2009-04-09 19:16:15 +00:00
..
hush-arith hush: deal with some easier TODOs 2009-04-09 19:16:15 +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 EXIT trap recursion case; check redirection failures 2009-04-09 13:43:11 +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: deal with some easier TODOs 2009-04-09 19:16:15 +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