diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-11-29 10:01:31 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-11-29 10:16:41 -0800 |
| commit | 513bdef40b556dfca61be2681088b3b74b86e86b (patch) | |
| tree | 29e856740a1fde3f43b3ce3b1105b44f06c82868 /test/writer.docbook4 | |
| parent | fe799eea91089aa90b935d2cab5cd87223906f65 (diff) | |
DocBook writer: Fix position of textobject.
It is a child of `inlinemediaobject`, not `imageobject`.
Add regression tests for #8437.
Closes #8437.
Diffstat (limited to 'test/writer.docbook4')
| -rw-r--r-- | test/writer.docbook4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/writer.docbook4 b/test/writer.docbook4 index af26f32c9..4a49b068c 100644 --- a/test/writer.docbook4 +++ b/test/writer.docbook4 @@ -1357,10 +1357,10 @@ or here: <http://example.com/> Here is a movie <inlinemediaobject> <imageobject> <imagedata fileref="movie.jpg" /> - <textobject> - <phrase>movie</phrase> - </textobject> </imageobject> + <textobject> + <phrase>movie</phrase> + </textobject> </inlinemediaobject> icon. </para> </sect1> |
