aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/heredoc3.0
blob: 15c0a1c499e0ef9938a1460061f8d7a5a5402898 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/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