mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Add rigid_parse to case/when
This commit is contained in:
committed by
Guilherme Carreiro
parent
e2a15334f0
commit
65a1c167b3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user