From 68c5b46f38844cc766b9033c3c486ef41fa26970 Mon Sep 17 00:00:00 2001 From: Erik Unger Date: Fri, 1 Sep 2023 14:07:38 +0200 Subject: [PATCH] TestToSnakeCase --- strutil/strutil_test.go | 1 + 1 file changed, 1 insertion(+) 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 {