1207824Sjilles# $FreeBSD: releng/11.0/bin/sh/tests/parser/heredoc3.0 207824 2010-05-09 17:10:50Z jilles $
2207824Sjilles
3207824Sjilles# This may be expected to work, but pretty much only ash derivatives allow it.
4207824Sjilles
5207824Sjillestest "$(cat <<EOF)" = "hi there"
6207824Sjilleshi there
7207824SjillesEOF
8