summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd b/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd
deleted file mode 100644
index 13ec57a6f1..0000000000
--- a/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-2e/E19.dtd
+++ /dev/null
@@ -1,6 +0,0 @@
-<!ELEMENT foo ANY>
-<!ENTITY % pe "hello">
-<!-- If forward were expanded when ent was declared, we were get an error,
- but it is bypassed and not expanded until ent is used in the instance -->
-<!ENTITY ent "%pe; &#33; &forward;">
-<!ENTITY forward "goodbye">