summaryrefslogtreecommitdiffstats
path: root/tests/comsub-eof5.sub
blob: 4bada675e16b435a147262c43fb01d8f121ea559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
echo $(
cat <<\)
hi
))

echo $(
cat <<\EOF
hi
EOF)

# this is currently an error; if I fix it it will show up here
echo "$(
cat <<\)
hi
))"