mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
remove unnecessary special-casing for ASCII
This commit is contained in:
parent
607da61bf9
commit
baa71ba2be
2 changed files with 6 additions and 18 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue