summaryrefslogtreecommitdiff
path: root/tests/test.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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