]> git.corax.cc Git - toolbox/commit
test/json: Add test suite for json module
authorMatthias Kruk <m@m10k.eu>
Mon, 5 Jul 2021 23:48:32 +0000 (08:48 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 5 Jul 2021 23:48:32 +0000 (08:48 +0900)
commite070a1c5b739cf94008b8a763c683f26b1538f2f
tree28dc10281ecc88b5602a47f0ecbb5273dfaac543
parent487c9a185bd3c7f91f544707e73d4029db4b4a70
test/json: Add test suite for json module

This commit adds a set of test cases for the json object. It tests the
primary properties of all functions that are part of the module's
public API.
test/json_spec.sh [new file with mode: 0644]