work on the streamer class. A little optimization to the string class. Formatting work.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user