summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AbuseFilter/tests/parserTests/arith.t')
-rw-r--r--AbuseFilter/tests/parserTests/arith.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/AbuseFilter/tests/parserTests/arith.t b/AbuseFilter/tests/parserTests/arith.t
index 1f88e9df..a0faca87 100644
--- a/AbuseFilter/tests/parserTests/arith.t
+++ b/AbuseFilter/tests/parserTests/arith.t
@@ -1,3 +1,6 @@
++1 + -1 === 0 &
+-1 + +2 === 1 &
+-0 === 0 &
(1 + 1 === 2) &
(1.5 + 1.5 === 3.0) &
(2.5 + 1 === 3.5) &
@@ -24,4 +27,4 @@
(2 ** 4 === 16) &
(2.5 ** 2 === 6.25) &
(2.5 ** 0 === 1.0) &
-(1000 ** 0 === 1) \ No newline at end of file
+(1000 ** 0 === 1)