aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.tdy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.tdy')
-rw-r--r--tests/simple.tdy6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy
index a4f6c45..2ef5886 100644
--- a/tests/simple.tdy
+++ b/tests/simple.tdy
@@ -1,3 +1,5 @@
-1 == 1
+1 + 1 <= 2
+1 + 1 < 2
+1 + 1 > 2
+1 + 1 >= 2
1 + 1 == 2
-1 + 1 == 3