aboutsummaryrefslogtreecommitdiffstats
path: root/test/VC/ElementValid7
diff options
context:
space:
mode:
Diffstat (limited to 'test/VC/ElementValid7')
-rw-r--r--test/VC/ElementValid77
1 files changed, 7 insertions, 0 deletions
diff --git a/test/VC/ElementValid7 b/test/VC/ElementValid7
new file mode 100644
index 00000000..a88115f3
--- /dev/null
+++ b/test/VC/ElementValid7
@@ -0,0 +1,7 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ((a | b)* , c+, a, b?, c, a?)>
+<!ELEMENT a EMPTY>
+<!ELEMENT b (#PCDATA)>
+<!ELEMENT c (#PCDATA)>
+]>
+<doc><a/><b/><a/><c/><c/><a/></doc>