busybox/shell/ash_test/ash-heredoc
Ron Yorston 9121510dc6 ash: add test for issue with here document
This used to work but doesn't now:

foo () {
cat <<EOF && { echo "$1" ; }
$1
EOF
}

foo "bar"

Reported-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-29 19:12:03 +01:00
..
heredoc1.right ash: fix handling of duplicate "local" 2015-04-18 19:36:38 +02:00
heredoc1.tests ash: fix a SEGV case in an invalid heredoc 2015-02-05 21:00:17 +01:00
heredoc2.right ash: add test for issue with here document 2015-10-29 19:12:03 +01:00
heredoc2.tests ash: add test for issue with here document 2015-10-29 19:12:03 +01:00
heredoc.right
heredoc.tests