Skip to content

Commit 889ae0d

Browse files
authored
Merge pull request #26 from arran4/fmt-types-test-17659569005523489104
Apply go fmt to types_test.go
2 parents c9e26e1 + e2d3a3a commit 889ae0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ func TestUpperCaseWord_Verbatim_Bug(t *testing.T) {
538538
input := "HELLO"
539539

540540
// Case 1: Default (SmartAcronyms=true)
541-
words1, _ := Parse(input) // [AcronymWord("HELLO")]
541+
words1, _ := Parse(input) // [AcronymWord("HELLO")]
542542
res1, _ := ToSnakeCase(words1) // ToSnakeCase defaults to Verbatim (but with delimiter "_")
543543
// AcronymWord preserves case by default.
544544
if res1 != "HELLO" {

0 commit comments

Comments
 (0)