summaryrefslogtreecommitdiff
path: root/tests/comsub-eof5.sub
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-09-26 11:49:46 -0400
committerChet Ramey <chet.ramey@case.edu>2022-09-26 11:49:46 -0400
commit74091dd4e8086db518b30df7f222691524469998 (patch)
treeebe89d8f0ed44b7f79aa3c759d3f85e15996eaee /tests/comsub-eof5.sub
parent9439ce094c9aa7557a9d53ac7b412a23aa66e36b (diff)
downloadbash-74091dd4e8086db518b30df7f222691524469998.tar.gz
bash-5.2 distribution sources and documentationbash-5.2
Diffstat (limited to 'tests/comsub-eof5.sub')
-rw-r--r--tests/comsub-eof5.sub6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/comsub-eof5.sub b/tests/comsub-eof5.sub
index 3da9107e..4bada675 100644
--- a/tests/comsub-eof5.sub
+++ b/tests/comsub-eof5.sub
@@ -7,3 +7,9 @@ echo $(
cat <<\EOF
hi
EOF)
+
+# this is currently an error; if I fix it it will show up here
+echo "$(
+cat <<\)
+hi
+))"