Merge branch 'master' into whitespace

This commit is contained in:
Lee Thomason (grinliz)
2012-09-08 21:24:00 -07:00
5 changed files with 96 additions and 92 deletions

View File

@@ -296,6 +296,8 @@ int main( int /*argc*/, const char ** /*argv*/ )
doc->Print( &streamer );
XMLTest( "Compact mode", "<element><sub attrib=\"1\"/><sub/></element>", streamer.CStr(), false );
}
doc->SaveFile( "./resources/out/pretty.xml" );
doc->SaveFile( "./resources/out/compact.xml", true );
delete doc;
}
{