]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/comsub-eof0.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / comsub-eof0.sub
1 # it's only the space before the paren that makes this an error
2 # when I fix it, it will show up here
3 foo=$(cat <<EOF
4 hi
5 EOF )
6 echo $foo