summaryrefslogtreecommitdiffstats
path: root/libxml2/test/ent8
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/ent8')
-rw-r--r--libxml2/test/ent89
1 files changed, 9 insertions, 0 deletions
diff --git a/libxml2/test/ent8 b/libxml2/test/ent8
new file mode 100644
index 0000000..5eeccf2
--- /dev/null
+++ b/libxml2/test/ent8
@@ -0,0 +1,9 @@
+<!DOCTYPE doc [
+<!ENTITY test1 "test 1">
+<!ENTITY test2 "test 2">
+]>
+<doc>
+ <Content>Reten&#231;&#227;o</Content>
+ <Content>&lt;&gt;</Content>
+ <Content>&test1;&test2;</Content>
+</doc>