Test case not-wf-sa-069: gnu.xml.aelfred2.XmlReader Passed

Test case not-wf-sa-069: gnu.xml.aelfred2.XmlReader Passed

Space is required before an NDATA entity annotation.

<!DOCTYPE doc [
<!NOTATION eps SYSTEM "eps.exe">
<!-- missing space before NDATA -->
<!ENTITY foo SYSTEM "foo.eps"NDATA eps>
]>
<doc></doc>
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>