summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/parser/heredoc3.0
blob: b250272f3319d0e96b310b889cb314f62ccad55c (plain)
1
2
3
4
5
6
7
# $FreeBSD$

# This may be expected to work, but pretty much only ash derivatives allow it.

test "$(cat <<EOF)" = "hi there"
hi there
EOF
OpenPOWER on IntegriCloud