From dfc739476343244371636d58561f7b743faf50d6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 24 Jul 2018 14:03:18 +0200 Subject: hush: handle backslash-newline in heredoc terminators function old new delta fetch_heredocs 479 527 +48 (ash fails this test) Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right | 1 + 1 file changed, 1 insertion(+) create mode 100644 shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right (limited to 'shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right') diff --git a/shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right b/shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right new file mode 100644 index 000000000..3d79316d7 --- /dev/null +++ b/shell/ash_test/ash-heredoc/heredoc_bkslash_newline2.right @@ -0,0 +1 @@ +Ok1 -- cgit v1.2.3