mirror of
https://github.com/alecthomas/chroma.git
synced 2025-07-03 00:37:01 +02:00
Fix build (see #190).
This commit is contained in:
@ -48,7 +48,7 @@ func TestSplitTokensIntoLines(t *testing.T) {
|
||||
{Type: chroma.NameKeyword},
|
||||
},
|
||||
}
|
||||
actual := splitTokensIntoLines(in)
|
||||
actual := chroma.SplitTokensIntoLines(in)
|
||||
assert.Equal(t, expected, actual)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user