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