aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/simple.tdy12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy
index a2d36b3..a4f6c45 100644
--- a/tests/simple.tdy
+++ b/tests/simple.tdy
@@ -1,9 +1,3 @@
-// Comments!
-// 3
-1 + 1 * 2
-// -1
--1 * 3 + 2
-// 8
-2 * 2 * 2
-// 34
-1 + (3 * 2 + 3 + 2) * 3
+1 == 1
+1 + 1 == 2
+1 + 1 == 3