From d24ea03acf3298c8a19d8357a3c7e85dda632aad Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 23 Mar 2016 12:29:49 -0700 Subject: [PATCH] Update highlight block test to conform with v4 API. --- test/test_tags.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_tags.rb b/test/test_tags.rb index fd6dcb97..43bffad1 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -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