From 76cbb4bea33bfcc00fbfd9f8bb2419953a1aaa6d Mon Sep 17 00:00:00 2001 From: wiemann Date: Sun, 27 Feb 2005 01:00:59 +0000 Subject: 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 --- docutils/test/functional/expected/standalone_rst_html4css1.html | 6 +++--- docutils/test/functional/expected/standalone_rst_latex.tex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docutils/test/functional/expected') 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.

-

2.3   Enumerated Lists

+

2.3   Enumerated Lists

  1. Arabic numerals.

      @@ -490,9 +490,9 @@ citation.

2.13   Targets

-

This paragraph is pointed to by the explicit "example" target. A +

This paragraph is pointed to by the explicit "example" target. A reference can be found under Inline Markup, above. Inline -hyperlink targets are also possible.

+hyperlink targets are also possible.

Section headers are implicit targets, referred to by name. See Targets, which is a subsection of Body Elements.

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}. -- cgit v1.2.1