summaryrefslogtreecommitdiff
path: root/tests/heredoc.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/heredoc.tests')
-rw-r--r--tests/heredoc.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/heredoc.tests b/tests/heredoc.tests
index c07ef64..79bf4ce 100644
--- a/tests/heredoc.tests
+++ b/tests/heredoc.tests
@@ -86,6 +86,12 @@ type fff
export -f fff
${THIS_SH} -c 'type fff'
+${THIS_SH} ./heredoc1.sub
+
+echo $(
+ cat <<< "comsub here-string"
+)
+
# check that end of file delimits a here-document
# THIS MUST BE LAST!