summaryrefslogtreecommitdiff
path: root/tests/test_parse.cpp
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2016-01-24 15:17:07 +0100
committerStephan Beyer <s-beyer@gmx.net>2016-01-24 19:47:06 +0100
commitfc9073289fc196d1a7ee400d703b0e92cf2f94fe (patch)
tree722d32ed7614956ff4c7b0d0fa9eb27ab1bf19a0 /tests/test_parse.cpp
parente133764f33572c9bca205b0c19fc981df48e7e15 (diff)
test_parse.cpp: add newline to last line
This is necessary in order to comply with the C++03 standard.
Diffstat (limited to 'tests/test_parse.cpp')
-rw-r--r--tests/test_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp
index 68fd217..bc40815 100644
--- a/tests/test_parse.cpp
+++ b/tests/test_parse.cpp
@@ -1181,4 +1181,4 @@ TEST(parse_embed_pcdata)
CHECK_NODE_EX(doc, STR("<node>\n<key>value</key>\n<child>\n<inner1>value1</inner1>\n<inner2>value2</inner2>outer</child>\n<two>text<data />\n</two>\n</node>\n"), STR("\t"), 0);
CHECK_NODE_EX(doc, STR("<node>\n\t<key>value</key>\n\t<child>\n\t\t<inner1>value1</inner1>\n\t\t<inner2>value2</inner2>outer</child>\n\t<two>text<data />\n\t</two>\n</node>\n"), STR("\t"), format_indent);
}
-} \ No newline at end of file
+}