Denys Vlasenko d81e9f5093 ash: fix interactive "command eval STRING" exiting on errors. před 8 roky
..
empty.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
empty.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
glob_and_vars.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
glob_and_vars.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
param_expand_len.right f15aa57a7f ash: [PARSER] Fix parsing of ${##1} před 8 roky
param_expand_len.tests f15aa57a7f ash: [PARSER] Fix parsing of ${##1} před 8 roky
param_glob.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
param_glob.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
param_subshell.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
param_subshell.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
readonly1.right d81e9f5093 ash: fix interactive "command eval STRING" exiting on errors. před 8 roky
readonly1.tests d81e9f5093 ash: fix interactive "command eval STRING" exiting on errors. před 8 roky
star.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
star.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var-do-not-collapse-arithmetic-expansion-at-parse-time.right ad88bdee0c ash: remove arithmetic expansion collapsing at parse time před 9 roky
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests ad88bdee0c ash: remove arithmetic expansion collapsing at parse time před 9 roky
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.right 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes před 9 roky
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.tests 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes před 9 roky
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.right 549deab5ab ash: move parse-time quote flag detection to run-time před 9 roky
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.tests 549deab5ab ash: move parse-time quote flag detection to run-time před 9 roky
var-expand-tilde-in-parameter-expansion.right eb6b48ba74 ash: perform tilde expansion in all parameter expansion words před 9 roky
var-expand-tilde-in-parameter-expansion.tests eb6b48ba74 ash: perform tilde expansion in all parameter expansion words před 9 roky
var-pattern-replacement-in-parameter-expansion-1.right 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-1.tests 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-2.right 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-2.tests 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-3.right 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-3.tests 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-4.right 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-4.tests 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-5.right 523006798c testsuite: add some tests for ash před 9 roky
var-pattern-replacement-in-parameter-expansion-5.tests 523006798c testsuite: add some tests for ash před 9 roky
var-runtime-quote-detection.right 549deab5ab ash: move parse-time quote flag detection to run-time před 9 roky
var-runtime-quote-detection.tests 549deab5ab ash: move parse-time quote flag detection to run-time před 9 roky
var-utf8-length.right 3e3bfb896e ash: fix corruption of ${#var} if $var contains UTF-8 characters před 8 roky
var-utf8-length.tests 3e3bfb896e ash: fix corruption of ${#var} if $var contains UTF-8 characters před 8 roky
var1.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var1.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var2.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var2.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var3.right 0a0acb55db ash: fix handling of duplicate "local" před 9 roky
var3.tests 0a0acb55db ash: fix handling of duplicate "local" před 9 roky
var4.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var4.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var5.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var5.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ před 8 roky
var_bash1.right 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks před 17 roky
var_bash1.tests 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks před 17 roky
var_bash1a.right f8ddbe1ccc ash: fix handling of ${VAR: -2} před 8 roky
var_bash1a.tests f8ddbe1ccc ash: fix handling of ${VAR: -2} před 8 roky
var_bash2.right 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks před 17 roky
var_bash2.tests 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks před 17 roky
var_bash3.right b0fbe4b540 ash: add a testcase for bug 2281 (currently fails). Small code cleanups. před 14 roky
var_bash3.tests 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat před 14 roky
var_bash4.right e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_bash4.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_bash5.right e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_bash5.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_expand_in_assign.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_expand_in_assign.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_expand_in_redir.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_expand_in_redir.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_expand_on_ifs.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_expand_on_ifs.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_in_pipes.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_in_pipes.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_leak.right 42c4b2e3b5 ash: fix var_leak.tests so that it actually catches the NOFORK bug před 14 roky
var_leak.tests 42c4b2e3b5 ash: fix var_leak.tests so that it actually catches the NOFORK bug před 14 roky
var_leaks.right a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_leaks.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash před 8 roky
var_posix1.right e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_posix1.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush před 8 roky
var_serial.right 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_serial.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_subst_in_for.right 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_subst_in_for.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_unbackslash.right 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_unbackslash.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek před 8 roky
var_unbackslash1.right 459293b1c5 ash: fix arithmetic closing )) split by backslash-newline před 8 roky
var_unbackslash1.tests 7a24e8ffeb shell testsuite: add trailing newline to var_unbackslash1.tests před 8 roky
var_wordsplit_ifs1.right 0aaaa50b45 ash: expand: Fixed "$@" expansion when EXP_FULL is false před 8 roky
var_wordsplit_ifs1.tests 0aaaa50b45 ash: expand: Fixed "$@" expansion when EXP_FULL is false před 8 roky
var_wordsplit_ifs2.right 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM před 8 roky
var_wordsplit_ifs2.tests 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM před 8 roky
var_wordsplit_ifs3.right 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM před 8 roky
var_wordsplit_ifs3.tests 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM před 8 roky