From 207bec6b2930ef08483ae5a83b50aa578ded8d12 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 20 Dec 2025 16:01:07 +1100 Subject: [PATCH] whitespace --- pkg/yqlib/toml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yqlib/toml_test.go b/pkg/yqlib/toml_test.go index 18c054d7..be478aa4 100644 --- a/pkg/yqlib/toml_test.go +++ b/pkg/yqlib/toml_test.go @@ -852,7 +852,7 @@ func TestTomlStringEscapeColourization(t *testing.T) { if len(result) == 0 { t.Error("Expected non-empty colorized output") } - + // Check that the result contains the input string (with color codes) // At minimum, it should contain "A" and "=" resultStr := string(result)