Test case ibm-not-wf-P62-ibm62n02.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P62-ibm62n02.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests includeSect with wrong beginning sequence. An extra "[" occurs in the beginning sequence in the includeSect in the file ibm62n02.dtd.

<?xml  version="1.0"?>
<!-- syntax test for Production 62-->
<!DOCTYPE animal SYSTEM "ibm62n02.dtd">
<animal>
 <tiger/>
Negative test.  An extra '[' is used.
</animal>
Expected resultActual result for org.apache.crimson.parser.XMLReaderImpl
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P62/ibm62n02.dtd</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P62/ibm62n02.dtd</systemID>
    </resolveEntity>
    <fatalError/>
</ConformanceResults>