aboutsummaryrefslogtreecommitdiff
path: root/test/writer.docbook4
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-11-29 09:37:31 -0800
committerJohn MacFarlane <[email protected]>2022-11-29 09:37:31 -0800
commit6a23ac0d1dc91260fb86abd517cfbdf24b0dfe1b (patch)
tree484eee1d4197787aab12dc216230f8bf15825d8c /test/writer.docbook4
parent8f9e16265b7ca41ea171b16880b9e5fbec0ab533 (diff)
DocBook writer: render image alt text using textobject element.
See #8437.
Diffstat (limited to 'test/writer.docbook4')
-rw-r--r--test/writer.docbook43
1 files changed, 3 insertions, 0 deletions
diff --git a/test/writer.docbook4 b/test/writer.docbook4
index baf1937b5..af26f32c9 100644
--- a/test/writer.docbook4
+++ b/test/writer.docbook4
@@ -1357,6 +1357,9 @@ or here: &lt;http://example.com/&gt;
Here is a movie <inlinemediaobject>
<imageobject>
<imagedata fileref="movie.jpg" />
+ <textobject>
+ <phrase>movie</phrase>
+ </textobject>
</imageobject>
</inlinemediaobject> icon.
</para>