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, 8 insertions, 0 deletions
diff --git a/libxml2/test/VCM/21.xml b/libxml2/test/VCM/21.xml
new file mode 100644
index 0000000..78c8713
--- /dev/null
+++ b/libxml2/test/VCM/21.xml
@@ -0,0 +1,8 @@
+<!DOCTYPE doc [
+<!ELEMENT doc (a, (b | c)*, d*)? >
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+<!ELEMENT d EMPTY>
+]>
+<doc><a/><d/></doc>