From 4e589cac364edffb08caf7e09a12cc05894271ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 9 Jan 2021 19:57:39 +0100 Subject: boolean {comparisons,algebra} --- tests/simple.tdy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/simple.tdy') 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 -- cgit v1.2.1