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