staging branch for testing only

This commit is contained in:
Josh Faigan
2025-09-26 13:14:08 -04:00
parent 9942592ea8
commit 214bd64be1
+1 -1
View File
@@ -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)