blob: 4bada675e16b435a147262c43fb01d8f121ea559 [file] [log] [blame]
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
))"