Test case ibm-not-wf-P51-ibm51n06.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P51-ibm51n06.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests Mixed with wrong closing bracket. The "]" is used as the closing bracket in the Mixed field in the fourth elementdecl in the DTD.

<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT a ANY>
<!ELEMENT b ANY>
<!--* Wrong closing bracket in Mixed  *-->
<!ELEMENT aElement ( #PCDATA | a ]* >
]>
<root>Any content</root>
Expected resultActual result for org.apache.crimson.parser.XMLReaderImpl
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
</ConformanceResults>