From 4142f0187dcf8454e8d2a8d16b321dbd573c170e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 5 Jul 2017 22:19:28 +0200 Subject: ash: fix escaping of a few characters (broken by last commits) Add a testcase which tests all ASCII punctuation escapes. NB: hush is failing this test! Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-quoting/quoted_punct.right | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 shell/ash_test/ash-quoting/quoted_punct.right (limited to 'shell/ash_test/ash-quoting/quoted_punct.right') diff --git a/shell/ash_test/ash-quoting/quoted_punct.right b/shell/ash_test/ash-quoting/quoted_punct.right new file mode 100644 index 000000000..ab66c3ce0 --- /dev/null +++ b/shell/ash_test/ash-quoting/quoted_punct.right @@ -0,0 +1,35 @@ +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok +ok -- cgit v1.2.3