Test case ibm-not-wf-P12-ibm12n02.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P12-ibm12n02.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests PubidLiteral. The value of the PubidLiteral for the entity "info" has a single quote character in the middle..

<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
	<!ENTITY info PUBLIC '..\info'.dtd'>
]>

<!-- testing invalid pubid literal -->
<student>My Name is &info;. </student>
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>