Test case ibm-not-wf-P68-ibm68n10.xml: gnu.xml.aelfred2.XmlReader Failed

Test case ibm-not-wf-P68-ibm68n10.xml: gnu.xml.aelfred2.XmlReader Failed

Tests EntityRef which is against P68 WFC: No Recursion. The indirect recursive entity reference occurs with the entity declarations for "aaa", "bbb", "ccc", "ddd", and "eee" in the DTD.

<!DOCTYPE root 
[
<!ELEMENT root (#PCDATA)>
<!ATTLIST root att CDATA #IMPLIED>
<!--* indirect recursive entity reference *-->
<!ENTITY aaa "&bbb;">
<!ENTITY bbb "&ccc;">
<!ENTITY ccc "&ddd;">
<!ENTITY ddd "&eee;">
<!ENTITY eee "&aaa;">
]>
<root>&aaa;</root>


Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>root</localName>
        <qualifiedName>root</qualifiedName>
        <attributes/>
    </startElement>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.ArrayIndexOutOfBoundsException">0 &gt;= 0</bug>
</ConformanceResults>