summaryrefslogtreecommitdiffstats
path: root/libxml2/test/threads/acb.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/threads/acb.dtd')
-rw-r--r--libxml2/test/threads/acb.dtd7
1 files changed, 7 insertions, 0 deletions
diff --git a/libxml2/test/threads/acb.dtd b/libxml2/test/threads/acb.dtd
new file mode 100644
index 0000000..9fc77c5
--- /dev/null
+++ b/libxml2/test/threads/acb.dtd
@@ -0,0 +1,7 @@
+<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
+%a;
+<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
+%c;
+<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
+%b;
+<!ELEMENT acb (a, c, b)>