Updated and revised some tests

This commit is contained in:
2026-05-19 11:24:49 +10:00
parent 414a9d6194
commit a0d75b3c70
20 changed files with 49 additions and 54 deletions
+2
View File
@@ -11,3 +11,5 @@ assert 1 < 2;
//assert with an optional message
assert true, "Assertion message";
//TODO: add mustfails