From 48490ca1e33429f3d2f81aac62c1819f6d2a6406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 15 Jan 2021 14:46:51 +0100 Subject: add another neg test --- tests/order-of-operations.tdy | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/order-of-operations.tdy b/tests/order-of-operations.tdy index f739ccb..4f635b0 100644 --- a/tests/order-of-operations.tdy +++ b/tests/order-of-operations.tdy @@ -3,6 +3,7 @@ 5 <=> 1 * 2 + 3 (1 + 2) * 3 <=> 9 //- +-1 <=> 0 - 1 -1 + 2 <=> 1 -(1 + 2) <=> -3 1 + -1 <=> 0 -- cgit v1.2.1