summaryrefslogtreecommitdiff
path: root/docutils/test/functional
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 16:14:44 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 16:14:44 +0000
commita1d5117760bde3ae2b59fdea1b40bb70293dc228 (patch)
treed22f7b80cfbf015e28adec2bfefefd1d895acfe6 /docutils/test/functional
parentcea0dabaa2246f7d373f2a21fa5bfc722fa6bb51 (diff)
downloaddocutils-a1d5117760bde3ae2b59fdea1b40bb70293dc228.tar.gz
reverting revision 3322: addition of ":border:" option to "image" directive
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
-rw-r--r--docutils/test/functional/expected/standalone_rst_html4css1.html2
-rw-r--r--docutils/test/functional/expected/standalone_rst_pseudoxml.txt2
-rw-r--r--docutils/test/functional/input/data/standard.txt1
3 files changed, 2 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html
index e39f3c4e2..13f8c02c6 100644
--- a/docutils/test/functional/expected/standalone_rst_html4css1.html
+++ b/docutils/test/functional/expected/standalone_rst_html4css1.html
@@ -544,7 +544,7 @@ document (a document-wide <a class="reference" href="#table-of-contents">table o
<div class="section" id="images">
<h3><a class="toc-backref" href="#id63" name="images">2.14.2&nbsp;&nbsp;&nbsp;Images</a></h3>
<p>An image directive (also clickable -- a hyperlink reference):</p>
-<div class="image class1 class2 image-reference"><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" border="0" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></a></div>
+<div class="image class1 class2 image-reference"><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></a></div>
<p>A figure directive:</p>
<div align="left" class="figclass1 figclass2 figure">
<div class="image class1 class2"><img alt="reStructuredText, the markup syntax" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></div>
diff --git a/docutils/test/functional/expected/standalone_rst_pseudoxml.txt b/docutils/test/functional/expected/standalone_rst_pseudoxml.txt
index df683cd6a..597408d23 100644
--- a/docutils/test/functional/expected/standalone_rst_pseudoxml.txt
+++ b/docutils/test/functional/expected/standalone_rst_pseudoxml.txt
@@ -1119,7 +1119,7 @@
<paragraph>
An image directive (also clickable -- a hyperlink reference):
<reference name="directives_" refid="directives">
- <image border="0" classes="class1 class2" uri="../../../docs/user/rst/images/title.png">
+ <image classes="class1 class2" uri="../../../docs/user/rst/images/title.png">
<paragraph>
A figure directive:
<figure align="left" classes="figclass1 figclass2">
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt
index 6f3e447bc..b06a158d4 100644
--- a/docutils/test/functional/input/data/standard.txt
+++ b/docutils/test/functional/input/data/standard.txt
@@ -424,7 +424,6 @@ An image directive (also clickable -- a hyperlink reference):
.. image:: ../../../docs/user/rst/images/title.png
:class: class1 class2
:target: directives_
- :border: 0
A figure directive: