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/test.mnml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.mnml') diff --git a/test/test.mnml b/test/test.mnml index a14bdec..6ecb7d9 100644 --- a/test/test.mnml +++ b/test/test.mnml @@ -12,11 +12,11 @@ const main: function = (input: string or integer): void { return hello + " " + bye } -main()/* +main(input = "mlc")/* * mlc */ -main("pipe1!") => print($) +main(input = "pipe1!") => print($) /*var mls: string = "alphabet ende -- cgit v1.2.3