summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/misc_rst_html4css1.html
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-06 10:10:39 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-06 10:10:39 +0000
commit20dc1e004f8cb0a847a9020af6c8b07a311e965a (patch)
tree04f1b58da438e411d4ebcf67de85994320be60d5 /docutils/test/functional/expected/misc_rst_html4css1.html
parentf35463a9d4df3ca7d8912a080dfcafdf80960819 (diff)
downloaddocutils-20dc1e004f8cb0a847a9020af6c8b07a311e965a.tar.gz
Fix [ 1627229 ] hyperlink references in substitutions.
Links in substitutions failed to convert, as the substitution directive did not note the refname. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6155 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/misc_rst_html4css1.html')
-rw-r--r--docutils/test/functional/expected/misc_rst_html4css1.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/misc_rst_html4css1.html b/docutils/test/functional/expected/misc_rst_html4css1.html
index 754f4c3e3..44f400998 100644
--- a/docutils/test/functional/expected/misc_rst_html4css1.html
+++ b/docutils/test/functional/expected/misc_rst_html4css1.html
@@ -11,7 +11,15 @@
<div class="document">
-<p>simple input</p>
+<p>Test the interaction of transforms.references.Substitutions and
+transforms.references.ExternalLinks.</p>
+<p><a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is cool!</p>
+<p>There is a preferred alternative:</p>
+<p><a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is cool!</p>
+<p>This only works for the case where the entire substitution is a
+reference, not when the reference is embedded as part of the
+substitution:</p>
+<p>unstructured <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is uncool!</p>
</div>
</body>
</html>