summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VC/ElementValid3
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VC/ElementValid3')
-rw-r--r--libxml2/test/VC/ElementValid34
1 files changed, 0 insertions, 4 deletions
diff --git a/libxml2/test/VC/ElementValid3 b/libxml2/test/VC/ElementValid3
deleted file mode 100644
index 67cbab4..0000000
--- a/libxml2/test/VC/ElementValid3
+++ /dev/null
@@ -1,4 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc EMPTY>
-]>
-<doc>Oops, this element was declared EMPTY</doc>