mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
- `respond_to?` was returning `false` in the parser switcher
because `rigid_parse` was private
It was working before because `parse_context` was doing
the double-parsing thing, but when we removed that, this
test fairly started breaking