Whoops, lets try that again.

This commit is contained in:
2023-07-31 16:55:27 +10:00
parent 9b5327b83d
commit 1ed1993489
2 changed files with 3 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
//test for casting + grouping, see #67
{
assert string(10 % 4) == "2", "basic group casting failed";
assert string 4 == "4", "Normal casting failed";
assert string 4 == "4", "normal casting failed";
assert typeof string(10 % 4) == string, "group casting type failed";
}