summaryrefslogtreecommitdiff
path: root/test/VC/ElementValid5
diff options
context:
space:
mode:
Diffstat (limited to 'test/VC/ElementValid5')
-rw-r--r--test/VC/ElementValid57
1 files changed, 0 insertions, 7 deletions
diff --git a/test/VC/ElementValid5 b/test/VC/ElementValid5
deleted file mode 100644
index 2cef3c4..0000000
--- a/test/VC/ElementValid5
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (a , b* , c+)>
-<!ELEMENT a EMPTY>
-<!ELEMENT b (#PCDATA)>
-<!ELEMENT c (#PCDATA)>
-]>
-<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>