Test case o-p11pass1: gnu.xml.aelfred2.XmlReader Failed

Test case o-p11pass1: gnu.xml.aelfred2.XmlReader Failed

system literals may not contain URI fragments

<!--Inability to resolve a notation should not be reported as an error-->
<!DOCTYPE doc
[
<!ELEMENT doc EMPTY>
<!NOTATION not1 SYSTEM "a%a&b&#0<!ELEMENT<!--<?</>?>/\''">
<!NOTATION not2 SYSTEM 'a
	b"""'>
<!NOTATION not3 SYSTEM "">
<!NOTATION not4 SYSTEM ''>
]>
<doc/>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <notation>
        <name>not1</name>
        <systemID>a%a&amp;b&amp;#0&lt;!ELEMENT&lt;!--&lt;?&lt;/&gt;?&gt;/\''</systemID>
    </notation>
    <notation>
        <name>not2</name>
        <systemID>a b"""</systemID>
    </notation>
    <notation>
        <name>not3</name>
        <systemID/>
    </notation>
    <notation>
        <name>not4</name>
        <systemID/>
    </notation>
    <startElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
    </endElement>
    <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>