Test case ibm-1-1-not-wf-P05-ibm05n05.xml: gnu.xml.aelfred2.XmlReader Passed

Test case ibm-1-1-not-wf-P05-ibm05n05.xml: gnu.xml.aelfred2.XmlReader Passed

Tests an element with an illegal Name containing #x2040

<?xml version="1.1" encoding="UTF-8"?>
<!DOCTYPE root [
<!ELEMENT root ANY>
<!ELEMENT ⁀BadName EMPTY>
]>
<!-- BadName containing char #x2040; -->
<root>
	<⁀BadName/>	
</root>
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>