aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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