This commit is contained in:
igor
2026-02-18 16:05:48 +01:00
parent cd1df4b18d
commit f3de51f5d8
16 changed files with 302 additions and 5 deletions

6
tests/assert_msg_fail.sl Normal file
View File

@@ -0,0 +1,6 @@
import stdlib/debug.sl
word main
"boom msg" 0 assert_msg
0
end