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