mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
ensure strict parsing everywhere
This commit is contained in:
@@ -10,8 +10,9 @@ module Liquid
|
||||
raise
|
||||
when :warn
|
||||
parse_context.warnings << e
|
||||
raise # Force strict behavior even in warn mode
|
||||
end
|
||||
lax_parse(markup)
|
||||
raise # Force strict behavior even in lax mode
|
||||
end
|
||||
|
||||
def parse_with_selected_parser(markup)
|
||||
|
||||
Reference in New Issue
Block a user