xref: /freebsd/bin/sh/tests/parser/heredoc3.0 (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1
2# This may be expected to work, but pretty much only ash derivatives allow it.
3
4test "$(cat <<EOF)" = "hi there"
5hi there
6EOF
7