From 214bd64be160273528fd85eaeb8f47fc6c777a79 Mon Sep 17 00:00:00 2001 From: Josh Faigan Date: Fri, 26 Sep 2025 13:14:08 -0400 Subject: [PATCH] staging branch for testing only --- lib/liquid/parser_switching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/parser_switching.rb b/lib/liquid/parser_switching.rb index 78afd58a..e9126580 100644 --- a/lib/liquid/parser_switching.rb +++ b/lib/liquid/parser_switching.rb @@ -17,7 +17,7 @@ module Liquid def parse_with_selected_parser(markup) case parse_context.error_mode 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 begin strict_parse_with_error_context(markup)