Testcoverage improvements.

This commit is contained in:
Kim Kulling
2020-01-14 21:44:45 +01:00
parent e5db5e84e6
commit d1abe68b93
4 changed files with 171 additions and 1 deletions

View File

@@ -161,7 +161,6 @@ static void WriteNode(const aiNode* node, IOStream * io, unsigned int depth) {
ioprintf(io,"%s</Node>\n",prefix);
}
// -----------------------------------------------------------------------------------
// Some chuncks of text will need to be encoded for XML
// http://stackoverflow.com/questions/5665231/most-efficient-way-to-escape-xml-html-in-c-string#5665377