hush: add testsuite for "no globbing in redirection" rule.
simplify redirection habdling
This commit is contained in:
23
shell/hush_test/hush-parsing/escape3.right
Normal file
23
shell/hush_test/hush-parsing/escape3.right
Normal file
@@ -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
|
Reference in New Issue
Block a user