summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/data/3.ref
blob: cc8b18b7d8f8391574134ace39aa157dbcffaa74 (plain)
1
2
3
4
5
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( )