twig.js icon indicating copy to clipboard operation
twig.js copied to clipboard

[BUG] Comparison of Array with boolean

Open antoineveldhoven opened this issue 1 year ago • 1 comments

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

antoineveldhoven avatar Nov 13 '23 21:11 antoineveldhoven

Here is a more direct comparison: https://codepen.io/willrowe/pen/KKJybpj twig.js outputs true, false, false when true, true, false is expected.

willrowe avatar Nov 16 '23 17:11 willrowe