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