diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-09 19:08:39 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-09 19:08:39 +0100 |
| commit | 011e7b31e63864a83627c79c1b2d10d7dc0662b0 (patch) | |
| tree | 6f03f09d1e0450cb2a275cb3870ae2dfdc97338b /tests/simple.tdy | |
| parent | 805e57569380b4ccadb006420ca24080f3912656 (diff) | |
| download | sylt-011e7b31e63864a83627c79c1b2d10d7dc0662b0.tar.gz | |
equals
Diffstat (limited to 'tests/simple.tdy')
| -rw-r--r-- | tests/simple.tdy | 12 |
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 |
