mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
The parse_context no longer needs to be passed in because it is available through through an attr_reader on the instance. However, the markup and tokenizer weren't made available. This refactor also makes the parameters given to Document#unknown_tag consistent with Block#unknown_tag.