hush: fix escaping of \[*?; add testsuites for these and for globbing
This commit is contained in:
4
shell/hush_test/hush-parsing/escape2.tests
Executable file
4
shell/hush_test/hush-parsing/escape2.tests
Executable file
@@ -0,0 +1,4 @@
|
||||
echo "*?[a]*"
|
||||
echo a"*?[a]*"b
|
||||
echo '*?[a]*'
|
||||
echo c'*?[a]*'d
|
Reference in New Issue
Block a user