aboutsummaryrefslogtreecommitdiffstats
path: root/tests/order-of-operations.tdy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/order-of-operations.tdy')
-rw-r--r--tests/order-of-operations.tdy10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/order-of-operations.tdy b/tests/order-of-operations.tdy
deleted file mode 100644
index 4f635b0..0000000
--- a/tests/order-of-operations.tdy
+++ /dev/null
@@ -1,10 +0,0 @@
-1 + 1 * 2 <=> 3
-1 * 2 + 3 <=> 5
-5 <=> 1 * 2 + 3
-(1 + 2) * 3 <=> 9
-//-
--1 <=> 0 - 1
--1 + 2 <=> 1
--(1 + 2) <=> -3
-1 + -1 <=> 0
-2 * -1 <=> -2