Fixed negation issue, moved some scripts to test/

This commit is contained in:
2022-08-20 07:20:29 +01:00
parent 2bf721867b
commit 8309535bbe
12 changed files with 109 additions and 54 deletions

View File

@@ -87,4 +87,3 @@ assert false, "This is a failed assert, and will end execution";
print "This will not be printed because of the above assert";
//TODO: use a proper assert-based version of this file