~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P58/ibm58i01.xml

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml  version="1.0"?>
 
2
<!-- validity test for Production 58(Negative Test-->
 
3
<!DOCTYPE test
 
4
 [
 
5
 <!ELEMENT test ANY>
 
6
 <!ELEMENT blob (#PCDATA)>
 
7
 <!NOTATION base64 SYSTEM "mimecode">
 
8
 <!NOTATION uuencode SYSTEM "uudecode">
 
9
 <!NOTATION raw SYSTEM "raw">
 
10
 <!ATTLIST blob content-encoding NOTATION (base64|uuencode) #REQUIRED>
 
11
 ]>
 
12
 <test>
 
13
<blob content-encoding = "raw"></blob>
 
14
The attribute values of type NOTATION does not match any of the notation names included in the
 
15
declaration.All notation names in the declaration have been declared.
 
16
</test>
 
 
b'\\ No newline at end of file'