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, 0 insertions, 7 deletions
diff --git a/test/VC/ElementValid8 b/test/VC/ElementValid8
deleted file mode 100644
index 5fd2044..0000000
--- a/test/VC/ElementValid8
+++ /dev/null
@@ -1,7 +0,0 @@
-<!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>