summaryrefslogtreecommitdiff
path: root/test/dtd7
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtd7')
-rw-r--r--test/dtd76
1 files changed, 0 insertions, 6 deletions
diff --git a/test/dtd7 b/test/dtd7
deleted file mode 100644
index b151c21..0000000
--- a/test/dtd7
+++ /dev/null
@@ -1,6 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (a , b)*>
-<!ELEMENT a (#PCDATA)>
-<!ELEMENT b (#PCDATA)>
-]>
-<doc><a>This</a><b> is a valid document</b></doc>