diff options
author | Johnny Wang <wangjiahao@openresty.com> | 2021-12-10 20:19:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 20:19:58 +0800 |
commit | 96e6e0ce67ed070a52223c1e9518c9018b1ce376 (patch) | |
tree | 267879cfcd95c60117f1bd36cb486918695df4e4 /tests | |
parent | f416d2675eb36e3dd2d2b3882058233327ea3c07 (diff) | |
download | lua-cjson-96e6e0ce67ed070a52223c1e9518c9018b1ce376.tar.gz lua-cjson-96e6e0ce67ed070a52223c1e9518c9018b1ce376.tar.bz2 lua-cjson-96e6e0ce67ed070a52223c1e9518c9018b1ce376.zip |
bumped version to 2.1.0.10. (#79)2.1.0.10rc12.1.0.10
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 605fc91..7e523a3 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.9" } }, | 96 | true, { "cjson", "2.1.0.10" } }, |
97 | 97 | ||
98 | -- Test decoding simple types | 98 | -- Test decoding simple types |
99 | { "Decode string", | 99 | { "Decode string", |