mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
staging branch for testing only
This commit is contained in:
@@ -17,7 +17,7 @@ module Liquid
|
|||||||
def parse_with_selected_parser(markup)
|
def parse_with_selected_parser(markup)
|
||||||
case parse_context.error_mode
|
case parse_context.error_mode
|
||||||
when :strict then strict_parse_with_error_context(markup)
|
when :strict then strict_parse_with_error_context(markup)
|
||||||
when :lax then lax_parse(markup)
|
when :lax then strict_parse_with_error_context(markup)
|
||||||
when :warn
|
when :warn
|
||||||
begin
|
begin
|
||||||
strict_parse_with_error_context(markup)
|
strict_parse_with_error_context(markup)
|
||||||
|
|||||||
Reference in New Issue
Block a user