Fix one more problem.
This commit is contained in:
parent
248c45d1f6
commit
1e66a194bd
2 changed files with 7 additions and 2 deletions
strmangle
|
@ -177,6 +177,7 @@ func TestTitleCase(t *testing.T) {
|
|||
{"zxc_vdf0c0_hello0", "ZXCVDF0C0Hello0"},
|
||||
{"id0_uid000_guid0e0", "ID0UID000GUID0E0"},
|
||||
{"ab_5zxc5d5", "Ab5ZXC5D5"},
|
||||
{"Identifier", "Identifier"},
|
||||
}
|
||||
|
||||
for i, test := range tests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue