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(
|
||||
"highlight",
|
||||
options_string,
|
||||
["test", "{% endhighlight %}", "\n"],
|
||||
{}
|
||||
Liquid::Tokenizer.new("test{% endhighlight %}\n"),
|
||||
Liquid::ParseContext.new
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue