summaryrefslogtreecommitdiff
path: root/test/VC/ElementValid8
diff options
context:
space:
mode:
Diffstat (limited to 'test/VC/ElementValid8')
-rw-r--r--test/VC/ElementValid87
1 files changed, 7 insertions, 0 deletions
diff --git a/test/VC/ElementValid8 b/test/VC/ElementValid8
new file mode 100644
index 0000000..5fd2044
--- /dev/null
+++ b/test/VC/ElementValid8
@@ -0,0 +1,7 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ((a, b)| (a, c))>
+<!ELEMENT a EMPTY>
+<!ELEMENT b (#PCDATA)>
+<!ELEMENT c (#PCDATA)>
+]>
+<doc><a/><c> doc is non-deterministic </c></doc>