diff options
Diffstat (limited to 'tests/template/templates/expressions.html')
-rw-r--r-- | tests/template/templates/expressions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/templates/expressions.html b/tests/template/templates/expressions.html index f0b38cc2ec..47a164e481 100644 --- a/tests/template/templates/expressions.html +++ b/tests/template/templates/expressions.html @@ -10,6 +10,8 @@ <!-- IF 32 is div by 16 -->pass<!-- ELSE -->fail<!-- ENDIF --> +<!-- IF 10 is not even -->fail<!-- ELSE -->pass<!-- ENDIF --> + <!-- IF 24 == 24 -->pass<!-- ELSE -->fail<!-- ENDIF --> <!-- IF 24 eq 24 -->pass<!-- ELSE -->fail<!-- ENDIF --> @@ -84,5 +86,3 @@ <!-- IF 6 % 4 == 2 -->pass<!-- ELSE -->fail<!-- ENDIF --> <!-- IF 24 mod 12 == 0 -->pass<!-- ELSE -->fail<!-- ENDIF --> - -<!-- IF not (43 > 53) -->pass<!-- ELSE -->fail<!-- ENDIF --> |