diff options
Diffstat (limited to 'test/threads/acb.dtd')
-rw-r--r-- | test/threads/acb.dtd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/threads/acb.dtd b/test/threads/acb.dtd deleted file mode 100644 index 9fc77c5..0000000 --- a/test/threads/acb.dtd +++ /dev/null @@ -1,7 +0,0 @@ -<!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)> |