summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VCM/v15.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VCM/v15.xml')
-rw-r--r--libxml2/test/VCM/v15.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/libxml2/test/VCM/v15.xml b/libxml2/test/VCM/v15.xml
new file mode 100644
index 0000000..878e3e3
--- /dev/null
+++ b/libxml2/test/VCM/v15.xml
@@ -0,0 +1,9 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ((a | b | c)*) >
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+]>
+<doc>
+<b/>
+</doc>