twig.js
twig.js copied to clipboard
[BUG] Comparison of Array with boolean
Comparison of Array with boolean will only be true if Array.length == 1. For arrays with more than one element this will render incorrect.
Here is a more direct comparison: https://codepen.io/willrowe/pen/KKJybpj
twig.js outputs true
, false
, false
when true
, true
, false
is expected.