commit | 48ea0bcf80676a92d64d652a17dfaaf2bcb34fa7 | [log] [tgz] |
---|---|---|
author | Lee Thomason (grinliz) <leethomason@gmail.com> | Sat May 26 14:41:14 2012 -0700 |
committer | Lee Thomason (grinliz) <leethomason@gmail.com> | Sat May 26 14:41:14 2012 -0700 |
tree | 543efe2595d38cf5f439423b5c823c9f0d3a7ea5 | |
parent | e01e786883c0a5aa7acac1d963ef7c14c222e30a [diff] [blame] |
renamed function, added test case
diff --git a/xmltest.cpp b/xmltest.cpp index d73b90a..74b2f98 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -824,6 +824,7 @@ static const char* result = "\xef\xbb\xbf<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; XMLTest( "BOM and default declaration", printer.CStr(), result, false ); + XMLTest( "CStrSize", printer.CStrSize(), 42, false ); }