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

Parser Error: assign in loops #16

Open
au-titze opened this issue Jun 25, 2021 · 0 comments
Open

Parser Error: assign in loops #16

au-titze opened this issue Jun 25, 2021 · 0 comments

Comments

@au-titze
Copy link

Hi,

I get an error when variables are assigned in a loop. This works with other liquid engines, is it possible to fix that?

Minimum example which causes the error:

{% for row in test %} {% assign a = 34 %} {% endfor %}

Error

E/flutter (25024): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Parse Exception: Unexpected Token: <TokenType.identifier line=10 column=7 value='endfor'> expected null

Thanks,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant