summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-02 22:11:57 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-02 22:11:57 +0000
commit7b48c50aeca520b8f0c0498bec3e8413381c5d42 (patch)
tree8c07e5b260d6378dd4c998dc0c6805e0e320f8cd /docutils/test/functional/input/data
parent9d49a5e03d0df9b340e1f408e71eb2bc0875d4fd (diff)
downloaddocutils-7b48c50aeca520b8f0c0498bec3e8413381c5d42.tar.gz
added test for image and figure :class: and :figclass: options
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
-rw-r--r--docutils/test/functional/input/data/standard.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt
index 95f74820c..092a0ae44 100644
--- a/docutils/test/functional/input/data/standard.txt
+++ b/docutils/test/functional/input/data/standard.txt
@@ -420,11 +420,14 @@ Images
An image directive (also clickable -- a hyperlink reference):
.. image:: ../../../docs/user/rst/images/title.png
+ :class: class1 class2
:target: directives_
A figure directive:
.. figure:: ../../../docs/user/rst/images/title.png
+ :figclass: figclass1 figclass2
+ :class: class1 class2
:alt: reStructuredText, the markup syntax
A figure is an image with a caption and/or a legend: