aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-09 19:08:39 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-09 19:08:39 +0100
commit011e7b31e63864a83627c79c1b2d10d7dc0662b0 (patch)
tree6f03f09d1e0450cb2a275cb3870ae2dfdc97338b /tests
parent805e57569380b4ccadb006420ca24080f3912656 (diff)
downloadsylt-011e7b31e63864a83627c79c1b2d10d7dc0662b0.tar.gz
equals
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