summaryrefslogtreecommitdiffstats
path: root/libxml2/test/dtd8
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/dtd8')
-rw-r--r--libxml2/test/dtd88
1 files changed, 0 insertions, 8 deletions
diff --git a/libxml2/test/dtd8 b/libxml2/test/dtd8
deleted file mode 100644
index ce7a291..0000000
--- a/libxml2/test/dtd8
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc ((a | b) , (c | d))+>
-<!ELEMENT a (#PCDATA)>
-<!ELEMENT b (#PCDATA)>
-<!ELEMENT c (#PCDATA)>
-<!ELEMENT d (#PCDATA)>
-]>
-<doc><b>This</b><c> is a valid document</c></doc>