]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/comsub-posix.tests
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / comsub-posix.tests
index d45cbf216a9b3f2e08b58375866eda8df31abd32..bcfeede08f442cbac2410933e6d254689d50d1a0 100644 (file)
@@ -198,9 +198,21 @@ eof
 
 ${THIS_SH} ./comsub-posix1.sub
 
+${THIS_SH} ./comsub-posix2.sub
+
+${THIS_SH} ./comsub-posix3.sub
+
 # produced a parse error through bash-4.0-beta2
 : $(echo foo)"
 "
+# produced a parse error through bash-4.1
+unset x
+x=$(
+echo yes
+# a comment with " ' \
+)
+echo $x
+unset x
 
 # fixed after bash-4.0 released
 : $(case a in a) echo ;; # comment