hush: fix recent breakage from parse_stream() changes
function old new delta parse_stream 3808 3821 +13 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
1
shell/hush_test/hush-parsing/bkslash_newline3.right
Normal file
1
shell/hush_test/hush-parsing/bkslash_newline3.right
Normal file
@@ -0,0 +1 @@
|
||||
a:[a]
|
4
shell/hush_test/hush-parsing/bkslash_newline3.tests
Executable file
4
shell/hush_test/hush-parsing/bkslash_newline3.tests
Executable file
@@ -0,0 +1,4 @@
|
||||
for s in \
|
||||
a; do
|
||||
echo "a:[$s]"
|
||||
done
|
Reference in New Issue
Block a user