Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liquid tag inside liquid tag #123

Closed
jg-rp opened this issue Jul 10, 2023 · 0 comments
Closed

liquid tag inside liquid tag #123

jg-rp opened this issue Jul 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jg-rp
Copy link
Owner

jg-rp commented Jul 10, 2023

We are getting a LiquidSyntaxError when a liquid tag appears inside another liquid tag, and that nested liquid has no immediate expression.

An example template demonstrating this error:

{%- liquid
  liquid
  echo "foo"
-%}

See Shopify/Liquid#1731.

@jg-rp jg-rp added the bug Something isn't working label Jul 10, 2023
@jg-rp jg-rp closed this as completed in b9c11b1 Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant