basic text support

This commit is contained in:
Lee Thomason
2012-01-23 15:32:10 -08:00
parent 22aead1c73
commit 5492a1c705
4 changed files with 59 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ int main( int argc, const char* argv )
"<!--comment beside elements--><element><subelement></subelement></element>",
"<!--comment beside elements, this time with spaces--> \n <element> <subelement> \n </subelement> </element>",
"<element attrib1='foo' attrib2=\"bar\" ></element>",
"<element attrib1='foo' attrib2=\"bar\" ><subelement attrib3='yeehaa' /></element>",
"<element>Text inside element.</element>",
0
};
for( int i=0; test[i]; ++i ) {