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:
6
shell/ash_test/ash-parsing/escape1.tests
Executable file
6
shell/ash_test/ash-parsing/escape1.tests
Executable file
@@ -0,0 +1,6 @@
|
||||
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
|
||||
|
||||
echo "\\"
|
||||
echo a"\\"b
|
||||
echo '\\'
|
||||
echo c'\\'d
|
||||
Reference in New Issue
Block a user