hush: fix escaping of \[*?; add testsuites for these and for globbing
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 10 Jun 2008 20:13:40 +0000 (20:13 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 10 Jun 2008 20:13:40 +0000 (20:13 -0000)
commit43360e51781942730f91bb19821e3f8f1087e4fa
treeaed87780129aa4f24a47c868c1067bf44b92a55b
parent2e76c3f9016f674dad7a38ec7ba5b068d233f189
hush: fix escaping of \[*?; add testsuites for these and for globbing
shell/hush.c
shell/hush_test/hush-glob/glob1.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape2.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape2.tests [new file with mode: 0755]