summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VC/ElementValid5
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VC/ElementValid5')
-rw-r--r--libxml2/test/VC/ElementValid57
1 files changed, 7 insertions, 0 deletions
diff --git a/libxml2/test/VC/ElementValid5 b/libxml2/test/VC/ElementValid5
new file mode 100644
index 0000000..2cef3c4
--- /dev/null
+++ b/libxml2/test/VC/ElementValid5
@@ -0,0 +1,7 @@
+<!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>