aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Wang <wangjiahao@openresty.com>2023-01-19 15:33:23 +0800
committerGitHub <noreply@github.com>2023-01-19 15:33:23 +0800
commit6f38a95a2d44ad3bd4cc49e14224296239da7412 (patch)
tree60c571488b58108d72d05107f9c75dfaf029bf91 /tests
parent91c3363e7dc86263a379719e5508fc0979df84d3 (diff)
downloadlua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.tar.gz
lua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.tar.bz2
lua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.zip
bumped version to 2.1.0.11. (#86)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 7e523a3..cf7a54a 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.10" } }, 96 true, { "cjson", "2.1.0.11" } },
97 97
98 -- Test decoding simple types 98 -- Test decoding simple types
99 { "Decode string", 99 { "Decode string",