commit | 4142f0187dcf8454e8d2a8d16b321dbd573c170e | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 05 22:19:28 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 05 22:19:28 2017 +0200 |
tree | 88fca8c1cc9b6b213160d386c66ede7026bf7c08 | |
parent | ed79a636238ec15c562862787dd71cd9de168b7d [diff] |
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>