hush/shell/hush_test
Denis Vlasenko be709c24d4 hush: finish and enable optional case...esac support. Code size cost:
function                                             old     new   delta
run_list                                            1891    2075    +184
parse_stream                                        1764    1847     +83
expand_strvec_to_string                                -      83     +83
done_word                                            647     715     +68
static.reserved_list                                 144     168     +24
static.reserved_match                                  -      12     +12
done_pipe                                             95     105     +10
builtin_exit                                          48      46      -2
builtin_eval                                         127      54     -73
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 5/2 up/down: 464/-75)           Total: 389 bytes
2008-07-28 00:01:16 +00:00
..
hush-glob hush: add testsuite for "no globbing in redirection" rule. 2008-06-18 16:29:32 +00:00
hush-misc hush: finish and enable optional case...esac support. Code size cost: 2008-07-28 00:01:16 +00:00
hush-parsing hush: fix a case where "$@" must expand to no word at all 2008-07-05 17:40:04 +00:00
hush-psubst hush: fix for nested $()s with escapes + testsuite 2008-06-12 12:58:20 +00:00
hush-vars cosmetics in hush testsuites 2008-06-18 17:53:57 +00:00
hush-z_slow hush: plug memory leak 2007-11-23 12:50:54 +00:00
run-all hush: continue fixing quoting and subst: fix glob_and_assign.tests. 2008-06-17 07:24:29 +00:00