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