diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-29 12:51:35 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-29 12:51:35 +0000 |
| commit | 127c522148c2ff7566f1868116a6c3d0f5ae02b8 (patch) | |
| tree | 1cadd1cc14cec2ef2b58741b903d21e26300842e /docutils/test/functional/input/data | |
| parent | bb008d4df35ab1b443a32cf5aca07dc769a5313c (diff) | |
| download | docutils-127c522148c2ff7566f1868116a6c3d0f5ae02b8.tar.gz | |
added functional test for image with multiple IDs;
somethings *really* broken there, both in the transforms and in the HTML writer
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index a4a75b078..cfcc6e7f7 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -427,6 +427,13 @@ An image directive (also clickable -- a hyperlink reference): :class: class1 class2 :target: directives_ +Image with multiple IDs: + +.. _image target 1: +.. _image target 2: +.. _image target 3: +.. image:: ../../../docs/user/rst/images/title.png + A figure directive: .. figure:: ../../../docs/user/rst/images/biohazard.png |
