Test case ibm-not-wf-P12-ibm12n01.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P12-ibm12n01.xml: gnu.xml.aelfred2.XmlReader Passed

Tests PubidLiteral. The closing bracket (double quote) is missing with the value of the PubidLiteral for the entity "info".

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

<!-- testing invalid pubid literal with no closing bracket  -->
<student>My Name is &info;. </student>









 
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>