aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/operators.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/operators.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/operators.html b/testing/templates/operators.html
index 1488b9a..4b093c5 100644
--- a/testing/templates/operators.html
+++ b/testing/templates/operators.html
@@ -28,6 +28,6 @@
{% if a == b && a + b == c -%}
and
{%- endif -%}
-{% if a == c || a == b -%}
+{% if a == c || a == 1 -%}
or
{%- endif -%}