hush/shell/hush_test
Denis Vlasenko 82dfec3e4e hush: fix hush-bugs/glob_and_vars.tests testcase:
globbing is now done _after_ variable/`cmd` substitution

function                                             old     new   delta
expand_strvec_to_strvec                                7     353    +346
expand_variables                                    1348    1383     +35
add_string_to_strings                                  -      28     +28
globhack                                             114       -    -114
done_word                                            778     579    -199
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 2/1 up/down: 409/-313)           Total: 96 bytes
2008-06-16 12:47:11 +00:00
..
hush-bugs hush: fix hush-bugs/glob_and_vars.tests testcase: 2008-06-16 12:47:11 +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 hush-bugs/glob_and_vars.tests testcase: 2008-06-16 12:47:11 +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