aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lua')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 3da8676..d1bf7e4 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.1devel" } }, 96 true, { "cjson", "2.1.0.6" } },
97 97
98 -- Test decoding simple types 98 -- Test decoding simple types
99 { "Decode string", 99 { "Decode string",