tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p76fail4.xml
changeset 0 1918ee327afb
child 7 3f74d0d4af4c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <!DOCTYPE doc
       
     2 [
       
     3 <!ELEMENT doc (#PCDATA)>
       
     4 <!NOTATION unknot PUBLIC "Unknown">
       
     5 <!--error should be reported here, not at <!Notation-->
       
     6 <!ENTITY ge SYSTEM "nop.ent" NDATA -unknot>
       
     7 <!NOTATION -unknot PUBLIC "Unknown">
       
     8 ]>
       
     9 <doc/>