From e19e1935a33b117e2ee6daf9b2d79c00603333c7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 3 May 2009 02:15:18 +0200 Subject: hush: fix \ handling Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-parsing/escape4.tests | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 shell/hush_test/hush-parsing/escape4.tests (limited to 'shell/hush_test/hush-parsing/escape4.tests') diff --git a/shell/hush_test/hush-parsing/escape4.tests b/shell/hush_test/hush-parsing/escape4.tests new file mode 100755 index 000000000..df8bf0af7 --- /dev/null +++ b/shell/hush_test/hush-parsing/escape4.tests @@ -0,0 +1,6 @@ +i\ +f tr\ +ue; th\ +en echo "O\ +k"; fi; echo "\ +End" \ No newline at end of file -- cgit v1.2.3