diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.lua b/tests/test.lua index 2941a91..1bf8d2b 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -91,8 +91,8 @@ local testdata = load_testdata() | |||
91 | local cjson_tests = { | 91 | local cjson_tests = { |
92 | -- Test API variables | 92 | -- Test API variables |
93 | { "Check module name, version", | 93 | { "Check module name, version", |
94 | function () return json._NAME, json._VERSION, json.version end, { }, | 94 | function () return json._NAME, json._VERSION end, { }, |
95 | true, { "cjson", "1.1devel", "1.1devel" } }, | 95 | true, { "cjson", "1.1devel" } }, |
96 | 96 | ||
97 | -- Test decoding simple types | 97 | -- Test decoding simple types |
98 | { "Decode string", | 98 | { "Decode string", |