summaryrefslogtreecommitdiff
path: root/tests/test_parse.cpp
AgeCommit message (Expand)Author
2015-03-12Fix buffer overrun when parsing comments inside DOCTYPEArseny Kapoulkine
2015-03-05tests: Move null buffer tests to test_documentArseny Kapoulkine
2015-03-05Refactor contents=0 behaviorArseny Kapoulkine
2015-03-05Merge branch 'master' of https://github.com/mloy/pugixml into mloy-masterArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-10-30load_buffer_impl always checks if buffer is valid pointer and size > 0mloy
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine
2014-10-02tests: Add missing tests to increase code coverageArseny Kapoulkine
2014-02-25tests: Add tests for parse_trim_pcdata.Arseny Kapoulkine
2014-02-23Fix clang build.Arseny Kapoulkine
2014-02-23Fix gap collapsing during PCDATA parsing for fragment mode.Arseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com
2011-12-09Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...arseny.kapoulkine
2010-09-20tests: Improved tests for parsing result default constructionarseny.kapoulkine
2010-09-20tests: Added default ctor testarseny.kapoulkine
2010-08-04tests: Added even more tests for better code coveragearseny.kapoulkine
2010-08-04tests: Added more tests for better code coveragearseny.kapoulkine
2010-08-03tests: Preparations for custom new/delete (leak detection)arseny.kapoulkine
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-13tests: Added tests for parsing offset valuesarseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12tests: Added non top-level declaration testarseny.kapoulkine
2010-06-11tests: Fixed PI testarseny.kapoulkine
2010-06-11tests: Added more (failing) declaration/PI testsarseny.kapoulkine
2010-06-11Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a...arseny.kapoulkine
2010-06-04Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...arseny.kapoulkine
2010-05-22tests: Minor addition to PI parsing testsarseny.kapoulkine
2010-05-10Implemented better DOCTYPE parsing, added more DOCTYPE testsarseny.kapoulkine
2010-05-08Deprecated all wildcard functions and parse_wnorm_attributearseny.kapoulkine
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine
2009-10-21tests: Added more escape error testsarseny.kapoulkine
2009-10-20tests: Added wildcard and doctype testsarseny.kapoulkine
2009-10-20tests: Added more testsarseny.kapoulkine
2009-10-20tests: More coveragearseny.kapoulkine
2009-10-20tests: Added declaration and document load/load_file error testsarseny.kapoulkine
2009-10-20tests: Added parsing testsarseny.kapoulkine