aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/charsetTestSuites.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-6/+5
|
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-1/+1
| | | | byte_t...). Minor warning fixes.
* Updated tests for charset conversion.Vincent Richard2013-03-181-0/+103
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.