commit | 24767b05abe01c8222c3985a9c715126396cda36 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Wed Jan 25 17:16:23 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Wed Jan 25 17:16:23 2012 -0800 |
tree | 63c54d79d4184b70d278fa40d48863668f81652c | |
parent | 5cae8977750b3738da08ae1f320a182792dc9c3b [diff] [blame] |
work on the streamer class. A little optimization to the string class. Formatting work.
diff --git a/xmltest.cpp b/xmltest.cpp index 6376d91..7b12475 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -40,6 +40,7 @@ //"<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 ) {