summaryrefslogtreecommitdiff
path: root/test/valid/UTF16Entity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/valid/UTF16Entity.xml')
-rw-r--r--test/valid/UTF16Entity.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/valid/UTF16Entity.xml b/test/valid/UTF16Entity.xml
new file mode 100644
index 0000000..8bb29ac
--- /dev/null
+++ b/test/valid/UTF16Entity.xml
@@ -0,0 +1,8 @@
+<!DOCTYPE foo [
+<!ELEMENT foo (root*)>
+<!ELEMENT root EMPTY>
+<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
+<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
+]>
+
+<foo> &utf16b; &utf16l; </foo>