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
path: root/tests
AgeCommit message (Expand)Author
2016-08-25Make sparse array test immune to table hash orderMark Pulford
2016-08-25Suppress test data generation warningsMark Pulford
2012-03-04Use Javascript compat values for Infinity/NaNMark Pulford
2012-03-04Bump version to 2.1develMark Pulford
2012-03-04Add cjson.safe module to suppress exceptionsMark Pulford
2012-03-04Bump version to 2.0develMark Pulford
2012-03-04Simplify string.format() callsMark Pulford
2012-03-04Create separate tests for numbers w/leading zerosMark Pulford
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford
2012-03-04Bump development version to 1.1develMark Pulford
2012-03-04Disable registration of cjson global variableMark Pulford
2012-03-04Return boolean values from configuration functionsMark Pulford
2012-03-04Add depth/index to decode depth error messageMark Pulford
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford
2012-03-04Recommend genutf8.pl when utf8.dat is missingMark Pulford
2012-03-04Add "throw error" to test descriptionsMark Pulford
2012-03-04Test config API errors and setting configurationMark Pulford
2012-03-04Tidy tests and improve coverageMark Pulford
2012-03-04Place nested data structure inline with testsMark Pulford
2012-03-04Gather all test data into a tableMark Pulford
2012-03-04Add descriptions to all testsMark Pulford
2012-03-04Add tests for decode_max_depth()Mark Pulford
2012-03-04Improve benchmark stabilityMark Pulford
2012-03-04Add option to encode invalid numbers as "null"Mark Pulford
2012-03-04Rename "cjson-misc" module to "cjson.util"Mark Pulford
2012-03-04Move cjson-misc and scripts to "lua" directoryMark Pulford
2012-03-04Update cjson-misc.lua file descriptionMark Pulford
2012-03-04Update bench.lua to support different JSON modulesMark Pulford
2012-03-04Limit significant digits in numbers.json to 14Mark Pulford
2012-01-03Add support for Lua 5.2 environments to lua2jsonMark Pulford
2012-01-03Rename encode/decode scripts to lua2json/json2luaMark Pulford
2012-01-03Convert common.lua into cjson-misc moduleMark Pulford
2011-12-31Remove redundant comment from test.luaMark Pulford
2011-12-31Remove "update_locale" Lua functionMark Pulford
2011-12-30Add support for Lua 5.2 and cjson.newMark Pulford
2011-12-30Add fpconv to work around comma decimal pointsMark Pulford
2011-12-30Display success when all tests passMark Pulford
2011-12-26Display failed test count (test.lua)Mark Pulford
2011-12-13Update build testing to show test counts/failuresMark Pulford
2011-12-08Silence genutf8.pl warnings across Perl versionsMark Pulford
2011-11-29Add automated build testing (LuaRocks, Makefile)Mark Pulford
2011-11-29Add workaround to handle platforms that print -nanMark Pulford
2011-10-05Support locales which use comma decimal separatorsMark Pulford
2011-08-10Fix detection of objects with numeric string keysMark Pulford
2011-05-29Use a benchmark duration, not interation countMark Pulford
2011-05-29Add trivial types.json exampleMark Pulford
2011-05-29Display CJSON library version when testingMark Pulford
2011-05-29Add support for runtime number precision configMark Pulford
2011-05-16Test module with invalid numbers enabledMark Pulford
2011-05-16Add support for stdin to encode.lua/decode.luaMark Pulford