summaryrefslogtreecommitdiff
path: root/tests/test_xml_parser.h
AgeCommit message (Collapse)Author
2021-02-14Add support for numeric XML entities to XMLParserHenry Conklin
* Add support for decimal numeric entities to String::xml_unescape * Add more error checks to String::xml_unescape * Refactor XMLParser to use String::xml_unescape instead of an internal implementation