Denys Vlasenko 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
..
empty.right 895bea2303 hush: fix some fallout from prev commits, add testsuite 16 years ago
empty.tests 1ba323e5b6 cosmetics in hush testsuites 16 years ago
glob_and_vars.right 82dfec3e4e hush: fix hush-bugs/glob_and_vars.tests testcase: 16 years ago
glob_and_vars.tests 82dfec3e4e hush: fix hush-bugs/glob_and_vars.tests testcase: 16 years ago
param_expand_alt.right e85248afa2 hush: fix segfault in ${?:N:M} 14 years ago
param_expand_alt.tests e85248afa2 hush: fix segfault in ${?:N:M} 14 years ago
param_expand_assign.right 05d3b7cc0d hush: deal with some easier TODOs 15 years ago
param_expand_assign.tests d308106245 hust_test/*: use "$THIS_SH" instead of hush 15 years ago
param_expand_bash_substring.right e85248afa2 hush: fix segfault in ${?:N:M} 14 years ago
param_expand_bash_substring.tests e85248afa2 hush: fix segfault in ${?:N:M} 14 years ago
param_expand_default.right 78f9d8eb7a add hush tests for parameter expansion 15 years ago
param_expand_default.tests d308106245 hust_test/*: use "$THIS_SH" instead of hush 15 years ago
param_expand_indicate_error.right 3f78cec347 hush: handle expansions in ${var?expanded_word} constructs 14 years ago
param_expand_indicate_error.tests 3f78cec347 hush: handle expansions in ${var?expanded_word} constructs 14 years ago
param_expand_len.right 8a33679694 hush: fix "hush -c 'echo $#'" showing -1 14 years ago
param_expand_len.tests 8a33679694 hush: fix "hush -c 'echo $#'" showing -1 14 years ago
param_glob.right 324a3fdf87 fix globbing in unquoted $* and $@ 16 years ago
param_glob.tests 3ef4f77620 hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) 15 years ago
param_subshell.right 30db43b5c5 hush: fix passing of $n on NOMMU 15 years ago
param_subshell.tests 1fd1ea4395 hush: tighten up "for" variable name check. 15 years ago
star.right 1a7358612f hush: fix a bit different instance of "No EOL" bug, 17 years ago
star.tests 1a7358612f hush: fix a bit different instance of "No EOL" bug, 17 years ago
unset.right e9bda90e54 hush: fix problems with case in subshells and with "case esac" 15 years ago
unset.tests d690f68554 implement `unset` semantics as required by POSIX 15 years ago
var-do-not-collapse-arithmetic-expansion-at-parse-time.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-1.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-1.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-2.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-2.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-3.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-3.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-4.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-4.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-5.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-pattern-replacement-in-parameter-expansion-5.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-runtime-quote-detection.right 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var-runtime-quote-detection.tests 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) 9 years ago
var1.right dc3bc40578 hush: add support for special vars in braces 15 years ago
var1.tests dc3bc40578 hush: add support for special vars in braces 15 years ago
var2.right d498131168 hush: support $_NUMBERS variable names 16 years ago
var2.tests d498131168 hush: support $_NUMBERS variable names 16 years ago
var3.right 7436950a75 hush: fix a=abc; c=c; echo ${a%${c}} 14 years ago
var3.tests dc3bc40578 hush: add support for special vars in braces 15 years ago
var_bash1.right 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash1.tests 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash2.right 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash2.tests 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash3.right 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash3.tests 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 14 years ago
var_bash4.right c49d2d9793 hush: fix globbing+backslashes in unquoted $var expansion 14 years ago
var_bash4.tests c49d2d9793 hush: fix globbing+backslashes in unquoted $var expansion 14 years ago
var_bash5.right ebee410fe2 hush: fix var_bash5.tests failure 14 years ago
var_bash5.tests ebee410fe2 hush: fix var_bash5.tests failure 14 years ago
var_bash6.right 4f870496e7 hush: do fewer strdups in % and hash expansions 14 years ago
var_bash6.tests 4f870496e7 hush: do fewer strdups in % and hash expansions 14 years ago
var_expand_in_assign.right 764d59d488 hush: more fixes to variable expansion, more testcases 17 years ago
var_expand_in_assign.tests 764d59d488 hush: more fixes to variable expansion, more testcases 17 years ago
var_expand_in_redir.right cccdc4e01a hush: fix $ expansion in redirections, add testcase for that 17 years ago
var_expand_in_redir.tests cccdc4e01a hush: fix $ expansion in redirections, add testcase for that 17 years ago
var_expand_on_ifs.right 4fb53fb08c hush: partially fix wrong expansion on $IFS (bug 4027). 13 years ago
var_expand_on_ifs.tests 4fb53fb08c hush: partially fix wrong expansion on $IFS (bug 4027). 13 years ago
var_in_pipes.right 3718168b87 hush: fix bug with local environment vars in pipes; simplify parse_stream() 15 years ago
var_in_pipes.tests 3718168b87 hush: fix bug with local environment vars in pipes; simplify parse_stream() 15 years ago
var_leaks.right afd7a8d744 hush: fix environment and memory leaks, add tests for them 16 years ago
var_leaks.tests afd7a8d744 hush: fix environment and memory leaks, add tests for them 16 years ago
var_posix1.right a6ad397ea9 hush: fix more obscure ${var%...} cases 14 years ago
var_posix1.tests a6ad397ea9 hush: fix more obscure ${var%...} cases 14 years ago
var_preserved.right f886fd2bc7 hush: fix NOMMU bug (analogous to preceding commit for MMU) 16 years ago
var_preserved.tests f886fd2bc7 hush: fix NOMMU bug (analogous to preceding commit for MMU) 16 years ago
var_serial.right 29082231d0 hush: fix multimple dependent variable expansion cases 14 years ago
var_serial.tests 29082231d0 hush: fix multimple dependent variable expansion cases 14 years ago
var_subst_in_for.right 03eb8bf6ce hush: move towards more correct variable expansion 17 years ago
var_subst_in_for.tests 1ba323e5b6 cosmetics in hush testsuites 16 years ago
var_unbackslash.right 101a4e3e21 hush: make parse_dollar flag quited status regardless of glob escaping status 14 years ago
var_unbackslash.tests 101a4e3e21 hush: make parse_dollar flag quited status regardless of glob escaping status 14 years ago