Denys Vlasenko c2ce888030 ash: parser: Only accept single-digit parameter expansion outside of braces 4 vuotta sitten
..
empty.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
empty.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
glob_and_vars.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
glob_and_vars.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
param_expand_alt.right b0648b0e78 shell: remove ${#+} tests, it is not a valid construct 7 vuotta sitten
param_expand_alt.tests b0648b0e78 shell: remove ${#+} tests, it is not a valid construct 7 vuotta sitten
param_expand_alt2.right 680c3016a2 ash: parser: Allow newlines within parameter substitution 6 vuotta sitten
param_expand_alt2.tests 680c3016a2 ash: parser: Allow newlines within parameter substitution 6 vuotta sitten
param_expand_assign.right c2aea025bb ash: update testsuite (we now error out on ${#=}) 6 vuotta sitten
param_expand_assign.tests 64925384c9 ash: add a few tests from hush-vars/* 7 vuotta sitten
param_expand_bash_substring.right aea52e7b2d shell: echo ${?:0} was fixed sometime ago, enable it in tests 6 vuotta sitten
param_expand_bash_substring.tests aea52e7b2d shell: echo ${?:0} was fixed sometime ago, enable it in tests 6 vuotta sitten
param_expand_default.right 9e0adb9b09 hush: fix quoted "${notexist-}" expansion to not disappear 5 vuotta sitten
param_expand_default.tests 30a4c32a4d hush: remove test for "echo ${-}" errorring out - now it works 5 vuotta sitten
param_expand_indicate_error.right 645c697372 hush: treat ${#?} as "length of $?" 7 vuotta sitten
param_expand_indicate_error.tests 645c697372 hush: treat ${#?} as "length of $?" 7 vuotta sitten
param_expand_len.right f15aa57a7f ash: [PARSER] Fix parsing of ${##1} 7 vuotta sitten
param_expand_len.tests f15aa57a7f ash: [PARSER] Fix parsing of ${##1} 7 vuotta sitten
param_expand_len1.right 2093ad296f hush: fix ${##}, ${#?}, ${#!} handling 7 vuotta sitten
param_expand_len1.tests 2093ad296f hush: fix ${##}, ${#?}, ${#!} handling 7 vuotta sitten
param_glob.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
param_glob.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
param_subshell.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
param_subshell.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
readonly0.right b28d4c3462 ash: [VAR] Move unsetvar functionality into setvareq 7 vuotta sitten
readonly0.tests 0eed355eac ash: suppress readonly1.tests false positive; add readonly0.tests 7 vuotta sitten
readonly1.right 0eed355eac ash: suppress readonly1.tests false positive; add readonly0.tests 7 vuotta sitten
readonly1.tests 0eed355eac ash: suppress readonly1.tests false positive; add readonly0.tests 7 vuotta sitten
star.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
star.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
unset.right b28d4c3462 ash: [VAR] Move unsetvar functionality into setvareq 7 vuotta sitten
unset.tests b28d4c3462 ash: [VAR] Move unsetvar functionality into setvareq 7 vuotta sitten
var-do-not-collapse-arithmetic-expansion-at-parse-time.right ad88bdee0c ash: remove arithmetic expansion collapsing at parse time 9 vuotta sitten
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests ad88bdee0c ash: remove arithmetic expansion collapsing at parse time 9 vuotta sitten
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.right 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes 9 vuotta sitten
var-do-not-expand-tilde-in-parameter-expansion-in-quotes.tests 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes 9 vuotta sitten
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.right 549deab5ab ash: move parse-time quote flag detection to run-time 9 vuotta sitten
var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.tests 549deab5ab ash: move parse-time quote flag detection to run-time 9 vuotta sitten
var-expand-tilde-in-parameter-expansion.right eb6b48ba74 ash: perform tilde expansion in all parameter expansion words 9 vuotta sitten
var-expand-tilde-in-parameter-expansion.tests eb6b48ba74 ash: perform tilde expansion in all parameter expansion words 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-1.right 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-1.tests 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-2.right 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-2.tests 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-3.right 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-3.tests 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-4.right 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-4.tests 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-5.right 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-pattern-replacement-in-parameter-expansion-5.tests 523006798c testsuite: add some tests for ash 9 vuotta sitten
var-runtime-quote-detection.right 549deab5ab ash: move parse-time quote flag detection to run-time 9 vuotta sitten
var-runtime-quote-detection.tests 549deab5ab ash: move parse-time quote flag detection to run-time 9 vuotta sitten
var-utf8-length.right 3e3bfb896e ash: fix corruption of ${#var} if $var contains UTF-8 characters 8 vuotta sitten
var-utf8-length.tests 3234045d07 hush: "adopt" ash var-utf8-length.tests 7 vuotta sitten
var1.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var1.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var2.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var2.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var3.right 0a0acb55db ash: fix handling of duplicate "local" 9 vuotta sitten
var3.tests 0a0acb55db ash: fix handling of duplicate "local" 9 vuotta sitten
var4.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var4.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var5.right 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var5.tests 0ba99705a1 sh testsuite: sync ash-vars/ and hush-vars/ 7 vuotta sitten
var_10.right c2ce888030 ash: parser: Only accept single-digit parameter expansion outside of braces 4 vuotta sitten
var_10.tests c2ce888030 ash: parser: Only accept single-digit parameter expansion outside of braces 4 vuotta sitten
var_LINENO1.right 32e183e63e shells: fix var_LINENO1.tests false positive, add it to ash tests too 6 vuotta sitten
var_LINENO1.tests 32e183e63e shells: fix var_LINENO1.tests false positive, add it to ash tests too 6 vuotta sitten
var_bash1.right 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks 16 vuotta sitten
var_bash1.tests 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks 16 vuotta sitten
var_bash1a.right f8ddbe1ccc ash: fix handling of ${VAR: -2} 8 vuotta sitten
var_bash1a.tests 74d20e6379 typo fix 7 vuotta sitten
var_bash1b.right 826360ff23 ash: more general format ${var:EXPR:EXPR} 7 vuotta sitten
var_bash1b.tests 826360ff23 ash: more general format ${var:EXPR:EXPR} 7 vuotta sitten
var_bash2.right 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks 16 vuotta sitten
var_bash2.tests 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks 16 vuotta sitten
var_bash3.right 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash3.tests 36f774a0cd hush: add support for ${var/pattern/repl}, conditional on bash compat 13 vuotta sitten
var_bash4.right 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash4.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush 7 vuotta sitten
var_bash5.right e3354bc44a ash testsuite: update some of variable tests with newer versions from hush 7 vuotta sitten
var_bash5.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush 7 vuotta sitten
var_bash6.right 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash6.tests 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash7.right 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash7.tests 216913c290 ash: parser: Add syntax stack for recursive parsing 6 vuotta sitten
var_bash_pattern_starting_with_slash.right c2aa218f23 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / 5 vuotta sitten
var_bash_pattern_starting_with_slash.tests c2aa218f23 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / 5 vuotta sitten
var_bash_repl_empty_pattern.right 043be55691 ash testsuite: add two hush tests from last commit 6 vuotta sitten
var_bash_repl_empty_pattern.tests 043be55691 ash testsuite: add two hush tests from last commit 6 vuotta sitten
var_bash_repl_empty_var.right 043be55691 ash testsuite: add two hush tests from last commit 6 vuotta sitten
var_bash_repl_empty_var.tests 043be55691 ash testsuite: add two hush tests from last commit 6 vuotta sitten
var_expand_in_assign.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_expand_in_assign.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_expand_in_redir.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_expand_in_redir.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_expand_on_ifs.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_expand_on_ifs.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_in_pipes.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_in_pipes.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_leak.right 9abf53beb4 ash: eval: Variable assignments on functions are no longer persistent 5 vuotta sitten
var_leak.tests 9abf53beb4 ash: eval: Variable assignments on functions are no longer persistent 5 vuotta sitten
var_leaks.right a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_leaks.tests a62bc80571 ash testsuite: add most of hust tests which pass for ash 7 vuotta sitten
var_posix1.right e3354bc44a ash testsuite: update some of variable tests with newer versions from hush 7 vuotta sitten
var_posix1.tests e3354bc44a ash testsuite: update some of variable tests with newer versions from hush 7 vuotta sitten
var_serial.right 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_serial.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_subst_in_for.right 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_subst_in_for.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_unbackslash.right 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_unbackslash.tests 8286513838 hush: rework input char buffering to allow more than one-deep peek 7 vuotta sitten
var_unbackslash1.right 459293b1c5 ash: fix arithmetic closing )) split by backslash-newline 7 vuotta sitten
var_unbackslash1.tests 7a24e8ffeb shell testsuite: add trailing newline to var_unbackslash1.tests 7 vuotta sitten
var_wordsplit_ifs1.right 0aaaa50b45 ash: expand: Fixed "$@" expansion when EXP_FULL is false 7 vuotta sitten
var_wordsplit_ifs1.tests 0aaaa50b45 ash: expand: Fixed "$@" expansion when EXP_FULL is false 7 vuotta sitten
var_wordsplit_ifs2.right 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM 7 vuotta sitten
var_wordsplit_ifs2.tests 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM 7 vuotta sitten
var_wordsplit_ifs3.right 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM 7 vuotta sitten
var_wordsplit_ifs3.tests 88ac97d02d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM 7 vuotta sitten
var_wordsplit_ifs4.right 9678636911 hush: IFS fixes 6 vuotta sitten
var_wordsplit_ifs4.tests 9678636911 hush: IFS fixes 6 vuotta sitten
var_wordsplit_ifs5.right 440da97ed7 ash: expand: Fix ghost fields with unquoted $@/$* 5 vuotta sitten
var_wordsplit_ifs5.tests 440da97ed7 ash: expand: Fix ghost fields with unquoted $@/$* 5 vuotta sitten