fix: Fix string.title (#2687)
* fix: unsignedTypeMap type error * fix: string.Title * style: string.Title test
This commit is contained in:
@@ -54,6 +54,14 @@ func TestTitle(t *testing.T) {
|
||||
src: "go zero",
|
||||
exec: "Go Zero",
|
||||
},
|
||||
{
|
||||
src: "goZero",
|
||||
exec: "GoZero",
|
||||
},
|
||||
{
|
||||
src: "GoZero",
|
||||
exec: "GoZero",
|
||||
},
|
||||
{
|
||||
src: "测试this is data",
|
||||
exec: "测试This Is Data",
|
||||
|
||||
Reference in New Issue
Block a user