summaryrefslogtreecommitdiffstats
path: root/libxml2/test/dtd11
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/dtd11')
-rw-r--r--libxml2/test/dtd115
1 files changed, 0 insertions, 5 deletions
diff --git a/libxml2/test/dtd11 b/libxml2/test/dtd11
deleted file mode 100644
index bdd512b..0000000
--- a/libxml2/test/dtd11
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (#PCDATA)>
-<!ATTLIST doc val CDATA #IMPLIED>
-]>
-<doc val="v1"/>