diff options
author | leaf corcoran <leafot@gmail.com> | 2021-02-06 13:34:49 -0800 |
---|---|---|
committer | leaf <leafot@gmail.com> | 2021-02-15 10:58:29 -0800 |
commit | 891962b11d6d3b1b7275550b5c109e16c73ac94f (patch) | |
tree | 31224840f37f4697192153dce37c2f70a2f07851 /tests | |
parent | 62fe2246ccb15139476e5a03648633ed69404250 (diff) | |
download | lua-cjson-891962b11d6d3b1b7275550b5c109e16c73ac94f.tar.gz lua-cjson-891962b11d6d3b1b7275550b5c109e16c73ac94f.tar.bz2 lua-cjson-891962b11d6d3b1b7275550b5c109e16c73ac94f.zip |
bump version to 2.1.0.92.1.0.9
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index aeded76..605fc91 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -93,7 +93,7 @@ local cjson_tests = { | |||
93 | -- Test API variables | 93 | -- Test API variables |
94 | { "Check module name, version", | 94 | { "Check module name, version", |
95 | function () return json._NAME, json._VERSION end, { }, | 95 | function () return json._NAME, json._VERSION end, { }, |
96 | true, { "cjson", "2.1.0.6" } }, | 96 | true, { "cjson", "2.1.0.9" } }, |
97 | 97 | ||
98 | -- Test decoding simple types | 98 | -- Test decoding simple types |
99 | { "Decode string", | 99 | { "Decode string", |