summaryrefslogtreecommitdiff
path: root/test/ent7
diff options
context:
space:
mode:
Diffstat (limited to 'test/ent7')
-rw-r--r--test/ent77
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ent7 b/test/ent7
new file mode 100644
index 0000000..3ef2030
--- /dev/null
+++ b/test/ent7
@@ -0,0 +1,7 @@
+<!DOCTYPE item [
+<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
+<!ENTITY sampleEnt "the hyacinth girl">
+%sampleEnt;
+<!ELEMENT para (#PCDATA)>
+]>
+<item><para>'they called me &sampleEnt;'</para></item>