Browse Source

test more string cases

tags/v2.2.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
8f778c57a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/strings_test.go

+ 1
- 1
irc/strings_test.go View File

@@ -106,7 +106,7 @@ func TestCasefoldName(t *testing.T) {
106 106
 	for _, errCase := range []string{
107 107
 		"", "#", "foo,bar", "star*man*junior", "lo7t?",
108 108
 		"f.l", "excited!nick", "foo@bar", ":trail",
109
-		"~o", "&o", "@o", "%h", "+v", "-m",
109
+		"~o", "&o", "@o", "%h", "+v", "-m", "\t", "a\tb",
110 110
 	} {
111 111
 		testCases = append(testCases, nameTest{name: errCase, err: true})
112 112
 	}

Loading…
Cancel
Save