diff options
author | Denys Vlasenko | 2018-01-13 19:14:27 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-01-13 19:14:27 +0100 |
commit | 9809a82b5983ac3184906fff2df48765dab372c8 (patch) | |
tree | c546d6d19616ebdc0bef6bf0cb48a067816ee586 /shell/hush_test/hush-misc/for_with_bslashes.right | |
parent | 6606c519efa9a74c53bf05e53e07a8d8f0eb37c7 (diff) | |
download | busybox-9809a82b5983ac3184906fff2df48765dab372c8.zip busybox-9809a82b5983ac3184906fff2df48765dab372c8.tar.gz |
hush: fix raw ^C handlisg in single-quoted strings
function old new delta
parse_stream 2719 2754 +35
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/for_with_bslashes.right')
-rw-r--r-- | shell/hush_test/hush-misc/for_with_bslashes.right | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/for_with_bslashes.right b/shell/hush_test/hush-misc/for_with_bslashes.right index 02d9669..cd85010 100644 --- a/shell/hush_test/hush-misc/for_with_bslashes.right +++ b/shell/hush_test/hush-misc/for_with_bslashes.right @@ -5,4 +5,5 @@ b"c b'c b$c b`true`c +b#c Zero:0 |