]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/comsub1.sub
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / comsub1.sub
index 86565e2c445047d38284ff579f672da182c50958..216e03f1f74e4c5d9861e0af380a57a6b653a7f2 100644 (file)
@@ -46,3 +46,9 @@ esac)
 echo $(case a in (a) echo ok 6 # comment
 ;;
 esac)
+
+echo $( # we just took and pasted in some
+# code from another script inside a
+# command substitution
+echo xyz
+)