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