summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml b/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml
deleted file mode 100644
index dd79ee2899..0000000000
--- a/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- Non-syntactic validity errors in default attributes only happen if the attribute is in fact defaulted. -->
-<!DOCTYPE foo [
-<!ELEMENT foo ANY>
-<!ATTLIST foo id ID #IMPLIED>
-<!ATTLIST foo ref IDREF "undef">
-<!ATTLIST foo ent ENTITY "undef">
-<!-- can't test NOTATION attribute, because if it's undeclared then we'll
- get an error for one of the enumerated values being undeclared. -->
-<!ENTITY ent SYSTEM "foo" NDATA not>
-<!NOTATION not SYSTEM "not">
-]>
-<foo id="g0034" ref="g0034" ent="ent"/>