diff --git a/strutil/strutil_test.go b/strutil/strutil_test.go index 86cf068..43661f3 100644 --- a/strutil/strutil_test.go +++ b/strutil/strutil_test.go @@ -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 {