mirror of
https://github.com/alecthomas/chroma.git
synced 2025-07-01 00:35:06 +02:00
Remove unused dark/light style type.
This commit is contained in:
@ -7,8 +7,8 @@ import (
|
||||
)
|
||||
|
||||
func TestCompressStyle(t *testing.T) {
|
||||
style := "color: #888888; background-color: #ffffff"
|
||||
style := "color: #888888; background-color: #faffff"
|
||||
actual := compressStyle(style)
|
||||
expected := "color:#888;background-color:#fff"
|
||||
expected := "color:#888;background-color:#faffff"
|
||||
require.Equal(t, expected, actual)
|
||||
}
|
||||
|
Reference in New Issue
Block a user