xref: /freebsd/bin/sh/tests/parser/heredoc3.0 (revision 914752d0f7f874ab4fc8393aee28c22df87324f2)
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