From dd231d4cd0e277fedb6ca23d9685202787dc65b1 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 19 Jan 2012 00:56:40 +1030 Subject: Remove deprecated "refuse_invalid_numbers" Remove deprecated "refuse_invalid_numbers" since the version number will be bumped to 1.1.0. Also remove "version" variable since it has been replaced by _VERSION. --- tests/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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() local cjson_tests = { -- Test API variables { "Check module name, version", - function () return json._NAME, json._VERSION, json.version end, { }, - true, { "cjson", "1.1devel", "1.1devel" } }, + function () return json._NAME, json._VERSION end, { }, + true, { "cjson", "1.1devel" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb