summaryrefslogtreecommitdiffstats
path: root/libxml2/test/VC/OneID2
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/VC/OneID2')
-rw-r--r--libxml2/test/VC/OneID26
1 files changed, 6 insertions, 0 deletions
diff --git a/libxml2/test/VC/OneID2 b/libxml2/test/VC/OneID2
new file mode 100644
index 0000000..ffa9d1f
--- /dev/null
+++ b/libxml2/test/VC/OneID2
@@ -0,0 +1,6 @@
+<!DOCTYPE doc [
+<!ATTLIST doc val ID #IMPLIED>
+<!ATTLIST doc id ID #IMPLIED>
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc val="v1"></doc>