From bcf56114fa7f037cea579cdc8d17ac1a5dab93a3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 10 Apr 2018 14:40:23 +0200 Subject: hush: fix eval 'echo ok\' function old new delta parse_stream 2762 2753 -9 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-parsing/bkslash_eof1.right | 1 + shell/hush_test/hush-parsing/bkslash_eof1.tests | 1 + 2 files changed, 2 insertions(+) create mode 100644 shell/hush_test/hush-parsing/bkslash_eof1.right create mode 100755 shell/hush_test/hush-parsing/bkslash_eof1.tests (limited to 'shell/hush_test') diff --git a/shell/hush_test/hush-parsing/bkslash_eof1.right b/shell/hush_test/hush-parsing/bkslash_eof1.right new file mode 100644 index 000000000..9766475a4 --- /dev/null +++ b/shell/hush_test/hush-parsing/bkslash_eof1.right @@ -0,0 +1 @@ +ok diff --git a/shell/hush_test/hush-parsing/bkslash_eof1.tests b/shell/hush_test/hush-parsing/bkslash_eof1.tests new file mode 100755 index 000000000..97629cb13 --- /dev/null +++ b/shell/hush_test/hush-parsing/bkslash_eof1.tests @@ -0,0 +1 @@ +eval 'echo ok\' -- cgit v1.2.3