From 5d6c2047cfcaf4630be6f7a571d2f2f2a7360361 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:52:43 +0000 Subject: [PATCH] Fix spelling: use British English Colourization Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> --- pkg/yqlib/toml_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/yqlib/toml_test.go b/pkg/yqlib/toml_test.go index 3f7bb327..18c054d7 100644 --- a/pkg/yqlib/toml_test.go +++ b/pkg/yqlib/toml_test.go @@ -797,9 +797,9 @@ func TestTomlColorisationNumberBug(t *testing.T) { } } -// TestTomlStringEscapeColorization tests that string colorization correctly +// TestTomlStringEscapeColourization tests that string colourization correctly // handles escape sequences, particularly escaped quotes at the end of strings -func TestTomlStringEscapeColorization(t *testing.T) { +func TestTomlStringEscapeColourization(t *testing.T) { // Save and restore color state oldNoColor := color.NoColor color.NoColor = false