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