aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/quoted_punct.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-051-0/+41
Add a testcase which tests all ASCII punctuation escapes. NB: hush is failing this test! Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>