mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
Fix spelling: use British English Colourization
Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com>
This commit is contained in:
parent
7f60daad20
commit
5d6c2047cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user