mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
Solves Shopify/theme-check#582 `icon` should be visited in the render tag for the following snippet: ```liquid {% assign icon = 'warning' } {% render 'icon' with icon %} ```