hush: add testsuite for "no globbing in redirection" rule.

simplify redirection habdling
This commit is contained in:
Denis Vlasenko
2008-06-18 16:29:32 +00:00
parent 985de15bf3
commit ab876cd107
7 changed files with 75 additions and 45 deletions

View 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