diff options
Diffstat (limited to 'libxml2/test/valid/737840.xml')
-rw-r--r-- | libxml2/test/valid/737840.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/valid/737840.xml b/libxml2/test/valid/737840.xml new file mode 100644 index 0000000..2d27b73 --- /dev/null +++ b/libxml2/test/valid/737840.xml @@ -0,0 +1,10 @@ +<!DOCTYPE root [ +<!ELEMENT root (elem)> +<!ELEMENT elem (#PCDATA)> +<!ATTLIST elem id ID #IMPLIED> +<!ENTITY target SYSTEM "dtds/737840.ent"> +]> + +<root> + ⌖ +</root> |