aboutsummaryrefslogtreecommitdiff
path: root/tests/test_write.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Never escape > in attribute valuesArseny Kapoulkine1-4/+4
2019-09-11Don't escape attribute quotation symbolArseny Kapoulkine1-2/+4
2019-06-18Add support for using single quotes to enclose attribute valuesm-naumann1-3/+3
2019-03-09tests: Move control char tests to test_write.cppArseny Kapoulkine1-0/+10
2018-11-19Escape TAB character in attribute values with 	Arseny Kapoulkine1-1/+15
2017-06-22tests: Make using namespace more explicitArseny Kapoulkine1-1/+3
2017-06-22tests: Remove redundant pugi:: qualifierArseny Kapoulkine1-9/+9
2017-06-16tests: Expand write_flush coverageArseny Kapoulkine1-5/+8
2017-06-15tests: Add xml_buffered_writer coverage testArseny Kapoulkine1-0/+24
2017-01-31tests: Add more tests to increase coverageArseny Kapoulkine1-0/+6
2016-11-09tests: Fix MSVC warningsArseny Kapoulkine1-2/+2
2016-11-09tests: Add a generalized write-roundtrip testArseny Kapoulkine1-0/+25
2016-11-09tests: Add a test for format_no_empty_element_tagsArseny Kapoulkine1-0/+7
2016-10-13Add PUGIXML_OVERRIDE to headers of testsPavel Kryukov1-2/+2
2016-04-14Remove extra space in an empty tag for format_rawArseny Kapoulkine1-6/+6
2015-04-13Refactor format_indent_attributes implementationArseny Kapoulkine1-3/+13
2015-04-14add tests for aligning each attribute on next linehalex20051-1/+16
2015-04-11Fix Travis CI build.Arseny Kapoulkine1-0/+1
2015-04-11tests: Add a test for throwing from xml_writer::writeArseny Kapoulkine1-0/+38
2015-03-21tests: Fix test compilationArseny Kapoulkine1-1/+1
2015-03-18tests: Fix tests in wchar modeArseny Kapoulkine1-3/+3
2015-03-18Do not emit surrounding whitespace for text nodesArseny Kapoulkine1-4/+49
2015-03-10Escape ?> sequence in PI value during printingArseny Kapoulkine1-0/+19
2015-01-24Use string::append in implementations of xml_writerArseny Kapoulkine1-1/+1
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine1-1/+1
2014-10-27Optimize node printing by using raw pointersArseny Kapoulkine1-0/+50
2014-10-14tests: Add a test for printing comments that contain --Arseny Kapoulkine1-0/+23
2014-10-03tests: Fix MSVC6 compilationArseny Kapoulkine1-1/+1
2014-09-21tests: Fix PUGIXML_WCHAR_MODE buildArseny Kapoulkine1-3/+3
2014-09-21tests: Add test for custom indentation stringsArseny Kapoulkine1-0/+10
2014-09-21tests: Add a test for stackless write.Arseny Kapoulkine1-0/+19
2014-02-11Implement document fragment parsing.Arseny Kapoulkine1-8/+7
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com1-1/+1
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com1-1/+1
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine1-0/+2
2011-09-10Added format_no_escapes flagarseny.kapoulkine1-0/+8
2010-10-19If an element node has the only child, and it is of CDATA type, then the extr...arseny.kapoulkine1-0/+7
2010-09-26tests: Added node_doctype and parse_doctype testsarseny.kapoulkine1-0/+6
2010-08-02tests: More miscellaneous testsarseny.kapoulkine1-0/+20
2010-07-22tests: Added more CDATA writing testsarseny.kapoulkine1-0/+14
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine1-354/+354
2010-05-30tests: Extended wchar_t mode tests (broken UTF16 test, some tests were errone...arseny.kapoulkine1-13/+30
2010-05-21Nodes/attributes with empty names now are printed as :anonymousarseny.kapoulkine1-0/+28
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine1-24/+238
2009-10-29tests: Supported all pugixml compilation modesarseny.kapoulkine1-3/+6
2009-10-20tests: Added more testsarseny.kapoulkine1-6/+21
2009-10-12tests: Refactored checking macros, added writing testsarseny.kapoulkine1-0/+77