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