diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 21:53:49 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 21:53:49 +0000 |
| commit | 267441bc32fecc24704a184b6a604e2049d1a686 (patch) | |
| tree | 76161260436e601c7c88dcfa744aadbfb5d27c60 /docutils/test/functional/expected | |
| parent | 52301a85267f403f35ff71b82d3475f5e1a21d97 (diff) | |
| download | docutils-267441bc32fecc24704a184b6a604e2049d1a686.tar.gz | |
replaced node.parent.replace(node, new) constructs with node.substitute(new)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 4 | ||||
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_pseudoxml.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index 2093ab1bb..da34c5fee 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -479,7 +479,7 @@ Here's a reference to the next footnote: <a class="footnote-reference" href="#id <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label"><a name="id13">[4]</a></td><td>Here's an unreferenced footnote, with a reference to a -nonexistent footnote: <a href="#id25" name="id26"><span class="problematic" id="id26">[5]_</span></a>.</td></tr> +nonexistent footnote: <a href="#id25" name="id26"><span class="problematic" id="id26"><span id="id14"></span>[5]_</span></a>.</td></tr> </tbody> </table> </div> @@ -492,7 +492,7 @@ nonexistent footnote: <a href="#id25" name="id26"><span class="problematic" id=" rendered separately and differently from footnotes.</td></tr> </tbody> </table> -<p>Here's a reference to the above, <a class="citation-reference" href="#cit2002" id="id15" name="id15">[CIT2002]</a>, and a <a href="#id27" name="id28"><span class="problematic" id="id28">[nonexistent]_</span></a> +<p>Here's a reference to the above, <a class="citation-reference" href="#cit2002" id="id15" name="id15">[CIT2002]</a>, and a <a href="#id27" name="id28"><span class="problematic" id="id28"><span id="id16"></span>[nonexistent]_</span></a> citation.</p> </div> <div class="section"> diff --git a/docutils/test/functional/expected/standalone_rst_pseudoxml.txt b/docutils/test/functional/expected/standalone_rst_pseudoxml.txt index c2af4aaa9..1e16812f1 100644 --- a/docutils/test/functional/expected/standalone_rst_pseudoxml.txt +++ b/docutils/test/functional/expected/standalone_rst_pseudoxml.txt @@ -948,7 +948,7 @@ <paragraph> Here's an unreferenced footnote, with a reference to a nonexistent footnote: - <problematic ids="id26" refid="id25"> + <problematic ids="id26 id14" refid="id25"> [5]_ . <section ids="citations" names="citations"> @@ -967,7 +967,7 @@ <citation_reference ids="id15" refid="cit2002"> CIT2002 , and a - <problematic ids="id28" refid="id27"> + <problematic ids="id28 id16" refid="id27"> [nonexistent]_ citation. |
