summaryrefslogtreecommitdiff
path: root/tests/heredoc.tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2021-12-22 16:05:39 -0500
committerChet Ramey <chet.ramey@case.edu>2021-12-22 16:05:39 -0500
commit701f36c2c3f445485a770639b349a2014cbd0166 (patch)
treebe0ceed8122987e319d12c55945e6b1cd0264cf8 /tests/heredoc.tests
parentb2b78a6348f4839025781320ff5b1693f76b9d0d (diff)
downloadbash-701f36c2c3f445485a770639b349a2014cbd0166.tar.gz
more changes to avoid expanding associative array subscripts twice; internal debugging changes
Diffstat (limited to 'tests/heredoc.tests')
-rw-r--r--tests/heredoc.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/heredoc.tests b/tests/heredoc.tests
index 36c005af..d10a7c10 100644
--- a/tests/heredoc.tests
+++ b/tests/heredoc.tests
@@ -140,6 +140,10 @@ ${THIS_SH} ./heredoc5.sub
# test $'...' and $"..." quoted strings in here-documents
${THIS_SH} ./heredoc6.sub
+# interaction between here-documents and command substitutions
+${THIS_SH} ./heredoc7.sub
+
+
echo $(
cat <<< "comsub here-string"
)