1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 23:22:59 +04:00

work on the streamer class. A little optimization to the string class. Formatting work.

This commit is contained in:
Lee Thomason
2012-01-25 17:16:23 -08:00
parent 5cae897775
commit 24767b05ab
3 changed files with 24 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ int main( int argc, const char* argv )
//"<element>Text inside element.</element>",
//"<element><b></b></element>",
"<element>Text inside and <b>bolded</b> in the element.</element>",
"<outer><element>Text inside and <b>bolded</b> in the element.</element></outer>",
0
};
for( int i=0; test[i]; ++i ) {