aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to encode invalid numbers as "null"Mark Pulford2012-03-041-7/+14
* Rename "cjson-misc" module to "cjson.util"Mark Pulford2012-03-041-15/+15
* Convert common.lua into cjson-misc moduleMark Pulford2012-01-031-15/+15
* Remove redundant comment from test.luaMark Pulford2011-12-311-7/+0
* Remove "update_locale" Lua functionMark Pulford2011-12-311-2/+2
* Add support for Lua 5.2 and cjson.newMark Pulford2011-12-301-8/+8
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-0/+2
* Display success when all tests passMark Pulford2011-12-301-3/+4
* Display failed test count (test.lua)Mark Pulford2011-12-261-1/+1
* Update build testing to show test counts/failuresMark Pulford2011-12-131-0/+8
* Add automated build testing (LuaRocks, Makefile)Mark Pulford2011-11-291-1/+1
* Add workaround to handle platforms that print -nanMark Pulford2011-11-291-4/+0
* Support locales which use comma decimal separatorsMark Pulford2011-10-051-0/+16
* Fix detection of objects with numeric string keysMark Pulford2011-08-101-2/+3
* Display CJSON library version when testingMark Pulford2011-05-291-1/+3
* Test module with invalid numbers enabledMark Pulford2011-05-161-2/+1
* Warn that a failed NaN test may not be an errorMark Pulford2011-05-161-2/+6
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-3/+3
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-1/+1
* Remove whitespace from generated JSON outputMark Pulford2011-05-101-5/+5
* Add extra encoding/nesting testsMark Pulford2011-05-101-1/+30
* Add test for excessive nesting during encodeMark Pulford2011-05-081-0/+5
* Add NaN/Inf encoding tests, rearrange test orderMark Pulford2011-05-081-71/+74
* Generate error when attempting to decode UTF-16/32Mark Pulford2011-05-081-0/+4
* Add UTF-16 surrogate pair decode supportMark Pulford2011-05-081-2/+64
* Test octect encode/decode separatelyMark Pulford2011-05-081-24/+8
* Convert tests to automatically verify outputMark Pulford2011-05-081-106/+107
* Implement data driven test frameworkMark Pulford2011-05-081-0/+4
* Add test to compare objects after decode/encodeMark Pulford2011-05-071-3/+9
* Add basic JSON tests and benchmarkMark Pulford2011-05-031-0/+132