diff options
Diffstat (limited to 'test/threads/bca.dtd')
-rw-r--r-- | test/threads/bca.dtd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/threads/bca.dtd b/test/threads/bca.dtd new file mode 100644 index 0000000..239192a --- /dev/null +++ b/test/threads/bca.dtd @@ -0,0 +1,7 @@ +<!ENTITY % b SYSTEM "http://example.org/b/b.dtd"> +%b; +<!ENTITY % c SYSTEM "http://example.org/c/c.dtd"> +%c; +<!ENTITY % a SYSTEM "http://example.org/a/a.dtd"> +%a; +<!ELEMENT bca (b, c, a)> |