summaryrefslogtreecommitdiffstats
path: root/libxml2/test/ent13
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/ent13')
-rw-r--r--libxml2/test/ent136
1 files changed, 6 insertions, 0 deletions
diff --git a/libxml2/test/ent13 b/libxml2/test/ent13
new file mode 100644
index 0000000..f5ebd89
--- /dev/null
+++ b/libxml2/test/ent13
@@ -0,0 +1,6 @@
+<?xml version='1.0' ?>
+<!DOCTYPE test [
+<!ENTITY ampproblem '&amp;'>
+]>
+<t a="&ampproblem;">a</t>
+