whitespace

This commit is contained in:
Mike Farah 2025-12-20 16:01:07 +11:00
parent 7198d16575
commit 207bec6b29

View File

@ -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)