diff options
author | Denys Vlasenko | 2018-04-01 03:04:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-04-01 03:04:55 +0200 |
commit | 1e5111b0f80b1f3d7f2fc8254cb70de067317403 (patch) | |
tree | ee7a49ce2dad513159b7c62e43d7a645950bf207 /shell/hush_test/hush-parsing/bkslash_newline2.right | |
parent | 32e183e63ecb46595a480ab66120795ed9c9e0df (diff) | |
download | busybox-1e5111b0f80b1f3d7f2fc8254cb70de067317403.zip busybox-1e5111b0f80b1f3d7f2fc8254cb70de067317403.tar.gz |
ash,hush: handle a few more bkslash-newline cases
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-parsing/bkslash_newline2.right')
-rw-r--r-- | shell/hush_test/hush-parsing/bkslash_newline2.right | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/bkslash_newline2.right b/shell/hush_test/hush-parsing/bkslash_newline2.right new file mode 100644 index 0000000..c863c54 --- /dev/null +++ b/shell/hush_test/hush-parsing/bkslash_newline2.right @@ -0,0 +1,4 @@ +Line with one backslash: +\ + +Ok:0 |