summaryrefslogtreecommitdiff
path: root/test/dtd3
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtd3')
-rw-r--r--test/dtd35
1 files changed, 5 insertions, 0 deletions
diff --git a/test/dtd3 b/test/dtd3
new file mode 100644
index 0000000..63f44a5
--- /dev/null
+++ b/test/dtd3
@@ -0,0 +1,5 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ANY>
+]>
+<doc>This is a valid document !</doc>
+