Add rigid_parse to case/when

This commit is contained in:
Guilherme Carreiro
2025-10-27 16:33:31 +01:00
committed by Guilherme Carreiro
parent e2a15334f0
commit 65a1c167b3
3 changed files with 167 additions and 6 deletions
+4
View File
@@ -37,6 +37,10 @@ module Liquid
end
end
def rigid_mode?
parse_context.error_mode == :rigid
end
private
def rigid_parse_with_error_context(markup)