Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 8c50b02..ac6419a 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -92,7 +92,7 @@ local cjson_tests = {
-- Test API variables
{ "Check module name, version",
function () return json._NAME, json._VERSION end, { },
- true, { "cjson", "1.1devel" } },
+ true, { "cjson", "2.0devel" } },
-- Test decoding simple types
{ "Decode string",