summaryrefslogtreecommitdiffstats
path: root/test/ent11
diff options
context:
space:
mode:
Diffstat (limited to 'test/ent11')
-rw-r--r--test/ent116
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ent11 b/test/ent11
new file mode 100644
index 0000000..6c611c1
--- /dev/null
+++ b/test/ent11
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE doc [
+ <!ENTITY newl "&#13;">
+]>
+
+<doc>&newl;</doc>