mirror of
https://github.com/charmbracelet/lipgloss.git
synced 2024-11-23 22:33:27 +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,
|
termenv.ANSI,
|
||||||
"hello",
|
"hello",
|
||||||
NewStyle().Foreground(Color("#5A56E0")),
|
NewStyle().Foreground(Color("#5A56E0")),
|
||||||
"\x1b[34mhello\x1b[0m",
|
"\x1b[94mhello\x1b[0m",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
termenv.ANSI256,
|
termenv.ANSI256,
|
||||||
|
Loading…
Reference in New Issue
Block a user