mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
test more string cases
This commit is contained in:
+1
-1
@@ -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})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user