From 33b92b72ed160f22dc627e841d5f84de4ebc0c6c Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 8 Jan 2015 15:17:40 +0100 Subject: Changed the DemoOutput algorithm as suggested by Andreas: We first transform the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text. --- test/core/XMLTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/core/XMLTest.cpp') diff --git a/test/core/XMLTest.cpp b/test/core/XMLTest.cpp index aeedb86..124b58d 100644 --- a/test/core/XMLTest.cpp +++ b/test/core/XMLTest.cpp @@ -50,6 +50,7 @@ TEST(Node, testSerialize) // Now this is what we expect to see: std::string expected{ + "\n" "\n" "\t\n" "\t\t\n" -- cgit v1.2.3