Test case ibm-not-wf-P20-ibm20n01.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-not-wf-P20-ibm20n01.xml: gnu.xml.aelfred2.XmlReader Passed

Tests CDATA with an illegal sequence. The CDATA contains the string "[[>".

<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
]>

<!-- testing invalid CData with illegal sequence -->
<![CDATA[<testing>This is ]]> a test</testing>]]>
<student>My Name is SnowMan. </student>
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>