From 3686727ee9114a7d3c30fa4c764c268885ef61c6 Mon Sep 17 00:00:00 2001 From: wiemann Date: Mon, 9 May 2005 22:38:34 +0000 Subject: added test for images git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/functional/input/data/latex.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/functional/input/data') diff --git a/test/functional/input/data/latex.txt b/test/functional/input/data/latex.txt index 26c8319aa..39641de3b 100644 --- a/test/functional/input/data/latex.txt +++ b/test/functional/input/data/latex.txt @@ -100,3 +100,16 @@ Nested Elements | Literal | | block | +---------------+ + + +Images +====== + +Image with 20% width: + +.. image:: ../../../docs/user/rst/images/title.png + :width: 20 + +Image with 100% width: + +.. image:: ../../../docs/user/rst/images/title.png -- cgit v1.2.1