ash: fix escaping of a few characters (broken by last commits)
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 20:19:28 +0000 (22:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Jul 2017 20:19:28 +0000 (22:19 +0200)
commit4142f0187dcf8454e8d2a8d16b321dbd573c170e
tree88fca8c1cc9b6b213160d386c66ede7026bf7c08
parented79a636238ec15c562862787dd71cd9de168b7d
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 <vda.linux@googlemail.com>
shell/ash.c
shell/ash_test/ash-quoting/quoted_punct.right [new file with mode: 0644]
shell/ash_test/ash-quoting/quoted_punct.tests [new file with mode: 0755]