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