From ab876cd107fe6ca274f58bae3264396745d8e5f9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 18 Jun 2008 16:29:32 +0000 Subject: hush: add testsuite for "no globbing in redirection" rule. simplify redirection habdling --- shell/hush_test/hush-parsing/escape3.right | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 shell/hush_test/hush-parsing/escape3.right (limited to 'shell/hush_test/hush-parsing/escape3.right') diff --git a/shell/hush_test/hush-parsing/escape3.right b/shell/hush_test/hush-parsing/escape3.right new file mode 100644 index 000000000..da02a976a --- /dev/null +++ b/shell/hush_test/hush-parsing/escape3.right @@ -0,0 +1,23 @@ +v: a \ b \\ c \\\ d \\\\ e +v: a \ b \\ c \\\ d \\\\ e +Unquoted: +.a. +.\. +.b. +.\\. +.c. +.\\\. +.d. +.\\\\. +.e. +Quoted: +.a. +.\. +.b. +.\\. +.c. +.\\\. +.d. +.\\\\. +.e. +done -- cgit v1.2.3