diff options
author | Denys Vlasenko | 2018-02-13 14:43:29 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-02-13 14:44:11 +0100 |
commit | 8de5b9f88ba9fe2f203abab9ca7d85129c3eb679 (patch) | |
tree | ddadeda2afcfaa0560fc697bbb5d884ee0363ec0 /shell/ash_test/ash-quoting/bkslash_case1.right | |
parent | 3459024bf404af814cacfe90a0deb719e282ae62 (diff) | |
download | busybox-8de5b9f88ba9fe2f203abab9ca7d85129c3eb679.zip busybox-8de5b9f88ba9fe2f203abab9ca7d85129c3eb679.tar.gz |
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/ash_test/ash-quoting/bkslash_case1.right')
-rw-r--r-- | shell/ash_test/ash-quoting/bkslash_case1.right | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ash_test/ash-quoting/bkslash_case1.right b/shell/ash_test/ash-quoting/bkslash_case1.right new file mode 100644 index 0000000..1b52491 --- /dev/null +++ b/shell/ash_test/ash-quoting/bkslash_case1.right @@ -0,0 +1,10 @@ +ok1 +ok2 +ok3 +ok4 +ok5 +Ok:0 +ok6 +ok7 +ok8 +Ok:0 |