Remove support for the ? wildcard

Fixes #4520
This commit is contained in:
ridiculousfish
2018-03-31 16:48:57 -07:00
parent 4b079e16e5
commit 6e56637cf0
15 changed files with 74 additions and 117 deletions

View File

@@ -20,7 +20,7 @@ end
switch $smurf
case cyan magenta yellow
echo Test 3 fail
case "?????"
case "*"
echo Test 3 pass
end