diff options
Diffstat (limited to 'test/dtd13')
-rw-r--r-- | test/dtd13 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/dtd13 b/test/dtd13 new file mode 100644 index 0000000..d18d00c --- /dev/null +++ b/test/dtd13 @@ -0,0 +1,6 @@ +<!-- comment before the DTD --> +<!DOCTYPE doc [ +<!ELEMENT doc ANY> +]> +<!-- comment after the DTD --> +<doc/> |