mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
add more test cases
This commit is contained in:
@@ -40,6 +40,14 @@ func TestCasefoldChannel(t *testing.T) {
|
||||
channel: "#",
|
||||
folded: "#",
|
||||
},
|
||||
{
|
||||
channel: "##",
|
||||
folded: "##",
|
||||
},
|
||||
{
|
||||
channel: "##Ubuntu",
|
||||
folded: "##ubuntu",
|
||||
},
|
||||
{
|
||||
channel: "#中文频道",
|
||||
folded: "#中文频道",
|
||||
|
||||
Reference in New Issue
Block a user