mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-19 21:10:15 +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},
|
{Type: chroma.NameKeyword},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
actual := splitTokensIntoLines(in)
|
actual := chroma.SplitTokensIntoLines(in)
|
||||||
assert.Equal(t, expected, actual)
|
assert.Equal(t, expected, actual)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user