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, 4 insertions, 0 deletions
diff --git a/libxml2/test/VC/ElementValid3 b/libxml2/test/VC/ElementValid3
new file mode 100644
index 0000000..67cbab4
--- /dev/null
+++ b/libxml2/test/VC/ElementValid3
@@ -0,0 +1,4 @@
+<!DOCTYPE doc [
+<!ELEMENT doc EMPTY>
+]>
+<doc>Oops, this element was declared EMPTY</doc>