diff -r 000000000000 -r 1918ee327afb tests/auto/qxmlstream/data/3.ref --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qxmlstream/data/3.ref Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,6 @@ +StartDocument( standalone documentVersion="1.0" ) +Comment( text="comment me" ) +ProcessingInstruction( processingInstructionTarget="process" processingInstructionData="me" ) +StartElement( name="nothing" qualifiedName="nothing" ) +EndElement( name="nothing" qualifiedName="nothing" ) +EndDocument( )