]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/heredoc3.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / heredoc3.0
1 # $FreeBSD: head/bin/sh/tests/parser/heredoc3.0 207824 2010-05-09 17:10:50Z jilles $
2
3 # This may be expected to work, but pretty much only ash derivatives allow it.
4
5 test "$(cat <<EOF)" = "hi there"
6 hi there
7 EOF