reggi / shopify

Just a place to track issues and feature requests that I have for shopify
3 stars 1 forks source link

Can't use hyphen in capture variable. #13

Open reggi opened 9 years ago

reggi commented 9 years ago

This doesn't work

{% capture test-this %}
  hello world
{% endcapture %}

{{ test-this }}

This works

{% capture testthis %}
  hello world
{% endcapture %}

{{ testthis }}
reggi commented 9 years ago

This is against how include with filename syntax works.