aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-09 19:57:39 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-09 19:57:39 +0100
commit4e589cac364edffb08caf7e09a12cc05894271ac (patch)
tree7325c7717ae1b1ead6ad09e6113933cddfe4e3e4 /tests
parent011e7b31e63864a83627c79c1b2d10d7dc0662b0 (diff)
downloadsylt-4e589cac364edffb08caf7e09a12cc05894271ac.tar.gz
boolean {comparisons,algebra}
Diffstat (limited to 'tests')
-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