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