summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-psubst/tick4.tests
diff options
context:
space:
mode:
authorDenis Vlasenko2008-06-12 12:58:20 +0000
committerDenis Vlasenko2008-06-12 12:58:20 +0000
commit76db5adbf70046dec92309a9785da08d1acf4e9d (patch)
tree17af552a8734448ca55f501e3df8e3e2ac018e00 /shell/hush_test/hush-psubst/tick4.tests
parentbd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1 (diff)
downloadbusybox-76db5adbf70046dec92309a9785da08d1acf4e9d.zip
busybox-76db5adbf70046dec92309a9785da08d1acf4e9d.tar.gz
hush: fix for nested $()s with escapes + testsuite
Diffstat (limited to 'shell/hush_test/hush-psubst/tick4.tests')
-rwxr-xr-xshell/hush_test/hush-psubst/tick4.tests7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/hush_test/hush-psubst/tick4.tests b/shell/hush_test/hush-psubst/tick4.tests
new file mode 100755
index 0000000..f2305fb
--- /dev/null
+++ b/shell/hush_test/hush-psubst/tick4.tests
@@ -0,0 +1,7 @@
+echo $(echo '(TEST)' BEST)
+echo $(echo 'TEST)' BEST)
+echo $(echo \(\(TEST\) BEST)
+echo $(echo \))
+echo $(echo a"`echo "b"`"c )
+echo $(echo a"`echo ")"`"c )
+echo OK: $?