diff options
Diffstat (limited to 't/fmt/xml/inside-foldattribute.norm')
-rw-r--r-- | t/fmt/xml/inside-foldattribute.norm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/fmt/xml/inside-foldattribute.norm b/t/fmt/xml/inside-foldattribute.norm new file mode 100644 index 0000000..312f4b5 --- /dev/null +++ b/t/fmt/xml/inside-foldattribute.norm @@ -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> |