diff options
Diffstat (limited to 'libxml2/test/comment2.xml')
-rw-r--r-- | libxml2/test/comment2.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libxml2/test/comment2.xml b/libxml2/test/comment2.xml new file mode 100644 index 0000000..9e122ec --- /dev/null +++ b/libxml2/test/comment2.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!-- document start --> +<doc> +<empty/> +</doc> +<!-- document end --> |