Test case ibm-not-wf-P85-ibm85n173.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P85-ibm85n173.xml: gnu.xml.aelfred2.XmlReader Passed

Tests BaseChar with an illegal character. The character #x1F16 occurs as the first character of the PITarget in the PI in the DTD.

<!DOCTYPE animal [
<!ELEMENT animal ANY>
<?἖ an illegal char #x1f16
 in PITarget ?>
]>
<animal/>
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>