mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-30 17:39:59 -07:00
remove unnecessary special-casing for ASCII
This commit is contained in:
@@ -212,4 +212,6 @@ func TestCanonicalizeMaskWildcard(t *testing.T) {
|
||||
tester("slingamn!", "slingamn!*@*", nil)
|
||||
tester("shivaram*@good-fortune", "*!shivaram*@good-fortune", nil)
|
||||
tester("shivaram*", "shivaram*!*@*", nil)
|
||||
tester("Shivaram*", "shivaram*!*@*", nil)
|
||||
tester("*SHIVARAM*", "*shivaram*!*@*", nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user