We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e26e1 + e2d3a3a commit 889ae0dCopy full SHA for 889ae0d
1 file changed
types_test.go
@@ -538,7 +538,7 @@ func TestUpperCaseWord_Verbatim_Bug(t *testing.T) {
538
input := "HELLO"
539
540
// Case 1: Default (SmartAcronyms=true)
541
- words1, _ := Parse(input) // [AcronymWord("HELLO")]
+ words1, _ := Parse(input) // [AcronymWord("HELLO")]
542
res1, _ := ToSnakeCase(words1) // ToSnakeCase defaults to Verbatim (but with delimiter "_")
543
// AcronymWord preserves case by default.
544
if res1 != "HELLO" {
0 commit comments