From fc9073289fc196d1a7ee400d703b0e92cf2f94fe Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Sun, 24 Jan 2016 15:17:07 +0100 Subject: test_parse.cpp: add newline to last line This is necessary in order to comply with the C++03 standard. --- tests/test_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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("\nvalue\n\nvalue1\nvalue2outer\ntext\n\n\n"), STR("\t"), 0); CHECK_NODE_EX(doc, STR("\n\tvalue\n\t\n\t\tvalue1\n\t\tvalue2outer\n\ttext\n\t\n\n"), STR("\t"), format_indent); } -} \ No newline at end of file +} -- cgit v1.2.3