-
Notifications
You must be signed in to change notification settings - Fork 87
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
Cannot loop some expressions in for
that Jinja2 can
#180
Comments
Hi! Thank you for pointing that out. Actually, you're right. |
Yes. Lists also recognize a commutative
I'm sure the commented part of Jinja2Cpp/src/internal_value.cpp Lines 166 to 170 in 78e0a7c
|
I confirm this worked great, thanks for the work. |
Hi, I have tried a set of expressions which are not currently working as expected.
According to Jinja2:
In Jinja2cpp, I find only the first one is working, the other 4 evaluate as empty.
I believe that
3
4
and5
are because it's not handled to loop over characters.Regarding
2
, I'm under impression it's the+
operation not supported for concatenating lists. (possibly in scope of issue #135)The text was updated successfully, but these errors were encountered: