]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/comsub-eof5.sub
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / comsub-eof5.sub
CommitLineData
495aee44
CR
1echo $(
2cat <<\)
3hi
4))
5
6echo $(
7cat <<\EOF
8hi
9EOF)
74091dd4
CR
10
11# this is currently an error; if I fix it it will show up here
12echo "$(
13cat <<\)
14hi
15))"