summary refs log tree commit diff
path: root/bin/1sh/tests/parser/heredoc3.0
blob: f0c8d88a5cc8b3aaf40914741d492630ec5fee97 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.1/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