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