From 54b4040a8e46c4104e228264fa57b44d17e245c9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 6 Feb 2025 13:59:50 +0100 Subject: all current tests passing --- test/if.mnml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/if.mnml') diff --git a/test/if.mnml b/test/if.mnml index 1d273b3..8227ad5 100644 --- a/test/if.mnml +++ b/test/if.mnml @@ -1,4 +1,4 @@ -if (1 == 2) { +if ((1 == 2) or (2 == 3)) { main1() } -- cgit v1.2.3