Files
bash/tests/comsub-eof5.sub
T
2022-01-20 15:06:05 -05:00

16 lines
140 B
Plaintext

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
))"