ash,hush: handle a few more bkslash-newline cases
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
8
shell/hush_test/hush-parsing/bkslash_newline1.tests
Executable file
8
shell/hush_test/hush-parsing/bkslash_newline1.tests
Executable file
@@ -0,0 +1,8 @@
|
||||
echo and1 &\
|
||||
& echo and2
|
||||
|
||||
echo or1 |\
|
||||
| echo NOT SHOWN
|
||||
|
||||
case w in a) echo SKIP;\
|
||||
; w) echo ok;; esac;
|
Reference in New Issue
Block a user