summaryrefslogtreecommitdiff
path: root/tests/calc1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/calc1.txt')
-rw-r--r--tests/calc1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/calc1.txt b/tests/calc1.txt
index ad30e6e..127a498 100644
--- a/tests/calc1.txt
+++ b/tests/calc1.txt
@@ -31,3 +31,9 @@ Simple calculations
10/2 5
3*4 12
+
+Multiple Runs Of Plus And Minus
+ [Template] The result of ${calculations} should be ${expected}
+ 1+1+1 3
+ 1-1-1 -1
+ 5+1-2 4