Unit tests

- Added array deserialization test
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-23 08:59:15 +02:00
parent 72ba0cd7b5
commit 6f64b2c19d
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ unittest
assert(person.age == 23);
assert(person.isMale == true);
assert(person.obj["bruh"].integer() == 1);
//TODO: list test case
assert(person.list == [1,2,3]);
}
unittest