summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VCM/21.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VCM/21.xml')
-rw-r--r--libxml2/test/VCM/21.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/libxml2/test/VCM/21.xml b/libxml2/test/VCM/21.xml
deleted file mode 100644
index 78c8713..0000000
--- a/libxml2/test/VCM/21.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (a, (b | c)*, d*)? >
-<!ELEMENT a EMPTY>
-<!ELEMENT b EMPTY>
-<!ELEMENT c EMPTY>
-<!ELEMENT d EMPTY>
-]>
-<doc><a/><d/></doc>