Closed MaximBazarov closed 8 years ago
might be more informative
block.rb:41:in `parse': Liquid syntax error: Tag '{%- include 'parameters' -%}' was not properly terminated with regexp: /\%\}/ (Liquid::SyntaxError)
and
{% include 'parameters' -%}'
works fine
@MaksimBazarov looks like the problem is in liquid gem^ your tag doesn't pass their built-in regexp. Try to post the issue in their tracker.
Whitespace control tags were added in Liquid 4 and are not available in version 3. https://github.com/Shopify/liquid/issues/807#issuecomment-252236338
@etolstoy could you please update the liquid gem?
Version 4 is not stable yet, so I'd better wait for its release.
As @fw42 says in this issue, the 4.0 version will be released really soon.
Closing this issue and creating new one (#167).
Whitespace controll
Template: