summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl23
1 files changed, 8 insertions, 15 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl b/macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl
index 2ea3dace81..70200b247e 100644
--- a/macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl
+++ b/macros/texinfo/texinfo/tp/t/results/converters_tests/footnote_no_number.pl
@@ -197,20 +197,8 @@ $result_nodes{'footnote_no_number'} = {
'extra' => {
'normalized' => 'Top',
'spaces_before_argument' => ' '
- },
- 'node_up' => {
- 'extra' => {
- 'manual_content' => [
- {
- 'text' => 'dir'
- }
- ],
- 'top_node_up' => {}
- },
- 'type' => 'top_node_up'
}
};
-$result_nodes{'footnote_no_number'}{'node_up'}{'extra'}{'top_node_up'} = $result_nodes{'footnote_no_number'};
$result_menus{'footnote_no_number'} = {
'cmdname' => 'node',
@@ -246,16 +234,16 @@ $result_converted{'html_text'}->{'footnote_no_number'} = '<span id="Top"></span>
<hr>
<h4 class="footnotes-heading">Footnotes</h4>
-<h3><a id="FOOT1" href="#DOCF1">(*)</a></h3>
+<h5><a id="FOOT1" href="#DOCF1">(*)</a></h3>
<p>Footnote 1.</p>
-<h3><a id="FOOT2" href="#DOCF2">(*)</a></h3>
+<h5><a id="FOOT2" href="#DOCF2">(*)</a></h3>
<p>Footnote 2.</p>
</div>
<hr>
';
-$result_converted{'xml'}->{'footnote_no_number'} = '<node name="Top" spaces=" "><nodename>Top</nodename><nodeup automatic="on">(dir)</nodeup></node>
+$result_converted{'xml'}->{'footnote_no_number'} = '<node name="Top" spaces=" "><nodename>Top</nodename></node>
<para>Para<footnote><para>Footnote 1.</para></footnote>.
</para>
@@ -294,6 +282,11 @@ Ref: Top-Footnote-1121
Ref: Top-Footnote-2141

End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
';
1;