From 011e7b31e63864a83627c79c1b2d10d7dc0662b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 9 Jan 2021 19:08:39 +0100 Subject: equals --- tests/simple.tdy | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tests/simple.tdy') 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 -- cgit v1.2.1