add more test cases

This commit is contained in:
Shivaram Lingamneni 2018-12-06 06:46:11 -05:00
parent 40e63dbbe8
commit 92eca4d795
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@ func TestCasefoldChannel(t *testing.T) {
channel: "#", channel: "#",
folded: "#", folded: "#",
}, },
{
channel: "##",
folded: "##",
},
{
channel: "##Ubuntu",
folded: "##ubuntu",
},
{ {
channel: "#中文频道", channel: "#中文频道",
folded: "#中文频道", folded: "#中文频道",