This commit is contained in:
cozis
2022-08-16 18:54:49 +02:00
parent 4d4e365002
commit 3209afb513
5 changed files with 55 additions and 52 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
json, err = import("json.noja");
json = import("json.noja");
utils = import("utils.noja");
assert(json.parse("null") == none);
@@ -9,4 +8,4 @@ assert(json.parse('"Hello, world!"') == "Hello, world!");
assert(utils.compareAny(json.parse('[]'), []));
assert(utils.compareAny(json.parse('[1, 2, 3]'), [1, 2, 3]));
print("No assertions fired!\n");
print("No assertions fired!\n");