]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/comsub.tests
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / comsub.tests
index 493bbda07fd78c6d72d84ee70c172f355e596676..4defc31eba3232d7c27b8c6fa9a3c32e122a1b7a 100644 (file)
@@ -41,4 +41,9 @@ bar'`
 echo $(recho 'foo\
 bar')
 
+# long-standing parse error in all versions up through bash-4.3
+echo ${foo:-$(echo a{b,c})} >/dev/null
+
 ${THIS_SH} ./comsub1.sub
+${THIS_SH} ./comsub2.sub
+${THIS_SH} ./comsub3.sub