aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting
AgeCommit message (Expand)Author
2017-07-05ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko
2017-07-05ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko
2016-09-25ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston
2010-06-26ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko
2008-06-23ash: optional support for $'...\t...\n...' bashismDenis Vlasenko