mirror of
https://github.com/charmbracelet/lipgloss.git
synced 2024-11-23 14:26:29 +03:00
Update color profile test per termenv v0.9.0 update
This commit is contained in:
parent
093474ebdf
commit
a6ae7e925f
@ -25,7 +25,7 @@ func TestSetColorProfile(t *testing.T) {
|
||||
termenv.ANSI,
|
||||
"hello",
|
||||
NewStyle().Foreground(Color("#5A56E0")),
|
||||
"\x1b[34mhello\x1b[0m",
|
||||
"\x1b[94mhello\x1b[0m",
|
||||
},
|
||||
{
|
||||
termenv.ANSI256,
|
||||
|
Loading…
Reference in New Issue
Block a user