Test case ibm-not-wf-P59-ibm59n05.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P59-ibm59n05.xml: gnu.xml.aelfred2.XmlReader Passed

Tests Enumeration with a required field missing. The white space is missing between 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 enum (#PCDATA)>
 <!ATTLIST one attr enum) #IMPLIED>
 ]>
 <test>
This is a Negative test
Missing the begining bracket  
</test>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>