summaryrefslogtreecommitdiffstats
path: root/libxml2/test/ent4
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/ent4')
-rw-r--r--libxml2/test/ent48
1 files changed, 8 insertions, 0 deletions
diff --git a/libxml2/test/ent4 b/libxml2/test/ent4
new file mode 100644
index 0000000..e668b40
--- /dev/null
+++ b/libxml2/test/ent4
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
+<!ENTITY xml "Extensible Markup Language">
+]>
+<EXAMPLE >
+ Test of &amp;amp; behaviour a&amp;b .
+</EXAMPLE>
+