소스 검색

test more string cases

tags/v2.2.0-rc1
Shivaram Lingamneni 4 년 전
부모
커밋
8f778c57a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      irc/strings_test.go

+ 1
- 1
irc/strings_test.go 파일 보기

@@ -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…
취소
저장