~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/corelib/xml/qxmlstream/data/023.ref

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
StartDocument( documentVersion="1.0" )
 
2
Comment( text=" Illegal use of 1.1-style prefix unbinding in 1.0 document " )
 
3
StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="a:foo" prefix="a"
 
4
    NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/namespace" )
 
5
 )
 
6
Characters( whitespace text="
 
7
 " )
 
8
Invalid( name="foo" qualifiedName="a:foo" prefix="a" )
 
9
ERROR: Illegal namespace declaration.