.. |
bkslash_case1.right
|
8de5b9f88b
ash : fix double-quoted "\z" handling
|
6 年之前 |
bkslash_case1.tests
|
8de5b9f88b
ash : fix double-quoted "\z" handling
|
6 年之前 |
bkslash_case2.right
|
abf755615e
hush: fix a backslash-removal bug in case
|
6 年之前 |
bkslash_case2.tests
|
abf755615e
hush: fix a backslash-removal bug in case
|
6 年之前 |
bkslash_in_varexp.right
|
744a20d8f9
shell: two new tests, both fail for ash and hush
|
6 年之前 |
bkslash_in_varexp.tests
|
55f8133a4f
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
|
6 年之前 |
bkslash_in_varexp1.right
|
55f8133a4f
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
|
6 年之前 |
bkslash_in_varexp1.tests
|
55f8133a4f
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
|
6 年之前 |
case_glob1.right
|
34179956f9
hush: fix "$v" expansion in case patterns when v='[a]'
|
6 年之前 |
case_glob1.tests
|
34179956f9
hush: fix "$v" expansion in case patterns when v='[a]'
|
6 年之前 |
dollar_altvalue1.right
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
dollar_altvalue1.tests
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
dollar_altvalue2.right
|
83e434d5b5
hush: fix handling of '' in ${var:+ARG}
|
6 年之前 |
dollar_altvalue2.tests
|
83e434d5b5
hush: fix handling of '' in ${var:+ARG}
|
6 年之前 |
dollar_altvalue9.right
|
83e434d5b5
hush: fix handling of '' in ${var:+ARG}
|
6 年之前 |
dollar_altvalue9.tests
|
294eb4612c
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test
|
6 年之前 |
dollar_repl_bash1.right
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
dollar_repl_bash1.tests
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
dollar_repl_bash2.right
|
c5a1be25ba
ash: fix handling of single-quoted strings in pattern substitution
|
8 月之前 |
dollar_repl_bash2.tests
|
c5a1be25ba
ash: fix handling of single-quoted strings in pattern substitution
|
8 月之前 |
dollar_repl_slash_bash1.right
|
5d6b8729ed
hush testsuite: add many tests from ash testsuite
|
8 年之前 |
dollar_repl_slash_bash1.tests
|
5d6b8729ed
hush testsuite: add many tests from ash testsuite
|
8 年之前 |
dollar_repl_slash_bash2.right
|
73523079a2
ash,hush: new test dollar_repl_slash_bash2.tests
|
6 年之前 |
dollar_repl_slash_bash2.tests
|
73523079a2
ash,hush: new test dollar_repl_slash_bash2.tests
|
6 年之前 |
dollar_squote_bash1.right
|
b278d82c61
hush: implement $'str' bashism
|
3 年之前 |
dollar_squote_bash1.tests
|
b278d82c61
hush: implement $'str' bashism
|
3 年之前 |
dollar_squote_bash2.right
|
b278d82c61
hush: implement $'str' bashism
|
3 年之前 |
dollar_squote_bash2.tests
|
b278d82c61
hush: implement $'str' bashism
|
3 年之前 |
negative_arith.right
|
45dd87aac0
ash: expand: Ensure result is escaped in cvtnum
|
4 年之前 |
negative_arith.tests
|
45dd87aac0
ash: expand: Ensure result is escaped in cvtnum
|
4 年之前 |
quote_in_varexp1.right
|
77c18491b8
hush: adopt ash's quote_in_varexp1.tests
|
6 年之前 |
quote_in_varexp1.tests
|
77c18491b8
hush: adopt ash's quote_in_varexp1.tests
|
6 年之前 |
quoted_punct.right
|
bd43c6784f
hush: fix quoted_punct.tests failure
|
7 年之前 |
quoted_punct.tests
|
bd43c6784f
hush: fix quoted_punct.tests failure
|
7 年之前 |
space_in_varexp1.right
|
bab8828b0d
hush: fix expansion of space in "a=${a:+$a }c" construct
|
1 年之前 |
space_in_varexp1.tests
|
bab8828b0d
hush: fix expansion of space in "a=${a:+$a }c" construct
|
1 年之前 |
squote_in_varexp.right
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
squote_in_varexp.tests
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
squote_in_varexp1.right
|
d4802c6243
hush: fix a='a\\'; echo "${a%\\\\}"
|
6 年之前 |
squote_in_varexp1.tests
|
d4802c6243
hush: fix a='a\\'; echo "${a%\\\\}"
|
6 年之前 |
squote_in_varexp2.right
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
squote_in_varexp2.tests
|
b762c784ca
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
|
6 年之前 |
squote_in_varexp3.right
|
216913c290
ash: parser: Add syntax stack for recursive parsing
|
6 年之前 |
squote_in_varexp3.tests
|
216913c290
ash: parser: Add syntax stack for recursive parsing
|
6 年之前 |
unicode_8x_chars.right
|
fda9fafe27
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
|
7 年之前 |
unicode_8x_chars.tests
|
fda9fafe27
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
|
7 年之前 |