aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/heredoc3.0
blob: dabd0650bd5691604a8765f2a322d2d1ca71a368 (plain) (blame)
1
2
3
4
5
6

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

test "$(cat <<EOF)" = "hi there"
hi there
EOF