summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VCM/v23.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VCM/v23.xml')
-rw-r--r--libxml2/test/VCM/v23.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/VCM/v23.xml b/libxml2/test/VCM/v23.xml
new file mode 100644
index 0000000..6aedcfb
--- /dev/null
+++ b/libxml2/test/VCM/v23.xml
@@ -0,0 +1,10 @@
+<!DOCTYPE doc [
+<!ELEMENT doc (a?, (b, c?)?, d)>
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+<!ELEMENT d EMPTY>
+]>
+<doc>
+<d/>
+</doc>