Update highlight block test to conform with v4 API.
This commit is contained in:
parent
b6120edeae
commit
d24ea03acf
|
@ -46,8 +46,8 @@ CONTENT
|
||||||
Jekyll::Tags::HighlightBlock.parse(
|
Jekyll::Tags::HighlightBlock.parse(
|
||||||
"highlight",
|
"highlight",
|
||||||
options_string,
|
options_string,
|
||||||
["test", "{% endhighlight %}", "\n"],
|
Liquid::Tokenizer.new("test{% endhighlight %}\n"),
|
||||||
{}
|
Liquid::ParseContext.new
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue