diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/operators.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/operators.html b/testing/templates/operators.html index 4b093c5..7d8ed63 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 -%} |