ash: add all hush parsing tests to ast tests
All pass. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
7
shell/ash_test/ash-parsing/escape5.tests
Executable file
7
shell/ash_test/ash-parsing/escape5.tests
Executable file
@@ -0,0 +1,7 @@
|
||||
v="a\nb\nc\n"
|
||||
echo "$v"
|
||||
printf "$v"
|
||||
v='a\nb\nc\n'
|
||||
echo "$v"
|
||||
printf "$v"
|
||||
echo Done
|
||||
Reference in New Issue
Block a user