[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/30sectioning.t: add nodes_after_top_before
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/30sectioning.t: add nodes_after_top_before_chapter_no_use_nodes_chapter test. |
Date: |
Sat, 11 Mar 2023 16:30:41 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new bca4ed911f * tp/t/30sectioning.t: add
nodes_after_top_before_chapter_no_use_nodes_chapter test.
bca4ed911f is described below
commit bca4ed911ff4563577469f8511992a60bda051e2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Mar 11 22:30:28 2023 +0100
* tp/t/30sectioning.t: add
nodes_after_top_before_chapter_no_use_nodes_chapter test.
* tp/t/40moresectioning.t: add
placed_things_before_element_no_use_node and
sectioning_part_appendix_texi2html_chapter tests.
---
ChangeLog | 9 +
tp/Makefile.tres | 5 +
tp/TODO | 7 +-
tp/t/30sectioning.t | 5 +
tp/t/40moresectioning.t | 84 +-
.../placed_things_before_element_no_use_node.pl | 941 +++++++++++++++++++++
.../sectioning_part_appendix_texi2html_chapter.pl | 627 ++++++++++++++
.../res_html/appendix.html | 84 ++
.../res_html/chapter-in-part.html | 70 ++
.../res_html/chapter.html | 125 +++
.../res_html/index.html | 53 ++
.../res_html/second-chapter-in-part.html | 65 ++
...ioning_part_appendix_texi2html_chapter_abt.html | 147 ++++
.../res_html/unnumbered.html | 65 ++
...fter_top_before_chapter_no_use_nodes_chapter.pl | 564 ++++++++++++
.../res_html/index.html | 40 +
.../res_html/second-node.html | 22 +
.../res_html/third-node.html | 22 +
18 files changed, 2892 insertions(+), 43 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d8373bc082..4e12826a2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-03-11 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/30sectioning.t: add
+ nodes_after_top_before_chapter_no_use_nodes_chapter test.
+
+ * tp/t/40moresectioning.t: add
+ placed_things_before_element_no_use_node and
+ sectioning_part_appendix_texi2html_chapter tests.
+
2023-03-11 Patrice Dumas <pertusus@free.fr>
* tp/t/40moresectioning.t, tp/Makefile.tres: add
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index 9eb95e405e..c107589e85 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -1440,6 +1440,7 @@ test_files_generated_list =
$(test_tap_files_generated_list) \
t/results/moresectioning/non_automatic_top_node_up_url.pl \
t/results/moresectioning/only_special_spaces_node.pl \
t/results/moresectioning/placed_things_before_element.pl \
+ t/results/moresectioning/placed_things_before_element_no_use_node.pl \
t/results/moresectioning/placed_things_before_node.pl \
t/results/moresectioning/raiselowersections.pl \
t/results/moresectioning/rec_nodes.pl \
@@ -1447,6 +1448,8 @@ test_files_generated_list =
$(test_tap_files_generated_list) \
t/results/moresectioning/section_in_unnumbered_plaintext.pl \
t/results/moresectioning/sectioning_part_appendix.pl \
t/results/moresectioning/sectioning_part_appendix_no_top.pl \
+ t/results/moresectioning/sectioning_part_appendix_texi2html_chapter.pl \
+ t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html
\
t/results/moresectioning/sections_test.pl \
t/results/moresectioning/sections_test_no_use_nodes.pl \
t/results/moresectioning/sections_test_no_use_nodes_use_node_directions.pl \
@@ -1737,6 +1740,8 @@ test_files_generated_list =
$(test_tap_files_generated_list) \
t/results/sectioning/node_up_direction_for_top_with_manual.pl \
t/results/sectioning/node_up_external_node.pl \
t/results/sectioning/nodename_parentheses.pl \
+ t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter.pl \
+
t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html
\
t/results/sectioning/nodes_after_top_before_chapter_nodes.pl \
t/results/sectioning/nodes_after_top_before_chapter_not_split.pl \
t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl
\
diff --git a/tp/TODO b/tp/TODO
index 5f396d95cf..666b53d8a3 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -594,12 +594,7 @@ t/30sectioning.t
chapter_between_nodes (TEXI2HTML for USE_NODES=0 and directions)
two_nodes_between_chapters (split at node / TEXI2HTML for USE_NODES=0 and
directions)
two_nodes_at_the_end (split at node / TEXI2HTML for USE_NODES=0 and
directions)
- placed_things_before_element (with USE_NODES and without?)
- top_no_argument_and_node
- top_no_argument_and_top_node
- nodes_after_top_before_chapter_(nodes/sections) (with USE_NODES and --split
chapter)
- nodes_after_top_before_section_(nodes/sections) (with USE_NODES and --split
chapter and only --split chapter)
- sectioning_part_appendix (--split chapter)
+
nodes_no_node_top_explicit_directions (with USE_NODES and without)
one_node_explicit_directions_anchor (with USE_NODES and without) Really
useful?
top_without_node_sections
diff --git a/tp/t/30sectioning.t b/tp/t/30sectioning.t
index 4e5c8f9203..dba379d89c 100644
--- a/tp/t/30sectioning.t
+++ b/tp/t/30sectioning.t
@@ -1323,6 +1323,11 @@ my @test_out_files = (
{},
{'TEXI2HTML' => 1, 'USE_NODES' => 1, 'SPLIT' => 'chapter'}
],
+['nodes_after_top_before_chapter_no_use_nodes_chapter',
+ $nodes_after_top_before_chapter_text,
+ {},
+ {'USE_NODES' => 0, 'SPLIT' => 'chapter'}
+],
['nodes_after_top_before_section_texi2html_chapter',
$nodes_after_top_before_section_text,
{},
diff --git a/tp/t/40moresectioning.t b/tp/t/40moresectioning.t
index fac8a0c47e..f190b7bf6b 100644
--- a/tp/t/40moresectioning.t
+++ b/tp/t/40moresectioning.t
@@ -83,6 +83,44 @@ In top node@footnote{in footnote
@ref{Anchor in footnote}.
';
+my $placed_things_before_element_text = '@anchor{An anchor}
+
+Ref to the anchor:
+@ref{An anchor}
+
+Ref to the anchor in footnote:
+@ref{Anchor in footnote}.
+
+@footnote{In footnote.
+
+@anchor{Anchor in footnote}
+
+Ref to main text anchor
+@ref{An anchor}
+}
+
+@float , float anchor
+In float
+@end float
+
+Ref to float
+@ref{float anchor}.
+
+@menu
+* An anchor:: menu entry pointing to the anchor.
+@end menu
+
+@cindex index entry
+
+@section section
+
+Ref to anchor
+@ref{An anchor}
+
+Ref to footnote anchor
+@ref{Anchor in footnote}
+';
+
my @tests_info = (
['character_and_spaces_in_refs',
undef, {'test_file' => 'character_and_spaces_in_refs_text.texi'}],
@@ -201,43 +239,11 @@ Ref to float
@cindex index entry
', {}, {'SHOW_TITLE' => 1}],
['placed_things_before_element',
-'@anchor{An anchor}
-
-Ref to the anchor:
-@ref{An anchor}
-
-Ref to the anchor in footnote:
-@ref{Anchor in footnote}.
-
-@footnote{In footnote.
-
-@anchor{Anchor in footnote}
-
-Ref to main text anchor
-@ref{An anchor}
-}
-
-@float , float anchor
-In float
-@end float
-
-Ref to float
-@ref{float anchor}.
-
-@menu
-* An anchor:: menu entry pointing to the anchor.
-@end menu
-
-@cindex index entry
-
-@section section
-
-Ref to anchor
-@ref{An anchor}
-
-Ref to footnote anchor
-@ref{Anchor in footnote}
-',{},{'FORMAT_MENU' => 'menu'}],
+$placed_things_before_element_text
+,{},{'FORMAT_MENU' => 'menu'}],
+['placed_things_before_element_no_use_node',
+$placed_things_before_element_text
+,{},{'FORMAT_MENU' => 'menu', 'USE_NODES' => 0}],
['placed_things_before_node',
'@anchor{An anchor}
@@ -619,6 +625,10 @@ $anchor_in_footnote_text,
$anchor_in_footnote_text,
{}, {'SPLIT' => 'node'}
],
+['sectioning_part_appendix_texi2html_chapter',
+$test_text,
+{}, {'TEXI2HTML' => 1, 'SPLIT' => 'chapter'},
+],
);
my %xml_tests_converted_tests = (
diff --git
a/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
b/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
new file mode 100644
index 0000000000..6e4a8f6071
--- /dev/null
+++ b/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
@@ -0,0 +1,941 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors
+ %result_indices %result_sectioning %result_nodes %result_menus
+ %result_floats %result_converted %result_converted_errors
+ %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'placed_things_before_element_no_use_node'} = {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'An anchor'
+ }
+ ],
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'anchor',
+ 'extra' => {
+ 'normalized' => 'An-anchor'
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'spaces_after_close_brace'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to the anchor:
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'An anchor'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'An-anchor'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 4,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to the anchor in footnote:
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'Anchor in footnote'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'Anchor-in-footnote'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 7,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '.
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'In footnote.
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'Anchor in footnote'
+ }
+ ],
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'anchor',
+ 'extra' => {
+ 'normalized' => 'Anchor-in-footnote'
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 11,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'spaces_after_close_brace'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to main text anchor
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'An anchor'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'An-anchor'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 14,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ }
+ ],
+ 'type' => 'brace_command_context'
+ }
+ ],
+ 'cmdname' => 'footnote',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 9,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'args' => [
+ {
+ 'type' => 'block_line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'float anchor'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ },
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'type' => 'block_line_arg'
+ }
+ ],
+ 'cmdname' => 'float',
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'In float
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'float'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'end',
+ 'extra' => {
+ 'text_arg' => 'float'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 19,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'extra' => {
+ 'float_type' => '',
+ 'normalized' => 'float-anchor'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 17,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to float
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'float anchor'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'float-anchor'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 22,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '.
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'args' => [
+ {
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'block_line_arg'
+ }
+ ],
+ 'cmdname' => 'menu',
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => '* ',
+ 'type' => 'menu_entry_leading_text'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'An anchor'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'An-anchor'
+ },
+ 'type' => 'menu_entry_node'
+ },
+ {
+ 'text' => ':: ',
+ 'type' => 'menu_entry_separator'
+ },
+ {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'menu entry pointing to the anchor.
+'
+ }
+ ],
+ 'type' => 'preformatted'
+ }
+ ],
+ 'type' => 'menu_entry_description'
+ }
+ ],
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 25,
+ 'macro' => ''
+ },
+ 'type' => 'menu_entry'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'menu'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'end',
+ 'extra' => {
+ 'text_arg' => 'menu'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 26,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 24,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'index entry'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'cindex',
+ 'extra' => {
+ 'index_entry' => [
+ 'cp',
+ 1
+ ]
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 28,
+ 'macro' => ''
+ },
+ 'type' => 'index_entry_command'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'type' => 'before_node_section'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'section'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'section',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to anchor
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'An anchor'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'An-anchor'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 33,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Ref to footnote anchor
+'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'Anchor in footnote'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'Anchor-in-footnote'
+ },
+ 'type' => 'brace_command_arg'
+ }
+ ],
+ 'cmdname' => 'ref',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 36,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 30,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'type' => 'document_root'
+};
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[3]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[11]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[11]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[13]{'contents'}[0]{'contents'}[1]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[0]{'contents'}[13]{'contents'}[0]{'contents'}[1]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[0]{'extra'}{'node_content'}[0]
=
$result_trees{'placed_things_before_element_no_use_node'}{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+
+$result_texis{'placed_things_before_element_no_use_node'} = '@anchor{An anchor}
+
+Ref to the anchor:
+@ref{An anchor}
+
+Ref to the anchor in footnote:
+@ref{Anchor in footnote}.
+
+@footnote{In footnote.
+
+@anchor{Anchor in footnote}
+
+Ref to main text anchor
+@ref{An anchor}
+}
+
+@float , float anchor
+In float
+@end float
+
+Ref to float
+@ref{float anchor}.
+
+@menu
+* An anchor:: menu entry pointing to the anchor.
+@end menu
+
+@cindex index entry
+
+@section section
+
+Ref to anchor
+@ref{An anchor}
+
+Ref to footnote anchor
+@ref{Anchor in footnote}
+';
+
+
+$result_texts{'placed_things_before_element_no_use_node'} = '
+Ref to the anchor:
+An anchor
+
+Ref to the anchor in footnote:
+Anchor in footnote.
+
+
+
+float anchor
+In float
+
+Ref to float
+float anchor.
+
+* An anchor:: menu entry pointing to the anchor.
+
+
+1 section
+=========
+
+Ref to anchor
+An anchor
+
+Ref to footnote anchor
+Anchor in footnote
+';
+
+$result_sectioning{'placed_things_before_element_no_use_node'} = {
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'section',
+ 'structure' => {
+ 'section_level' => 2,
+ 'section_number' => 1,
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 1
+ }
+};
+$result_sectioning{'placed_things_before_element_no_use_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'placed_things_before_element_no_use_node'};
+
+$result_errors{'placed_things_before_element_no_use_node'} = [
+ {
+ 'error_line' => 'warning: entry for index `cp\' outside of any node
+',
+ 'file_name' => '',
+ 'line_nr' => 28,
+ 'macro' => '',
+ 'text' => 'entry for index `cp\' outside of any node',
+ 'type' => 'warning'
+ }
+];
+
+
+$result_floats{'placed_things_before_element_no_use_node'} = {
+ '' => [
+ {
+ 'cmdname' => 'float',
+ 'extra' => {
+ 'float_type' => '',
+ 'normalized' => 'float-anchor'
+ },
+ 'structure' => {
+ 'float_number' => 1
+ }
+ }
+ ]
+};
+
+
+$result_indices_sort_strings{'placed_things_before_element_no_use_node'} = {
+ 'cp' => [
+ 'index entry'
+ ]
+};
+
+
+
+$result_converted{'info'}->{'placed_things_before_element_no_use_node'} =
'This is , produced from .
+
+Ref to the anchor: *note An anchor::
+
+ Ref to the anchor in footnote: *note Anchor in footnote::.
+
+ (1)
+
+In float
+
+1
+ Ref to float *note 1: float anchor.
+
+* Menu:
+
+* An anchor:: menu entry pointing to the anchor.
+
+1 section
+=========
+
+Ref to anchor *note An anchor::
+
+ Ref to footnote anchor *note Anchor in footnote::
+
+ ---------- Footnotes ----------
+
+ (1) In footnote.
+
+ Ref to main text anchor *note An anchor::
+
+
+
+Tag Table:
+Ref: An anchor0
+Ref: float anchor109
+Ref: Anchor in footnote400
+
+End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
+';
+
+$result_converted_errors{'info'}->{'placed_things_before_element_no_use_node'}
= [
+ {
+ 'error_line' => 'warning: document without nodes
+',
+ 'text' => 'document without nodes',
+ 'type' => 'warning'
+ },
+ {
+ 'error_line' => 'warning: @anchor outside of any node
+',
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => '',
+ 'text' => '@anchor outside of any node',
+ 'type' => 'warning'
+ },
+ {
+ 'error_line' => 'warning: @footnote outside of any node
+',
+ 'file_name' => '',
+ 'line_nr' => 9,
+ 'macro' => '',
+ 'text' => '@footnote outside of any node',
+ 'type' => 'warning'
+ },
+ {
+ 'error_line' => 'warning: @float outside of any node
+',
+ 'file_name' => '',
+ 'line_nr' => 17,
+ 'macro' => '',
+ 'text' => '@float outside of any node',
+ 'type' => 'warning'
+ },
+ {
+ 'error_line' => 'warning: @anchor outside of any node
+',
+ 'file_name' => '',
+ 'line_nr' => 11,
+ 'macro' => '',
+ 'text' => '@anchor outside of any node',
+ 'type' => 'warning'
+ }
+];
+
+
+
+$result_converted{'html'}->{'placed_things_before_element_no_use_node'} =
'<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="#section" rel="start" title="1 section">
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span:hover a.copiable-link {visibility: visible}
+td.menu-entry-description {vertical-align: top}
+td.menu-entry-destination {vertical-align: top}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a class="anchor" id="An-anchor"></a>
+<p>Ref to the anchor:
+<a class="ref" href="#An-anchor">An anchor</a>
+</p>
+<p>Ref to the anchor in footnote:
+<a class="ref" href="#Anchor-in-footnote">Anchor in footnote</a>.
+</p>
+<p><a class="footnote" id="DOCF1" href="#FOOT1"><sup>1</sup></a>
+</p>
+<div class="float" id="float-anchor">
+<p>In float
+</p><div class="type-number-float"><p><strong
class="strong">1</strong></p></div></div>
+<p>Ref to float
+<a class="ref" href="#float-anchor">1</a>.
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td class="menu-entry-destination">• <a href="#An-anchor"
accesskey="1">An anchor</a>:</td><td> </td><td
class="menu-entry-description">menu entry pointing to the anchor.
+</td></tr>
+</table>
+
+<a class="index-entry-id" id="index-index-entry"></a>
+
+<div class="section-level-extent" id="section">
+<h3 class="section"><span>1 section<a class="copiable-link" href="#section">
¶</a></span></h3>
+
+<p>Ref to anchor
+<a class="ref" href="#An-anchor">An anchor</a>
+</p>
+<p>Ref to footnote anchor
+<a class="ref" href="#Anchor-in-footnote">Anchor in footnote</a>
+</p><div class="footnotes-segment">
+<hr>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h5 class="footnote-body-heading"><a id="FOOT1" href="#DOCF1">(1)</a></h5>
+<p>In footnote.
+</p>
+<a class="anchor" id="Anchor-in-footnote"></a>
+<p>Ref to main text anchor
+<a class="ref" href="#An-anchor">An anchor</a>
+</p>
+</div>
+</div>
+
+
+
+</body>
+</html>
+';
+
+$result_converted_errors{'html'}->{'placed_things_before_element_no_use_node'}
= [
+ {
+ 'error_line' => 'warning: must specify a title with a title command or @top
+',
+ 'text' => 'must specify a title with a title command or @top',
+ 'type' => 'warning'
+ }
+];
+
+
+1;
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter.pl
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter.pl
new file mode 100644
index 0000000000..36b846d303
--- /dev/null
+++ b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter.pl
@@ -0,0 +1,627 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors
+ %result_indices %result_sectioning %result_nodes %result_menus
+ %result_floats %result_converted %result_converted_errors
+ %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'sectioning_part_appendix_texi2html_chapter'} = {
+ 'contents' => [
+ {
+ 'type' => 'before_node_section'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'top'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'top',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'chapter'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'chapter',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 3,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'section'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'section',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 5,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'subsection'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'subsection',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 7,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'subsubsection'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'subsubsection',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 9,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'part'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'part',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'extra' => {},
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 11,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'chapter in part'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'chapter',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'extra' => {
+ 'associated_part' => {}
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 13,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'second chapter in part'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'chapter',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 15,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'unnumbered'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'unnumbered',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 17,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'appendix'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'appendix',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 19,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'appendixsec'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'appendixsec',
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 21,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'type' => 'document_root'
+};
+$result_trees{'sectioning_part_appendix_texi2html_chapter'}{'contents'}[7]{'extra'}{'associated_part'}
= $result_trees{'sectioning_part_appendix_texi2html_chapter'}{'contents'}[6];
+
+$result_texis{'sectioning_part_appendix_texi2html_chapter'} = '@top top
+
+@chapter chapter
+
+@section section
+
+@subsection subsection
+
+@subsubsection subsubsection
+
+@part part
+
+@chapter chapter in part
+
+@chapter second chapter in part
+
+@unnumbered unnumbered
+
+@appendix appendix
+
+@appendixsec appendixsec
+';
+
+
+$result_texts{'sectioning_part_appendix_texi2html_chapter'} = 'top
+***
+
+1 chapter
+*********
+
+1.1 section
+===========
+
+1.1.1 subsection
+----------------
+
+1.1.1.1 subsubsection
+.....................
+
+part
+****
+
+2 chapter in part
+*****************
+
+3 second chapter in part
+************************
+
+unnumbered
+**********
+
+Appendix A appendix
+*******************
+
+A.1 appendixsec
+===============
+';
+
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'} = {
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'top',
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'chapter',
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'section',
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'subsection',
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'subsubsection',
+ 'structure' => {
+ 'section_level' => 4,
+ 'section_number' => '1.1.1.1',
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 3,
+ 'section_number' => '1.1.1',
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 2,
+ 'section_number' => '1.1',
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 1,
+ 'section_number' => 1,
+ 'section_up' => {},
+ 'toplevel_prev' => {},
+ 'toplevel_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 0,
+ 'section_up' => {}
+ }
+ },
+ {
+ 'cmdname' => 'part',
+ 'extra' => {
+ 'part_associated_section' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_part' => {}
+ },
+ 'structure' => {
+ 'section_level' => 1,
+ 'section_number' => 2,
+ 'section_up' => {},
+ 'toplevel_prev' => {},
+ 'toplevel_up' => {}
+ }
+ }
+ },
+ 'structure' => {
+ 'section_childs' => [
+ {},
+ {
+ 'cmdname' => 'chapter',
+ 'structure' => {
+ 'section_level' => 1,
+ 'section_number' => 3,
+ 'section_prev' => {},
+ 'section_up' => {},
+ 'toplevel_prev' => {},
+ 'toplevel_up' => {}
+ }
+ },
+ {
+ 'cmdname' => 'unnumbered',
+ 'structure' => {
+ 'section_level' => 1,
+ 'section_prev' => {},
+ 'section_up' => {},
+ 'toplevel_prev' => {},
+ 'toplevel_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 0,
+ 'section_prev' => {},
+ 'section_up' => {}
+ }
+ },
+ {
+ 'cmdname' => 'appendix',
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'appendixsec',
+ 'structure' => {
+ 'section_level' => 2,
+ 'section_number' => 'A.1',
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 1,
+ 'section_number' => 'A',
+ 'section_prev' => {},
+ 'section_up' => {},
+ 'toplevel_prev' => {},
+ 'toplevel_up' => {}
+ }
+ }
+ ],
+ 'section_level' => -1
+ }
+};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_texi2html_chapter'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[2]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[2]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_texi2html_chapter'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_texi2html_chapter'};
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[2];
+$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix_texi2html_chapter'}{'structure'}{'section_childs'}[0];
+
+$result_errors{'sectioning_part_appendix_texi2html_chapter'} = [];
+
+
+$result_floats{'sectioning_part_appendix_texi2html_chapter'} = {};
+
+
+1;
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/appendix.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/appendix.html
new file mode 100644
index 0000000000..14c82b0f5a
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/appendix.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Appendix A appendix (top)</title>
+
+<meta name="description" content="Appendix A appendix (top)">
+<meta name="keywords" content="Appendix A appendix (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="appendix-level-extent" id="appendix">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="unnumbered.html" title="Beginning of this chapter or
previous chapter"> << </a>]</td>
+<td>[<a href="unnumbered.html" title="Previous section in reading order"> <
</a>]</td>
+<td>[ Up ]</td>
+<td>[<a href="#appendixsec" title="Next section in reading order"> >
</a>]</td>
+<td>[ >> ]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="appendix"><span>Appendix A appendix<a class="copiable-link"
href="#appendix"> ¶</a></span></h1>
+
+<hr>
+<div class="appendixsec-level-extent" id="appendixsec">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#appendix" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="#appendix" title="Previous section in reading order"> <
</a>]</td>
+<td>[<a href="#appendix" title="Up section"> Up </a>]</td>
+<td>[ > ]</td>
+<td>[ >> ]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h2 class="appendixsec"><span>A.1 appendixsec<a class="copiable-link"
href="#appendixsec"> ¶</a></span></h2>
+</div>
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#appendix" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[ >> ]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter-in-part.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter-in-part.html
new file mode 100644
index 0000000000..a7ff16e2d0
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter-in-part.html
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>2 chapter in part (top)</title>
+
+<meta name="description" content="2 chapter in part (top)">
+<meta name="keywords" content="2 chapter in part (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="part-level-extent" id="part">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="chapter.html#chapter" title="Beginning of this chapter or
previous chapter"> << </a>]</td>
+<td>[<a href="chapter.html#subsubsection" title="Previous section in reading
order"> < </a>]</td>
+<td>[ Up ]</td>
+<td>[<a href="second-chapter-in-part.html" title="Next section in reading
order"> > </a>]</td>
+<td>[<a href="second-chapter-in-part.html" title="Next chapter"> >>
</a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="part"><span>part<a class="copiable-link" href="#part">
¶</a></span></h1>
+<hr>
+
+<div class="chapter-level-extent" id="chapter-in-part">
+<h1 class="chapter"><span>2 chapter in part<a class="copiable-link"
href="#chapter-in-part"> ¶</a></span></h1>
+
+</div>
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="chapter.html#chapter" title="Beginning of this chapter or
previous chapter"> << </a>]</td>
+<td>[<a href="second-chapter-in-part.html" title="Next chapter"> >>
</a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter.html
new file mode 100644
index 0000000000..81c0c28fa0
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/chapter.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>1 chapter (top)</title>
+
+<meta name="description" content="1 chapter (top)">
+<meta name="keywords" content="1 chapter (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="chapter-level-extent" id="chapter">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="index.html" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="index.html" title="Previous section in reading order"> <
</a>]</td>
+<td>[<a href="index.html" title="Up section"> Up </a>]</td>
+<td>[<a href="#section" title="Next section in reading order"> > </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="chapter"><span>1 chapter<a class="copiable-link" href="#chapter">
¶</a></span></h1>
+
+<hr>
+<div class="section-level-extent" id="section">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="#chapter" title="Previous section in reading order"> <
</a>]</td>
+<td>[<a href="#chapter" title="Up section"> Up </a>]</td>
+<td>[<a href="#subsection" title="Next section in reading order"> >
</a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h2 class="section"><span>1.1 section<a class="copiable-link" href="#section">
¶</a></span></h2>
+
+<hr>
+<div class="subsection-level-extent" id="subsection">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="#section" title="Previous section in reading order"> <
</a>]</td>
+<td>[<a href="#section" title="Up section"> Up </a>]</td>
+<td>[<a href="#subsubsection" title="Next section in reading order"> >
</a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h3 class="subsection"><span>1.1.1 subsection<a class="copiable-link"
href="#subsection"> ¶</a></span></h3>
+
+<hr>
+<div class="subsubsection-level-extent" id="subsubsection">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="#subsection" title="Previous section in reading order"> <
</a>]</td>
+<td>[<a href="#subsection" title="Up section"> Up </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next section in reading order">
> </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h4 class="subsubsection"><span>1.1.1.1 subsubsection<a class="copiable-link"
href="#subsubsection"> ¶</a></span></h4>
+
+</div>
+</div>
+</div>
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous
chapter"> << </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/index.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/index.html
new file mode 100644
index 0000000000..672a1a6547
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/index.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>top</title>
+
+<meta name="description" content="top">
+<meta name="keywords" content="top">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="top-level-extent" id="top">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[ < ]</td>
+<td>[<a href="chapter.html#chapter" title="Next section in reading order">
> </a>]</td>
+<td> </td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="top"><span>top<a class="copiable-link" href="#top">
¶</a></span></h1>
+
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[ < ]</td>
+<td>[<a href="chapter.html#chapter" title="Next section in reading order">
> </a>]</td>
+<td> </td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/second-chapter-in-part.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/second-chapter-in-part.html
new file mode 100644
index 0000000000..c28fe78767
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/second-chapter-in-part.html
@@ -0,0 +1,65 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>3 second chapter in part (top)</title>
+
+<meta name="description" content="3 second chapter in part (top)">
+<meta name="keywords" content="3 second chapter in part (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="chapter-level-extent" id="second-chapter-in-part">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="chapter-in-part.html" title="Beginning of this chapter or
previous chapter"> << </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Previous section in reading order">
< </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Up section"> Up </a>]</td>
+<td>[<a href="unnumbered.html" title="Next section in reading order"> >
</a>]</td>
+<td>[<a href="unnumbered.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="chapter"><span>3 second chapter in part<a class="copiable-link"
href="#second-chapter-in-part"> ¶</a></span></h1>
+
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="chapter-in-part.html" title="Beginning of this chapter or
previous chapter"> << </a>]</td>
+<td>[<a href="unnumbered.html" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/sectioning_part_appendix_texi2html_chapter_abt.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/sectioning_part_appendix_texi2html_chapter_abt.html
new file mode 100644
index 0000000000..248d038d02
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/sectioning_part_appendix_texi2html_chapter_abt.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>About This Document (top)</title>
+
+<meta name="description" content="About This Document (top)">
+<meta name="keywords" content="About This Document (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+span.program-in-footer {font-size: smaller}
+td.button-direction-about {text-align:center}
+td.name-direction-about {text-align:center}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="element-about" id="SEC_About">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="about-heading">About This Document</h1>
+
+<p>
+ This document was generated on <em class="emph">a sunny day</em>.
+</p>
+<p>
+ The buttons in the navigation panels have the following meaning:
+</p>
+<table border="1">
+ <tr>
+ <th> Button </th>
+ <th> Name </th>
+ <th> Go to </th>
+ <th> From 1.2.3 go to</th>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ << ] </td>
+ <td class="name-direction-about">FastBack</td>
+ <td>Beginning of this chapter or previous chapter</td>
+ <td>1</td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ < ] </td>
+ <td class="name-direction-about">Back</td>
+ <td>Previous section in reading order</td>
+ <td>1.2.2</td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ Up ] </td>
+ <td class="name-direction-about">Up</td>
+ <td>Up section</td>
+ <td>1.2</td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ > ] </td>
+ <td class="name-direction-about">Forward</td>
+ <td>Next section in reading order</td>
+ <td>1.2.4</td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ >> ] </td>
+ <td class="name-direction-about">FastForward</td>
+ <td>Next chapter</td>
+ <td>2</td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [Top] </td>
+ <td class="name-direction-about">Top</td>
+ <td>Cover (top) of document</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [Contents] </td>
+ <td class="name-direction-about">Contents</td>
+ <td>Table of contents</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [Index] </td>
+ <td class="name-direction-about">Index</td>
+ <td>Index</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td class="button-direction-about"> [ ? ] </td>
+ <td class="name-direction-about">About</td>
+ <td>About (help)</td>
+ <td> </td>
+ </tr>
+</table>
+
+<p>
+ where the <strong class="strong"> Example </strong> assumes that the current
position is at <strong class="strong"> Subsubsection One-Two-Three </strong> of
a document of the following structure:
+</p>
+
+<ul>
+ <li> 1. Section One
+ <ul>
+ <li>1.1 Subsection One-One
+ <ul>
+ <li>...</li>
+ </ul>
+ </li>
+ <li>1.2 Subsection One-Two
+ <ul>
+ <li>1.2.1 Subsubsection One-Two-One</li>
+ <li>1.2.2 Subsubsection One-Two-Two</li>
+ <li>1.2.3 Subsubsection One-Two-Three
+ <strong><== Current Position </strong></li>
+ <li>1.2.4 Subsubsection One-Two-Four</li>
+ </ul>
+ </li>
+ <li>1.3 Subsection One-Three
+ <ul>
+ <li>...</li>
+ </ul>
+ </li>
+ <li>1.4 Subsection One-Four</li>
+ </ul>
+ </li>
+</ul>
+</div><hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/unnumbered.html
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/unnumbered.html
new file mode 100644
index 0000000000..f14af7b5b6
--- /dev/null
+++
b/tp/t/results/moresectioning/sectioning_part_appendix_texi2html_chapter/res_html/unnumbered.html
@@ -0,0 +1,65 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>unnumbered (top)</title>
+
+<meta name="description" content="unnumbered (top)">
+<meta name="keywords" content="unnumbered (top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span.program-in-footer {font-size: smaller}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="unnumbered-level-extent" id="unnumbered">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="second-chapter-in-part.html" title="Beginning of this
chapter or previous chapter"> << </a>]</td>
+<td>[<a href="second-chapter-in-part.html" title="Previous section in reading
order"> < </a>]</td>
+<td>[<a href="chapter-in-part.html" title="Up section"> Up </a>]</td>
+<td>[<a href="appendix.html#appendix" title="Next section in reading order">
> </a>]</td>
+<td>[<a href="appendix.html#appendix" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="unnumbered"><span>unnumbered<a class="copiable-link"
href="#unnumbered"> ¶</a></span></h1>
+
+</div>
+<hr>
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="second-chapter-in-part.html" title="Beginning of this
chapter or previous chapter"> << </a>]</td>
+<td>[<a href="appendix.html#appendix" title="Next chapter"> >> </a>]</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
+<td>[Contents]</td>
+<td>[Index]</td>
+<td>[<a href="sectioning_part_appendix_texi2html_chapter_abt.html#SEC_About"
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p>
+ <span class="program-in-footer">This document was generated on <em
class="emph">a sunny day</em>.</span>
+</p>
+
+
+</body>
+</html>
diff --git
a/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter.pl
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter.pl
new file mode 100644
index 0000000000..585a4e1010
--- /dev/null
+++
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter.pl
@@ -0,0 +1,564 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors
+ %result_indices %result_sectioning %result_nodes %result_menus
+ %result_floats %result_converted %result_converted_errors
+ %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = {
+ 'contents' => [
+ {
+ 'type' => 'before_node_section'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'Top'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'node',
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'Top node
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'args' => [
+ {
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'block_line_arg'
+ }
+ ],
+ 'cmdname' => 'menu',
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => '* ',
+ 'type' => 'menu_entry_leading_text'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'second node'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'second-node'
+ },
+ 'type' => 'menu_entry_node'
+ },
+ {
+ 'text' => '::',
+ 'type' => 'menu_entry_separator'
+ },
+ {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'preformatted'
+ }
+ ],
+ 'type' => 'menu_entry_description'
+ }
+ ],
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 4,
+ 'macro' => ''
+ },
+ 'type' => 'menu_entry'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => '* ',
+ 'type' => 'menu_entry_leading_text'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'third node'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'third-node'
+ },
+ 'type' => 'menu_entry_node'
+ },
+ {
+ 'text' => '::',
+ 'type' => 'menu_entry_separator'
+ },
+ {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'text' => '
+'
+ }
+ ],
+ 'type' => 'preformatted'
+ }
+ ],
+ 'type' => 'menu_entry_description'
+ }
+ ],
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 5,
+ 'macro' => ''
+ },
+ 'type' => 'menu_entry'
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'menu'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'end',
+ 'extra' => {
+ 'text_arg' => 'menu'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 6,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 3,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'extra' => {
+ 'normalized' => 'Top'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'second node'
+ }
+ ],
+ 'type' => 'line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'third node'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'third-node'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'type' => 'line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Top'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'Top'
+ },
+ 'type' => 'line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Top'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'Top'
+ },
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'node',
+ 'contents' => [
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'second node
+'
+ }
+ ],
+ 'type' => 'paragraph'
+ },
+ {
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ }
+ ],
+ 'extra' => {
+ 'normalized' => 'second-node'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 8,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'third node'
+ }
+ ],
+ 'type' => 'line_arg'
+ },
+ {
+ 'type' => 'line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'second node'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'second-node'
+ },
+ 'type' => 'line_arg'
+ },
+ {
+ 'contents' => [
+ {
+ 'text' => 'Top'
+ }
+ ],
+ 'extra' => {
+ 'node_content' => [
+ {}
+ ],
+ 'normalized' => 'Top'
+ },
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'third-node'
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 12,
+ 'macro' => ''
+ }
+ },
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'text' => 'chapter'
+ }
+ ],
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
+'
+ }
+ },
+ 'type' => 'line_arg'
+ }
+ ],
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
+ },
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 13,
+ 'macro' => ''
+ }
+ }
+ ],
+ 'type' => 'document_root'
+};
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[1]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[1]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'contents'}[1]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[1]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[1]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[2]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[2]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[3]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[2]{'args'}[3]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[3]{'args'}[2]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[3]{'args'}[2]{'contents'}[0];
+$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[3]{'args'}[3]{'extra'}{'node_content'}[0]
=
$result_trees{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'contents'}[3]{'args'}[3]{'contents'}[0];
+
+$result_texis{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = '@node
Top
+Top node
+@menu
+* second node::
+* third node::
+@end menu
+
+@node second node, third node,Top,Top
+
+second node
+
+@node third node,,second node,Top
+@chapter chapter
+';
+
+
+$result_texts{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = 'Top
node
+* second node::
+* third node::
+
+
+second node
+
+1 chapter
+*********
+';
+
+$result_sectioning{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = {
+ 'structure' => {
+ 'section_childs' => [
+ {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'third-node'
+ },
+ 'structure' => {}
+ }
+ },
+ 'structure' => {
+ 'section_level' => 1,
+ 'section_number' => 1,
+ 'section_up' => {}
+ }
+ }
+ ],
+ 'section_level' => 0
+ }
+};
+$result_sectioning{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'menus' => [
+ {
+ 'cmdname' => 'menu'
+ }
+ ],
+ 'normalized' => 'Top'
+ },
+ 'structure' => {
+ 'menu_child' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second-node'
+ },
+ 'structure' => {
+ 'node_next' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'section_number' => 1
+ }
+ },
+ 'normalized' => 'third-node'
+ },
+ 'structure' => {
+ 'node_prev' => {},
+ 'node_up' => {}
+ }
+ },
+ 'node_prev' => {},
+ 'node_up' => {}
+ }
+ },
+ 'node_next' => {}
+ }
+};
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'};
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'};
+
+$result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'Top'
+ },
+ 'structure' => {
+ 'menu_child' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second-node'
+ },
+ 'structure' => {
+ 'menu_next' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'third-node'
+ },
+ 'structure' => {
+ 'menu_prev' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ }
+ }
+};
+$result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'};
+$result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+$result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_no_use_nodes_chapter'};
+
+$result_errors{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = [];
+
+
+$result_floats{'nodes_after_top_before_chapter_no_use_nodes_chapter'} = {};
+
+
+$result_converted_errors{'file_html'}->{'nodes_after_top_before_chapter_no_use_nodes_chapter'}
= [
+ {
+ 'error_line' => 'warning: must specify a title with a title command or @top
+',
+ 'file_name' => 'nodes_after_top_before_chapter_no_use_nodes_chapter.texi',
+ 'text' => 'must specify a title with a title command or @top',
+ 'type' => 'warning'
+ }
+];
+
+
+1;
diff --git
a/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/index.html
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/index.html
new file mode 100644
index 0000000000..b04adf1020
--- /dev/null
+++
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/index.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>1 chapter (Untitled Document)</title>
+
+<meta name="description" content="1 chapter (Untitled Document)">
+<meta name="keywords" content="1 chapter (Untitled Document)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="#third-node" rel="start" title="1 chapter">
+<link href="#third-node" rel="up" title="1 chapter">
+<link href="#third-node" rel="prev" title="1 chapter">
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a class="node" id="Top"></a><p>Top node
+</p>
+<a class="node" id="second-node"></a>
+<p>second node
+</p>
+<div class="chapter-level-extent" id="third-node">
+<h2 class="chapter" id="chapter"><span>1 chapter<a class="copiable-link"
href="#chapter"> ¶</a></span></h2>
+</div>
+
+
+
+</body>
+</html>
diff --git
a/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/second-node.html
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/second-node.html
new file mode 100644
index 0000000000..9d6291b139
--- /dev/null
+++
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/second-node.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>second node (Untitled Document)</title>
+
+<meta name="description" content="second node (Untitled Document)">
+<meta name="keywords" content="second node (Untitled Document)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+
+<meta http-equiv="Refresh" content="0; url=index.html#second-node">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="index.html#second-node">second
node</a>.</p>
+</body>
diff --git
a/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/third-node.html
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/third-node.html
new file mode 100644
index 0000000000..ffaa25470d
--- /dev/null
+++
b/tp/t/results/sectioning/nodes_after_top_before_chapter_no_use_nodes_chapter/res_html/third-node.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>third node (Untitled Document)</title>
+
+<meta name="description" content="third node (Untitled Document)">
+<meta name="keywords" content="third node (Untitled Document)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+
+<meta http-equiv="Refresh" content="0; url=index.html#third-node">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a href="index.html#third-node">third
node</a>.</p>
+</body>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/30sectioning.t: add nodes_after_top_before_chapter_no_use_nodes_chapter test.,
Patrice Dumas <=