Skip to content

Commit

Permalink
TestToSnakeCase
Browse files Browse the repository at this point in the history
  • Loading branch information
ungerik committed Sep 1, 2023
1 parent b8e03b4 commit 68c5b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strutil/strutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func TestToSnakeCase(t *testing.T) {
"(Hello World!)": "_hello_world__",
"DocumentID": "document_id",
"HTMLHandler": "htmlhandler",
"Straßenadresse": "straßenadresse",
"もしもしWorld": "もしもし_world",
}
for str, expected := range testCases {
Expand Down

0 comments on commit 68c5b46

Please sign in to comment.