Update highlight block test to conform with v4 API.

This commit is contained in:
Parker Moore 2016-03-23 12:29:49 -07:00
parent b6120edeae
commit d24ea03acf
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 2 additions and 2 deletions

View File

@ -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