diff options
Diffstat (limited to 'test/core/XMLTest.cpp')
-rw-r--r-- | test/core/XMLTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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{ + "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" "<html>\n" "\t<head>\n" "\t\t<title>\n" |