summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml
deleted file mode 100644
index e91a10895e..0000000000
--- a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<!DOCTYPE foo SYSTEM "foo.dtd" [
- <!ENTITY def "foo">
-]>
-<foo>
- <!-- check that the call to skippedEntity() is inserted in the right place -->
- <a>abc&undef;gh</a>
- <b>&undef;gh</b>
- <c>abc&undef;</c>
- <d>&undef;</d>
- <e>&undef;&def;&undef;&def;</e>
- <e>a&undef;b&def;c&undef;d&def;e</e>
-</foo>