Add test for parenthesized expressions

This commit is contained in:
Dirkjan Ochtman 2017-03-03 20:31:18 +01:00
parent 8bc255bc63
commit c0d81103c2

View File

@ -22,7 +22,7 @@
{% if b ^ c == a + c -%}
bxor
{%- endif -%}
{% if b | c == a + c -%}
{% if (b | c) == a + c -%}
bor
{%- endif -%}
{% if a == b && a + b == c -%}