summaryrefslogtreecommitdiff
path: root/test/dtd11
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtd11')
-rw-r--r--test/dtd115
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dtd11 b/test/dtd11
deleted file mode 100644
index bdd512b..0000000
--- a/test/dtd11
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE doc [
-<!ELEMENT doc (#PCDATA)>
-<!ATTLIST doc val CDATA #IMPLIED>
-]>
-<doc val="v1"/>