grouping filters: use Liquid::ParseContext to create variable.

This commit is contained in:
Parker Moore
2016-12-16 15:38:19 -08:00
parent 793405c00c
commit 7862f731b6

View File

@@ -40,7 +40,7 @@ module Jekyll
private
def parse_expression(str)
Liquid::Variable.new(str, {})
Liquid::Variable.new(str, Liquid::ParseContext.new)
end
private