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