summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-27 01:00:59 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-27 01:00:59 +0000
commit76cbb4bea33bfcc00fbfd9f8bb2419953a1aaa6d (patch)
tree0805321a9353d97664345f14aadb27672d3638db /docutils/test/functional/expected
parent2c04ed7cf051fbb7c565b051a27a3d30a4b3a38b (diff)
downloaddocutils-76cbb4bea33bfcc00fbfd9f8bb2419953a1aaa6d.tar.gz
when relocating a target, it now acquires the children of its new parent;
fixed bug in recording internal targets so that anonymous targets are relocated as well git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2996 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
-rw-r--r--docutils/test/functional/expected/standalone_rst_html4css1.html6
-rw-r--r--docutils/test/functional/expected/standalone_rst_latex.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html
index b4e932b8d..c54bf046d 100644
--- a/docutils/test/functional/expected/standalone_rst_html4css1.html
+++ b/docutils/test/functional/expected/standalone_rst_html4css1.html
@@ -211,7 +211,7 @@ live link to PEP 258 here.</p>
</ul>
</div>
<div class="section" id="enumerated-lists">
-<h2><a class="toc-backref" href="#id33" name="enumerated-lists">2.3&nbsp;&nbsp;&nbsp;<span class="target" id="target"></span>Enumerated Lists</a></h2>
+<h2><a class="toc-backref" href="#id33" name="enumerated-lists">2.3&nbsp;&nbsp;&nbsp;<span class="target" id="target">Enumerated Lists</span></a></h2>
<ol class="arabic">
<li><p class="first">Arabic numerals.</p>
<ol class="loweralpha simple">
@@ -490,9 +490,9 @@ citation.</p>
</div>
<div class="section" id="targets">
<h2><a class="toc-backref" href="#id43" name="targets">2.13&nbsp;&nbsp;&nbsp;Targets</a></h2>
-<p><span class="target" id="example"></span>This paragraph is pointed to by the explicit &quot;example&quot; target. A
+<p><span class="target" id="example">This paragraph is pointed to by the explicit &quot;example&quot; target. A
reference can be found under <a class="reference" href="#inline-markup">Inline Markup</a>, above. <a class="reference" href="#inline-hyperlink-targets">Inline
-hyperlink targets</a> are also possible.</p>
+hyperlink targets</a> are also possible.</span></p>
<p>Section headers are implicit targets, referred to by name. See
<a class="reference" href="#targets">Targets</a>, which is a subsection of <a class="reference" href="#body-elements">Body Elements</a>.</p>
<p>Explicit external targets are interpolated into references such as
diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex
index 847e1749e..a65919472 100644
--- a/docutils/test/functional/expected/standalone_rst_latex.tex
+++ b/docutils/test/functional/expected/standalone_rst_latex.tex
@@ -374,7 +374,7 @@ This nested list should be compacted by the HTML writer.
\hypertarget{enumerated-lists}{}
\pdfbookmark[1]{2.3~~~Enumerated Lists}{enumerated-lists}
-\subsection*{2.3~~~\hypertarget{target}{}Enumerated Lists}
+\subsection*{2.3~~~\hypertarget{target}{Enumerated Lists}}
\newcounter{listcnt1}
\begin{list}{\arabic{listcnt1}.}
{
@@ -773,9 +773,9 @@ citation.
\pdfbookmark[1]{2.13~~~Targets}{targets}
\subsection*{2.13~~~Targets}
-\hypertarget{example}{}This paragraph is pointed to by the explicit ``example'' target. A
+\hypertarget{example}{This paragraph is pointed to by the explicit ``example'' target. A
reference can be found under \href{\#inline-markup}{Inline Markup}, above. \href{\#inline-hyperlink-targets}{Inline
-hyperlink targets} are also possible.
+hyperlink targets} are also possible.}
Section headers are implicit targets, referred to by name. See
\href{\#targets}{Targets}, which is a subsection of \href{\#body-elements}{Body Elements}.