diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 14:43:29 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 14:44:11 +0100 |
commit | 8de5b9f88ba9fe2f203abab9ca7d85129c3eb679 (patch) | |
tree | ddadeda2afcfaa0560fc697bbb5d884ee0363ec0 /shell/hush_test/hush-quoting/bkslash_case1.right | |
parent | 3459024bf404af814cacfe90a0deb719e282ae62 (diff) |
ash : fix double-quoted "\z" handling
function old new delta
readtoken1 2602 2608 +6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-quoting/bkslash_case1.right')
-rw-r--r-- | shell/hush_test/hush-quoting/bkslash_case1.right | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/bkslash_case1.right b/shell/hush_test/hush-quoting/bkslash_case1.right new file mode 100644 index 000000000..1b52491f7 --- /dev/null +++ b/shell/hush_test/hush-quoting/bkslash_case1.right @@ -0,0 +1,10 @@ +ok1 +ok2 +ok3 +ok4 +ok5 +Ok:0 +ok6 +ok7 +ok8 +Ok:0 |