hush/shell/hush_test/hush-vars
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
..
empty.right hush: fix some fallout from prev commits, add testsuite 2008-06-10 18:06:24 +00:00
empty.tests hush: fix some fallout from prev commits, add testsuite 2008-06-10 18:06:24 +00:00
glob_and_vars.right hush: fix hush-bugs/glob_and_vars.tests testcase: 2008-06-16 12:47:11 +00:00
glob_and_vars.tests hush: fix hush-bugs/glob_and_vars.tests testcase: 2008-06-16 12:47:11 +00:00
star.right hush: fix a bit different instance of "No EOL" bug, 2007-05-23 00:32:25 +00:00
star.tests hush: fix a bit different instance of "No EOL" bug, 2007-05-23 00:32:25 +00:00
var_expand_in_assign.right hush: more fixes to variable expansion, more testcases 2007-05-14 16:23:23 +00:00
var_expand_in_assign.tests hush: more fixes to variable expansion, more testcases 2007-05-14 16:23:23 +00:00
var_expand_in_redir.right hush: fix $ expansion in redirections, add testcase for that 2007-11-23 21:08:38 +00:00
var_expand_in_redir.tests hush: fix $ expansion in redirections, add testcase for that 2007-11-23 21:08:38 +00:00
var_subst_in_for.right hush: move towards more correct variable expansion 2007-05-14 16:19:34 +00:00
var_subst_in_for.tests hush: more fixes to variable expansion, more testcases 2007-05-14 16:23:23 +00:00
var.right hush: fix '{ false; echo $?; }' bug. 2007-05-13 18:34:53 +00:00
var.tests hush: fix '{ false; echo $?; }' bug. 2007-05-13 18:34:53 +00:00