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, 0 insertions, 8 deletions
diff --git a/test/valid/UTF16Entity.xml b/test/valid/UTF16Entity.xml
deleted file mode 100644
index 8bb29ac..0000000
--- a/test/valid/UTF16Entity.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE foo [
-<!ELEMENT foo (root*)>
-<!ELEMENT root EMPTY>
-<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
-<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
-]>
-
-<foo> &utf16b; &utf16l; </foo>