Test case ibm-not-wf-P69-ibm69n04.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P69-ibm69n04.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests PEReference with an extra white space. There is an extra white space occurs after "%" in the PEReference in the DTD.

<!DOCTYPE root 
[
<!ELEMENT root (#PCDATA)>
<!ENTITY % paaa "<!ATTLIST root att CDATA #IMPLIED>">
<!--* incorrect PE reference with a extra white space char *-->
% paaa;
<!ENTITY aaa "aString">
]>
<root/>
Expected resultActual result for org.apache.crimson.parser.XMLReaderImpl
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
</ConformanceResults>