diff --git a/testing/templates/operators.html b/testing/templates/operators.html index 4b093c54..7d8ed638 100644 --- a/testing/templates/operators.html +++ b/testing/templates/operators.html @@ -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 -%}