summaryrefslogtreecommitdiff
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-041-302/+0
| | | | svn path=/trunk/libparserutils/; revision=10961
* ISO-8859-n test dataJohn Mark Bell2008-09-0516-0/+19
| | | | svn path=/trunk/libparserutils/; revision=5247
* More test data.John Mark Bell2008-09-059-1/+9
| | | | svn path=/trunk/libparserutils/; revision=5244
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5240
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-051-0/+0
| | | | svn path=/trunk/libparserutils/; revision=5239
* Fix stupid.John Mark Bell2008-09-042-0/+5
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-285-0/+39
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Import parser construction utility libraryJohn Mark Bell2008-05-016-0/+313
svn path=/trunk/libparserutils/; revision=4111