mirror of https://github.com/mirror/busybox.git
hush: add tickquote1.tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_28_stable
parent
bb963bda62
commit
cafb2d195d
|
@ -1 +1 @@
|
|||
echo `"pwd`
|
||||
echo _`"pwd`_
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
hush: syntax error: unterminated "
|
|
@ -0,0 +1,2 @@
|
|||
# UNFIXED BUG: hush does not parse embedded `cmd` at embedding document parse time
|
||||
echo _`"pwd`_
|
Loading…
Reference in New Issue