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
Comparison of Array with boolean will only be true if Array.length == 1. For arrays with more than one element this will render incorrect.
TwigPHP example twig.js example
The text was updated successfully, but these errors were encountered:
Here is a more direct comparison: https://codepen.io/willrowe/pen/KKJybpj twig.js outputs true, false, false when true, true, false is expected.
true
false
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Comparison of Array with boolean will only be true if Array.length == 1.
For arrays with more than one element this will render incorrect.
TwigPHP example
twig.js example
The text was updated successfully, but these errors were encountered: