Test case ibm-not-wf-P59-ibm59n03.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Test case ibm-not-wf-P59-ibm59n03.xml: org.apache.crimson.parser.XMLReaderImpl Passed

Tests Enumeration with wrong separator. The "," is used as the separator in the AttDef in the AttlistDecl in the DTD.

<?xml  version="1.0"?>
<!-- syntax test for Production 59-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!ELEMENT enum (#PCDATA)>
 <!ATTLIST one attr (enum,two) #IMPLIED>
 ]>
 <test>
This is a Negative test
Wrong Separator(, instead of |)
</test>
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>