We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: