mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 01:47:55 +08:00
test_parse.cpp: add newline to last line
This is necessary in order to comply with the C++03 standard.
This commit is contained in:
parent
e133764f33
commit
fc9073289f
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user