mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
add more test cases
This commit is contained in:
parent
40e63dbbe8
commit
92eca4d795
@ -40,6 +40,14 @@ func TestCasefoldChannel(t *testing.T) {
|
||||
channel: "#",
|
||||
folded: "#",
|
||||
},
|
||||
{
|
||||
channel: "##",
|
||||
folded: "##",
|
||||
},
|
||||
{
|
||||
channel: "##Ubuntu",
|
||||
folded: "##ubuntu",
|
||||
},
|
||||
{
|
||||
channel: "#中文频道",
|
||||
folded: "#中文频道",
|
||||
|
Loading…
Reference in New Issue
Block a user