Avoid nonessential strings-as-numbers in tests

This commit is contained in:
Rangi42
2025-09-06 12:45:01 -04:00
parent 00b5077b2a
commit 94ed28acf8
8 changed files with 7 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ test "a" ++ """b""" ++ strupr("c") ++ strslice(#str, 0, 0), "abC"
charmap "a", 1
charmap "b", 2
charmap "ab", 12
assert "a" + "b" == 3
assert charval("a") + charval("b") == 3
assert charval("a" ++ "b") == 12
; errors