mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
test more string cases
This commit is contained in:
parent
cfec0721fe
commit
8f778c57a3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ func TestCasefoldName(t *testing.T) {
|
|||
for _, errCase := range []string{
|
||||
"", "#", "foo,bar", "star*man*junior", "lo7t?",
|
||||
"f.l", "excited!nick", "foo@bar", ":trail",
|
||||
"~o", "&o", "@o", "%h", "+v", "-m",
|
||||
"~o", "&o", "@o", "%h", "+v", "-m", "\t", "a\tb",
|
||||
} {
|
||||
testCases = append(testCases, nameTest{name: errCase, err: true})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue