aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-262-0/+12
* hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko2023-06-122-0/+8
* ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-212-0/+10
* hush: fix handling of '' in ${var:+ARG}Denys Vlasenko2018-07-203-0/+104
* hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 testDenys Vlasenko2018-07-202-0/+41
* hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quotingDenys Vlasenko2018-07-178-0/+70
* hush: fix "$v" expansion in case patterns when v='[a]'Denys Vlasenko2018-04-112-0/+9
* ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko2018-04-022-0/+4
* hush: fix a backslash-removal bug in caseDenys Vlasenko2018-04-022-0/+16
* ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-022-0/+2
* ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko2018-03-302-0/+3
* hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-024-0/+14
* shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-023-1/+22
* shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-024-0/+22
* ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-132-0/+48
* ash: add LINENO supportDenys Vlasenko2018-01-271-2/+2
* ash: improve set -x to quote strings as necessaryDenys Vlasenko2017-07-212-0/+24
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-052-0/+76
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-052-0/+34
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-021-1/+1
* ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko2016-09-252-0/+16
* ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston2016-04-152-0/+2
* ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-262-0/+31
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-232-0/+16