hush: make getch/peek functions directly called
[oweals/busybox.git] / shell / hush_test / hush-psubst / tick3.tests
index 469c43c27c61c5c7a9d70b3a1e5f0f81d57f8bbc..3aeb241c391eb77486c734f94455d884bd738594 100755 (executable)
@@ -7,6 +7,8 @@ echo `echo '\'TEST\`echo ZZ\`BEST`
 echo `echo \\$TEST`
 echo `echo \$TEST`
 echo a`echo \\\\b`c
-# \" etc are NOT special (passed verbatim WITH \)!
-echo a`echo \"`c
+
+# \" is not special if in unquoted `cmd` (passed verbatim WITH \),
+# but is special in quoted one
+echo `echo 11'-$a-\t-\\-\"-\`-\--\z-\*-\?-'22` "`echo 33'-$a-\t-\\-\"-\`-\--\z-\*-\?-'44`"
 echo done:$?