blob: cb59c2f80255e8d72a358e98d28ce20df302c9ba (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD: releng/12.0/bin/sh/tests/parser/heredoc3.0 207824 2010-05-09 17:10:50Z jilles $
# This may be expected to work, but pretty much only ash derivatives allow it.
test "$(cat <<EOF)" = "hi there"
hi there
EOF
|