summaryrefslogtreecommitdiff
path: root/test/VCM/21.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/VCM/21.xml')
-rw-r--r--test/VCM/21.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/VCM/21.xml b/test/VCM/21.xml
deleted file mode 100644
index 78c8713..0000000
--- a/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>