diff options
Diffstat (limited to 'libxml2/test/errors/extparsedent.xml')
-rw-r--r-- | libxml2/test/errors/extparsedent.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libxml2/test/errors/extparsedent.xml b/libxml2/test/errors/extparsedent.xml new file mode 100644 index 0000000..07e4c54 --- /dev/null +++ b/libxml2/test/errors/extparsedent.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!DOCTYPE foo [ +<!ENTITY c PUBLIC "bar" "/etc/doesnotexist"> +]> +<root>&c;</root> |