aboutsummaryrefslogtreecommitdiff
path: root/test/test-invalid
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16Refactor the test systemPetri Lehtinen1-27/+0
2009-09-08Add stripped unit tests for decoderPetri Lehtinen1-1/+1
That is, test cases where there's no newline or other whitespace at the beginning or end of input. This was implemented by adding a --strip option to split-testfile to strip the input file after writing it. The actual test JSON texts are the same as testdata/invalid and testdata/valid. The expected output of the invalid cases had to be adjusted a bit: because there's no newline at the end, some of the line numbers needed to be changed.
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+5
2009-07-28Enhance test systemPetri Lehtinen1-9/+9
- Tests are now named - Testlogs are preserved between runs - Tests can be run through Valgrind Memcheck tool
2009-07-26Expand parser and Unicode test coveragePetri Lehtinen1-1/+1
2009-07-09Add some testsPetri Lehtinen1-0/+22