From 9121510dc659baf6664456796c195460468c850b Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 29 Oct 2015 11:29:59 +0000 Subject: ash: add test for issue with here document This used to work but doesn't now: foo () { cat < Signed-off-by: Ron Yorston Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-heredoc/heredoc2.tests | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 shell/ash_test/ash-heredoc/heredoc2.tests (limited to 'shell/ash_test/ash-heredoc/heredoc2.tests') diff --git a/shell/ash_test/ash-heredoc/heredoc2.tests b/shell/ash_test/ash-heredoc/heredoc2.tests new file mode 100755 index 000000000..6d9ccb6cc --- /dev/null +++ b/shell/ash_test/ash-heredoc/heredoc2.tests @@ -0,0 +1,7 @@ +foo () { +cat <