mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-05 12:10:37 +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
|
// 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
|
// Save and restore color state
|
||||||
oldNoColor := color.NoColor
|
oldNoColor := color.NoColor
|
||||||
color.NoColor = false
|
color.NoColor = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user