diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-02-06 13:59:50 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-02-06 13:59:50 +0100 |
commit | 54b4040a8e46c4104e228264fa57b44d17e245c9 (patch) | |
tree | 938f077f1343ee018476bd1cf68924f9181143f1 /test/const-function.mnml | |
parent | 7667162a20ebdedac14de88260df018b961548d4 (diff) |
all current tests passing
Diffstat (limited to 'test/const-function.mnml')
-rw-r--r-- | test/const-function.mnml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/const-function.mnml b/test/const-function.mnml index 9630dd8..5a82b68 100644 --- a/test/const-function.mnml +++ b/test/const-function.mnml @@ -5,4 +5,4 @@ const main: function = (input: string or integer, default: integer = 1): void { return hello + " " + bye } -main(input = "hey", 2) +main(input = "hey", default = 2) |