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