summaryrefslogtreecommitdiff
path: root/test/testxml.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-1/+1
* Fix xml test suite. External parsers do not return APR error codesmturk2021-12-021-1/+1
* Add simple tests for apr_xml_parser_geterror().ivan2019-05-121-0/+51
* Add more XML tests.ivan2019-05-121-0/+34
* Call apr_xml_quote_elem() before apr_xml_to_text() in round-trip XML tests.ivan2019-05-121-0/+2
* Add another test for apr_xml_parser.ivan2019-05-111-0/+74
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-4/+4
* * test/testxml.c (test_billion_laughs): Use correct macro and fix data file jorton2009-06-031-2/+2
* Prevent "billion laughs" attack against expat:jorton2009-06-031-4/+21
* * test/: Merge test suite from apr-util. Substitute jorton2009-03-251-0/+159