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