]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/comsub.tests
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / comsub.tests
index 47863024874a58b4cdb49aa39c5d6da8349c8a2a..698ce30b0337aa05323d0b797e763fd5e4648b29 100644 (file)
@@ -69,7 +69,16 @@ comsub_foo_1()
   echo $(while true; do case $HOME in /*) echo abs ;; esac; done)
 }
 
+echo $(
+echo $(
+echo $(echo $( echo nested )
+)
+)
+)
+
 ${THIS_SH} ./comsub1.sub
 ${THIS_SH} ./comsub2.sub
 ${THIS_SH} ./comsub3.sub
 ${THIS_SH} ./comsub4.sub
+${THIS_SH} ./comsub5.sub
+${THIS_SH} ./comsub6.sub