diff options
Diffstat (limited to 't/fmt/xml/inside-foldattribute.xml')
-rw-r--r-- | t/fmt/xml/inside-foldattribute.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/fmt/xml/inside-foldattribute.xml b/t/fmt/xml/inside-foldattribute.xml new file mode 100644 index 0000000..f330c0b --- /dev/null +++ b/t/fmt/xml/inside-foldattribute.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<doc> + <p> + Here I put an image. + <image src="path/to/image.png" alt="This information is important for blind users." /> + If the image is not shown, please see the alternative text. + </p> +</doc> |