summaryrefslogtreecommitdiffstats
path: root/tests/comsub-eof6.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/comsub-eof6.sub')
-rw-r--r--tests/comsub-eof6.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/comsub-eof6.sub b/tests/comsub-eof6.sub
new file mode 100644
index 0000000..c0e63dd
--- /dev/null
+++ b/tests/comsub-eof6.sub
@@ -0,0 +1,5 @@
+read foo <<EOF
+$(seq 10
+EOF
+
+echo "$foo"