texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Makefile.tres, tp/t/96moresectioning.t, tp/t


From: Patrice Dumas
Subject: branch master updated: * tp/Makefile.tres, tp/t/96moresectioning.t, tp/t/html_tests.t: move node_footnote_use_node* tests and sectioning_frames from 96moresectioning.t to html_tests.t.
Date: Mon, 02 Jan 2023 10:26:35 -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 00bc359648 * tp/Makefile.tres, tp/t/96moresectioning.t, 
tp/t/html_tests.t: move node_footnote_use_node* tests and sectioning_frames 
from 96moresectioning.t to html_tests.t.
00bc359648 is described below

commit 00bc35964825bf7997fd6060946efe325214ea58
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 2 16:26:21 2023 +0100

    * tp/Makefile.tres, tp/t/96moresectioning.t, tp/t/html_tests.t:
    move node_footnote_use_node* tests and sectioning_frames from
    96moresectioning.t to html_tests.t.
---
 ChangeLog                                          |    6 +
 tp/Makefile.tres                                   |   66 +-
 tp/t/96moresectioning.t                            |   34 +-
 tp/t/html_tests.t                                  |   33 +
 tp/t/results/moresectioning/node_footnote_end.pl   | 1346 --------
 .../node_footnote_end/res_html/node_footnote.html  |   58 -
 .../moresectioning/node_footnote_separated.pl      | 1318 --------
 .../res_html/node_footnote.html                    |   58 -
 .../moresectioning/node_footnote_use_node.pl       | 1318 --------
 .../node_footnote_use_node/res_html/a.html         |   73 -
 .../node_footnote_use_node/res_html/chapter.html   |   47 -
 .../node_footnote_use_node/res_html/index.html     |   55 -
 .../node_footnote_use_node_separate.pl             | 1318 --------
 .../res_html/a.html                                |   57 -
 .../res_html/chapter.html                          |   47 -
 .../res_html/index.html                            |   55 -
 .../res_html/node_footnote_fot.html                |   43 -
 tp/t/results/moresectioning/sectioning_frames.pl   | 3247 --------------------
 .../sectioning_frames/res_html/First-node.html     |  259 --
 .../res_html/Last-node-no-description.html         |   22 -
 .../sectioning_frames/res_html/Second-node.html    |   68 -
 .../res_html/Third-node-unnumbered.html            |   67 -
 .../sectioning_frames/res_html/between-node.html   |   22 -
 .../sectioning_frames/res_html/index.html          |   86 -
 .../sectioning_frames/res_html/numbered-sub.html   |   22 -
 .../sectioning_frames/res_html/numbered-sub2.html  |   22 -
 .../sectioning_frames/res_html/numbered-sub3.html  |   22 -
 .../sectioning_frames/res_html/numbered.html       |   22 -
 .../sectioning_frames/res_html/sectioning_abt.html |  147 -
 .../res_html/sectioning_frame.html                 |    8 -
 .../sectioning_frames/res_html/sectioning_ovr.html |   54 -
 .../sectioning_frames/res_html/sectioning_toc.html |   69 -
 .../res_html/sectioning_toc_frame.html             |   32 -
 .../sectioning_frames/res_html/unnumbered-sub.html |   22 -
 .../res_html/unnumbered-sub2.html                  |   22 -
 .../sectioning_frames/res_html/unnumbered.html     |   22 -
 .../sectioning_frames/res_html/unnumbered2.html    |   22 -
 37 files changed, 73 insertions(+), 10116 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 87d75eee48..b983ee6f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-02  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Makefile.tres, tp/t/96moresectioning.t, tp/t/html_tests.t:
+       move node_footnote_use_node* tests and sectioning_frames from
+       96moresectioning.t to html_tests.t.
+
 2023-01-02  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.am (test_files), tp/Makefile.tres,
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index d1eebb13df..1dbe1b127a 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -639,6 +639,19 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/html_tests/mathjax_with_texinfo_html_text.pl \
   t/results/html_tests/mathjax_with_texinfo_no_convert_to_latex.pl \
   t/results/html_tests/no_use_iso.pl \
+  t/results/html_tests/node_footnote_end.pl \
+  t/results/html_tests/node_footnote_end/res_html/node_footnote.html \
+  t/results/html_tests/node_footnote_separated.pl \
+  t/results/html_tests/node_footnote_separated/res_html/node_footnote.html \
+  t/results/html_tests/node_footnote_use_node.pl \
+  t/results/html_tests/node_footnote_use_node/res_html/a.html \
+  t/results/html_tests/node_footnote_use_node/res_html/chapter.html \
+  t/results/html_tests/node_footnote_use_node/res_html/index.html \
+  t/results/html_tests/node_footnote_use_node_separate.pl \
+  t/results/html_tests/node_footnote_use_node_separate/res_html/a.html \
+  t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html \
+  t/results/html_tests/node_footnote_use_node_separate/res_html/index.html \
+  
t/results/html_tests/node_footnote_use_node_separate/res_html/node_footnote_fot.html
 \
   t/results/html_tests/raw_html.pl \
   t/results/html_tests/redirection_same_labels.pl \
   t/results/html_tests/redirection_same_labels/res_html/circumflex.html \
@@ -646,6 +659,26 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/html_tests/redirection_same_labels/res_html/index.html \
   t/results/html_tests/redirection_same_labels/res_html/umlaut.html \
   t/results/html_tests/ref_in_preformatted.pl \
+  t/results/html_tests/sectioning_frames.pl \
+  t/results/html_tests/sectioning_frames/res_html/First-node.html \
+  
t/results/html_tests/sectioning_frames/res_html/Last-node-no-description.html \
+  t/results/html_tests/sectioning_frames/res_html/Second-node.html \
+  t/results/html_tests/sectioning_frames/res_html/Third-node-unnumbered.html \
+  t/results/html_tests/sectioning_frames/res_html/between-node.html \
+  t/results/html_tests/sectioning_frames/res_html/index.html \
+  t/results/html_tests/sectioning_frames/res_html/numbered-sub.html \
+  t/results/html_tests/sectioning_frames/res_html/numbered-sub2.html \
+  t/results/html_tests/sectioning_frames/res_html/numbered-sub3.html \
+  t/results/html_tests/sectioning_frames/res_html/numbered.html \
+  t/results/html_tests/sectioning_frames/res_html/sectioning_abt.html \
+  t/results/html_tests/sectioning_frames/res_html/sectioning_frame.html \
+  t/results/html_tests/sectioning_frames/res_html/sectioning_ovr.html \
+  t/results/html_tests/sectioning_frames/res_html/sectioning_toc.html \
+  t/results/html_tests/sectioning_frames/res_html/sectioning_toc_frame.html \
+  t/results/html_tests/sectioning_frames/res_html/unnumbered-sub.html \
+  t/results/html_tests/sectioning_frames/res_html/unnumbered-sub2.html \
+  t/results/html_tests/sectioning_frames/res_html/unnumbered.html \
+  t/results/html_tests/sectioning_frames/res_html/unnumbered2.html \
   t/results/html_tests/shortcontents_no_top.pl \
   t/results/html_tests/shorttitlepage.pl \
   t/results/html_tests/simple_menu.pl \
@@ -1548,39 +1581,6 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/misc_commands/vskip.pl \
   t/results/morecoverage/formatting_fr.pl \
   t/results/morecoverage/texi_formatting.pl \
-  t/results/moresectioning/node_footnote_end.pl \
-  t/results/moresectioning/node_footnote_end/res_html/node_footnote.html \
-  t/results/moresectioning/node_footnote_separated.pl \
-  t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html 
\
-  t/results/moresectioning/node_footnote_use_node.pl \
-  t/results/moresectioning/node_footnote_use_node/res_html/a.html \
-  t/results/moresectioning/node_footnote_use_node/res_html/chapter.html \
-  t/results/moresectioning/node_footnote_use_node/res_html/index.html \
-  t/results/moresectioning/node_footnote_use_node_separate.pl \
-  t/results/moresectioning/node_footnote_use_node_separate/res_html/a.html \
-  
t/results/moresectioning/node_footnote_use_node_separate/res_html/chapter.html \
-  t/results/moresectioning/node_footnote_use_node_separate/res_html/index.html 
\
-  
t/results/moresectioning/node_footnote_use_node_separate/res_html/node_footnote_fot.html
 \
-  t/results/moresectioning/sectioning_frames.pl \
-  t/results/moresectioning/sectioning_frames/res_html/First-node.html \
-  
t/results/moresectioning/sectioning_frames/res_html/Last-node-no-description.html
 \
-  t/results/moresectioning/sectioning_frames/res_html/Second-node.html \
-  
t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html \
-  t/results/moresectioning/sectioning_frames/res_html/between-node.html \
-  t/results/moresectioning/sectioning_frames/res_html/index.html \
-  t/results/moresectioning/sectioning_frames/res_html/numbered-sub.html \
-  t/results/moresectioning/sectioning_frames/res_html/numbered-sub2.html \
-  t/results/moresectioning/sectioning_frames/res_html/numbered-sub3.html \
-  t/results/moresectioning/sectioning_frames/res_html/numbered.html \
-  t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html \
-  t/results/moresectioning/sectioning_frames/res_html/sectioning_frame.html \
-  t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html \
-  t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html \
-  
t/results/moresectioning/sectioning_frames/res_html/sectioning_toc_frame.html \
-  t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub.html \
-  t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub2.html \
-  t/results/moresectioning/sectioning_frames/res_html/unnumbered.html \
-  t/results/moresectioning/sectioning_frames/res_html/unnumbered2.html \
   t/results/moresectioning/top_node_up_explicit.pl \
   
t/results/moresectioning/top_node_up_explicit/res_html/top_node_up_explicit.html
 \
   t/results/moresectioning/top_node_up_implicit.pl \
diff --git a/tp/t/96moresectioning.t b/tp/t/96moresectioning.t
index 26757040ad..7bf59e831c 100644
--- a/tp/t/96moresectioning.t
+++ b/tp/t/96moresectioning.t
@@ -6,32 +6,6 @@ use Texinfo::ModulePath (undef, undef, undef, 'updirs' => 2);
 require 't/test_utils.pl';
 
 my @test_cases = (
-# in this test, there are three nodes with the same transliterations
-# that end up in the same file even when split at node
-['node_footnote_use_node',
-  undef,
-  # also tests for node without section command nor directions after
-  # a section, and Top without @top and chapter in menu
-  {'test_file' => 'node_footnote.texi'},
-  {'FORMAT_MENU' => 'menu'}
-],
-['node_footnote_end',
-  undef,
-  {'test_file' => 'node_footnote.texi', 'CHECK_NORMAL_MENU_STRUCTURE' => 1},
-  {'SPLIT' => '', 'USE_NODES' => 0}
-],
-# actually the same output as node_footnote_end.
-['node_footnote_separated',
-  undef,
-  {'test_file' => 'node_footnote.texi'},
-  {'SPLIT' => '', 'USE_NODES' => 0,
-   'footnotestyle' => 'separate'}
-],
-['node_footnote_use_node_separate',
-  undef,
-  {'test_file' => 'node_footnote.texi'},
-  {'footnotestyle' => 'separate', 'FORMAT_MENU' => 'menu'}
-],
 ['top_node_up_implicit',
   undef,
   {'test_file' => 'top_node_up_implicit.texi'},
@@ -42,17 +16,11 @@ my @test_cases = (
   {'test_file' => 'top_node_up_explicit.texi'},
   {'TEXI2HTML' => 1, 'TOP_NODE_UP_URL' => 'http://etop.example.org'}
 ],
-['sectioning_frames',
-  undef,
-  # tests for node with directions after section
-  {'test_file' => '../../tests/sectioning/sectioning.texi',
-   'CHECK_NORMAL_MENU_STRUCTURE' => 1},
-  {'TEXI2HTML' => 1, 'SPLIT' => 'chapter', 'FRAMES' => 1}
-],
 );
 
 foreach my $test (@test_cases) {
   push @{$test->[2]->{'test_formats'}}, 'file_html';
+  $test->[2]->{'test_input_file_name'} = $test->[0] . '.texi';
 }
 
 run_all('moresectioning', [@test_cases]);
diff --git a/tp/t/html_tests.t b/tp/t/html_tests.t
index b002d9044c..299e24ce7c 100644
--- a/tp/t/html_tests.t
+++ b/tp/t/html_tests.t
@@ -736,6 +736,39 @@ $check_htmlxref_text
 ['check_htmlxref_menu',
 $check_htmlxref_text
 , {'FORMAT_MENU' => 'menu',}, {'FORMAT_MENU' => 'menu', 'CHECK_HTMLXREF' => 
1}],
+# in this test, there are three nodes with the same transliterations
+# that end up in the same file even when split at node
+['node_footnote_use_node',
+  undef,
+  # also tests for node without section command nor directions after
+  # a section, and Top without @top and chapter in menu
+  {'test_file' => 'node_footnote.texi'},
+  {'FORMAT_MENU' => 'menu'}
+],
+['node_footnote_end',
+  undef,
+  {'test_file' => 'node_footnote.texi', 'CHECK_NORMAL_MENU_STRUCTURE' => 1},
+  {'SPLIT' => '', 'USE_NODES' => 0}
+],
+# actually the same output as node_footnote_end.
+['node_footnote_separated',
+  undef,
+  {'test_file' => 'node_footnote.texi'},
+  {'SPLIT' => '', 'USE_NODES' => 0,
+   'footnotestyle' => 'separate'}
+],
+['node_footnote_use_node_separate',
+  undef,
+  {'test_file' => 'node_footnote.texi'},
+  {'footnotestyle' => 'separate', 'FORMAT_MENU' => 'menu'}
+],
+['sectioning_frames',
+  undef,
+  # tests for node with directions after section
+  {'test_file' => '../../tests/sectioning/sectioning.texi',
+   'CHECK_NORMAL_MENU_STRUCTURE' => 1},
+  {'TEXI2HTML' => 1, 'SPLIT' => 'chapter', 'FRAMES' => 1}
+],
 );
 
 
diff --git a/tp/t/results/moresectioning/node_footnote_end.pl 
b/tp/t/results/moresectioning/node_footnote_end.pl
deleted file mode 100644
index 542f8eb5e1..0000000000
--- a/tp/t/results/moresectioning/node_footnote_end.pl
+++ /dev/null
@@ -1,1346 +0,0 @@
-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{'node_footnote_end'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'text' => '\\input texinfo @c -*-texinfo-*-
-',
-              'type' => 'text_before_beginning'
-            },
-            {
-              'text' => '
-',
-              'type' => 'text_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_beginning'
-        },
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => ' test footnotes with nodes only
-',
-                  'type' => 'misc_arg'
-                }
-              ],
-              'cmdname' => 'c',
-              'extra' => {
-                'misc_args' => [
-                  ' test footnotes with nodes only
-'
-                ]
-              }
-            },
-            {
-              'text' => '
-',
-              'type' => 'empty_line'
-            }
-          ],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '\'',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 8,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e1'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 8,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '^',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 9,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 9,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'chapter'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'chapter'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 10,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 11,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 11,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 7,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 5,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 14,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 16,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 1'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 1 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '\'',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 17,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 17,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e1'
-          }
-        ],
-        'normalized' => '_00e1'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 14,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 19,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 21,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 2'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 2 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '^',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 22,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 22,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e2'
-          }
-        ],
-        'normalized' => '_00e2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 19,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'chapter'
-          }
-        ],
-        'normalized' => 'chapter'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 24,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 28,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 28,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 29,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 27,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 25,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 31,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 33,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 3'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 3 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 34,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 34,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e0'
-          }
-        ],
-        'normalized' => '_00e0'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 31,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[3];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[3];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_end'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'extra'}{'node_content'}[0] 
= $result_trees{'node_footnote_end'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'node_footnote_end'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[2]{'extra'}{'node_content'}[0] 
= $result_trees{'node_footnote_end'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[2]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'node_footnote_end'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[3]{'extra'}{'node_content'}[0] 
= $result_trees{'node_footnote_end'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'node_footnote_end'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[4]{'extra'}{'node_content'}[0] 
= $result_trees{'node_footnote_end'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'node_footnote_end'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_end'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_end'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_end'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[6]{'extra'}{'node_content'}[0] 
= $result_trees{'node_footnote_end'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_end'}{'contents'}[6]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'node_footnote_end'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-
-$result_texis{'node_footnote_end'} = '\\input texinfo @c -*-texinfo-*-
-
-@c test footnotes with nodes only
-
-@node Top
-
-@menu
-* @\'a::
-* @^a::
-* chapter::
-* @`a::
-@end menu
-
-@node @\'a
-
-node @\'a,
-Footnote 1@footnote{foot 1 @\'a}.
-
-@node @^a
-
-node @^a,
-Footnote 2@footnote{foot 2 @^a}.
-
-@node chapter
-@chapter chapter
-
-@menu
-* @`a::
-@end menu
-
-@node @`a
-
-node @`a,
-Footnote 3@footnote{foot 3 @`a}.
-
-@bye
-';
-
-
-$result_texts{'node_footnote_end'} = '
-
-* a\'::
-* a^::
-* chapter::
-* a`::
-
-
-node a\',
-Footnote 1.
-
-
-node a^,
-Footnote 2.
-
-1 chapter
-*********
-
-* a`::
-
-
-node a`,
-Footnote 3.
-
-';
-
-$result_sectioning{'node_footnote_end'} = {
-  'structure' => {
-    'section_childs' => [
-      {
-        'cmdname' => 'chapter',
-        'extra' => {
-          'associated_node' => {
-            'cmdname' => 'node',
-            'extra' => {
-              'normalized' => 'chapter'
-            },
-            'info' => {},
-            'structure' => {}
-          }
-        },
-        'info' => {},
-        'structure' => {
-          'section_level' => 1,
-          'section_number' => 1,
-          'section_up' => {}
-        }
-      }
-    ],
-    'section_level' => 0
-  }
-};
-$result_sectioning{'node_footnote_end'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'node_footnote_end'};
-
-$result_nodes{'node_footnote_end'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'menus' => [
-      {
-        'cmdname' => 'menu'
-      }
-    ],
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'node_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'node_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'chapter',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {
-                    'section_number' => 1
-                  }
-                },
-                'menus' => [
-                  {
-                    'cmdname' => 'menu'
-                  }
-                ],
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_next' => {},
-                'node_prev' => {},
-                'node_up' => {}
-              }
-            },
-            'node_prev' => {},
-            'node_up' => {}
-          }
-        },
-        'node_prev' => {},
-        'node_up' => {}
-      }
-    },
-    'node_next' => {}
-  }
-};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}
 = 
$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_end'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_end'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_end'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_end'};
-$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_end'};
-$result_nodes{'node_footnote_end'}{'structure'}{'node_next'} = 
$result_nodes{'node_footnote_end'}{'structure'}{'menu_child'};
-
-$result_menus{'node_footnote_end'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'Top' => 1,
-                      'chapter' => 1
-                    }
-                  }
-                },
-                'menu_next' => {},
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'Top' => 1
-                }
-              }
-            },
-            'menu_prev' => {},
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'Top' => 1
-            }
-          }
-        },
-        'menu_up' => {},
-        'menu_up_hash' => {
-          'Top' => 1
-        }
-      }
-    }
-  }
-};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
 = 
$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_end'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = $result_menus{'node_footnote_end'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_end'};
-$result_menus{'node_footnote_end'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_end'};
-
-$result_errors{'node_footnote_end'} = [
-  {
-    'error_line' => 'warning: node `@`a\' is next for `chapter\' in menu but 
not in sectioning
-',
-    'file_name' => 'node_footnote.texi',
-    'line_nr' => 24,
-    'macro' => '',
-    'text' => 'node `@`a\' is next for `chapter\' in menu but not in 
sectioning',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: node `@^a\' is prev for `chapter\' in menu but 
not in sectioning
-',
-    'file_name' => 'node_footnote.texi',
-    'line_nr' => 24,
-    'macro' => '',
-    'text' => 'node `@^a\' is prev for `chapter\' in menu but not in 
sectioning',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: node `Top\' is up for `chapter\' in menu but not 
in sectioning
-',
-    'file_name' => 'node_footnote.texi',
-    'line_nr' => 24,
-    'macro' => '',
-    'text' => 'node `Top\' is up for `chapter\' in menu but not in sectioning',
-    'type' => 'warning'
-  }
-];
-
-
-$result_floats{'node_footnote_end'} = {};
-
-
-$result_converted_errors{'file_html'}->{'node_footnote_end'} = [
-  {
-    'error_line' => 'warning: must specify a title with a title command or @top
-',
-    'file_name' => 'node_footnote.texi',
-    'text' => 'must specify a title with a title command or @top',
-    'type' => 'warning'
-  }
-];
-
-
-1;
diff --git 
a/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html 
b/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html
deleted file mode 100644
index 0bde29ba42..0000000000
--- a/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!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="#chapter" rel="start" title="1 chapter">
-<link href="#chapter" rel="up" title="1 chapter">
-<link href="#chapter" rel="next" title="1 chapter">
-<link href="#chapter" rel="prev" title="1 chapter">
-
-
-</head>
-
-<body lang="en">
-
-<a class="node" id="Top"></a>
-
-<a class="node" id="g_t_00e1"></a>
-<p>node &aacute;,
-Footnote 1<a class="footnote" id="DOCF1" href="#FOOT1"><sup>1</sup></a>.
-</p>
-<a class="node" id="g_t_00e2"></a>
-<p>node &acirc;,
-Footnote 2<a class="footnote" id="DOCF2" href="#FOOT2"><sup>2</sup></a>.
-</p>
-<div class="chapter-level-extent" id="chapter">
-<h2 class="chapter" id="chapter-1">1 chapter</h2>
-
-
-<a class="node" id="g_t_00e0"></a>
-<p>node &agrave;,
-Footnote 3<a class="footnote" id="DOCF3" href="#FOOT3"><sup>3</sup></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>foot 1 &aacute;</p>
-<h5 class="footnote-body-heading"><a id="FOOT2" href="#DOCF2">(2)</a></h5>
-<p>foot 2 &acirc;</p>
-<h5 class="footnote-body-heading"><a id="FOOT3" href="#DOCF3">(3)</a></h5>
-<p>foot 3 &agrave;</p>
-</div>
-</div>
-
-
-
-</body>
-</html>
diff --git a/tp/t/results/moresectioning/node_footnote_separated.pl 
b/tp/t/results/moresectioning/node_footnote_separated.pl
deleted file mode 100644
index d22a2a5d82..0000000000
--- a/tp/t/results/moresectioning/node_footnote_separated.pl
+++ /dev/null
@@ -1,1318 +0,0 @@
-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{'node_footnote_separated'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'text' => '\\input texinfo @c -*-texinfo-*-
-',
-              'type' => 'text_before_beginning'
-            },
-            {
-              'text' => '
-',
-              'type' => 'text_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_beginning'
-        },
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => ' test footnotes with nodes only
-',
-                  'type' => 'misc_arg'
-                }
-              ],
-              'cmdname' => 'c',
-              'extra' => {
-                'misc_args' => [
-                  ' test footnotes with nodes only
-'
-                ]
-              }
-            },
-            {
-              'text' => '
-',
-              'type' => 'empty_line'
-            }
-          ],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '\'',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 8,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e1'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 8,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '^',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 9,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 9,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'chapter'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'chapter'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 10,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 11,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 11,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 7,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 5,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 14,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 16,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 1'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 1 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '\'',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 17,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 17,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e1'
-          }
-        ],
-        'normalized' => '_00e1'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 14,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 19,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 21,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 2'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 2 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '^',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 22,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 22,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e2'
-          }
-        ],
-        'normalized' => '_00e2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 19,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'chapter'
-          }
-        ],
-        'normalized' => 'chapter'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 24,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 28,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 28,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 29,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 27,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 25,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 31,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 33,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 3'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 3 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 34,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 34,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e0'
-          }
-        ],
-        'normalized' => '_00e0'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 31,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[3];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[3];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[2]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_separated'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_separated'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[6]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_separated'}{'contents'}[6]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_separated'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-
-$result_texis{'node_footnote_separated'} = '\\input texinfo @c -*-texinfo-*-
-
-@c test footnotes with nodes only
-
-@node Top
-
-@menu
-* @\'a::
-* @^a::
-* chapter::
-* @`a::
-@end menu
-
-@node @\'a
-
-node @\'a,
-Footnote 1@footnote{foot 1 @\'a}.
-
-@node @^a
-
-node @^a,
-Footnote 2@footnote{foot 2 @^a}.
-
-@node chapter
-@chapter chapter
-
-@menu
-* @`a::
-@end menu
-
-@node @`a
-
-node @`a,
-Footnote 3@footnote{foot 3 @`a}.
-
-@bye
-';
-
-
-$result_texts{'node_footnote_separated'} = '
-
-* a\'::
-* a^::
-* chapter::
-* a`::
-
-
-node a\',
-Footnote 1.
-
-
-node a^,
-Footnote 2.
-
-1 chapter
-*********
-
-* a`::
-
-
-node a`,
-Footnote 3.
-
-';
-
-$result_sectioning{'node_footnote_separated'} = {
-  'structure' => {
-    'section_childs' => [
-      {
-        'cmdname' => 'chapter',
-        'extra' => {
-          'associated_node' => {
-            'cmdname' => 'node',
-            'extra' => {
-              'normalized' => 'chapter'
-            },
-            'info' => {},
-            'structure' => {}
-          }
-        },
-        'info' => {},
-        'structure' => {
-          'section_level' => 1,
-          'section_number' => 1,
-          'section_up' => {}
-        }
-      }
-    ],
-    'section_level' => 0
-  }
-};
-$result_sectioning{'node_footnote_separated'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'node_footnote_separated'};
-
-$result_nodes{'node_footnote_separated'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'menus' => [
-      {
-        'cmdname' => 'menu'
-      }
-    ],
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'node_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'node_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'chapter',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {
-                    'section_number' => 1
-                  }
-                },
-                'menus' => [
-                  {
-                    'cmdname' => 'menu'
-                  }
-                ],
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_next' => {},
-                'node_prev' => {},
-                'node_up' => {}
-              }
-            },
-            'node_prev' => {},
-            'node_up' => {}
-          }
-        },
-        'node_prev' => {},
-        'node_up' => {}
-      }
-    },
-    'node_next' => {}
-  }
-};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}
 = 
$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_separated'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_separated'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_separated'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_separated'};
-$result_nodes{'node_footnote_separated'}{'structure'}{'node_next'} = 
$result_nodes{'node_footnote_separated'}{'structure'}{'menu_child'};
-
-$result_menus{'node_footnote_separated'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'Top' => 1,
-                      'chapter' => 1
-                    }
-                  }
-                },
-                'menu_next' => {},
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'Top' => 1
-                }
-              }
-            },
-            'menu_prev' => {},
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'Top' => 1
-            }
-          }
-        },
-        'menu_up' => {},
-        'menu_up_hash' => {
-          'Top' => 1
-        }
-      }
-    }
-  }
-};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
 = 
$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_separated'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = $result_menus{'node_footnote_separated'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_separated'};
-$result_menus{'node_footnote_separated'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_separated'};
-
-$result_errors{'node_footnote_separated'} = [];
-
-
-$result_floats{'node_footnote_separated'} = {};
-
-
-$result_converted_errors{'file_html'}->{'node_footnote_separated'} = [
-  {
-    'error_line' => 'warning: must specify a title with a title command or @top
-',
-    'file_name' => 'node_footnote.texi',
-    'text' => 'must specify a title with a title command or @top',
-    'type' => 'warning'
-  }
-];
-
-
-1;
diff --git 
a/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html
 
b/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html
deleted file mode 100644
index 0bde29ba42..0000000000
--- 
a/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!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="#chapter" rel="start" title="1 chapter">
-<link href="#chapter" rel="up" title="1 chapter">
-<link href="#chapter" rel="next" title="1 chapter">
-<link href="#chapter" rel="prev" title="1 chapter">
-
-
-</head>
-
-<body lang="en">
-
-<a class="node" id="Top"></a>
-
-<a class="node" id="g_t_00e1"></a>
-<p>node &aacute;,
-Footnote 1<a class="footnote" id="DOCF1" href="#FOOT1"><sup>1</sup></a>.
-</p>
-<a class="node" id="g_t_00e2"></a>
-<p>node &acirc;,
-Footnote 2<a class="footnote" id="DOCF2" href="#FOOT2"><sup>2</sup></a>.
-</p>
-<div class="chapter-level-extent" id="chapter">
-<h2 class="chapter" id="chapter-1">1 chapter</h2>
-
-
-<a class="node" id="g_t_00e0"></a>
-<p>node &agrave;,
-Footnote 3<a class="footnote" id="DOCF3" href="#FOOT3"><sup>3</sup></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>foot 1 &aacute;</p>
-<h5 class="footnote-body-heading"><a id="FOOT2" href="#DOCF2">(2)</a></h5>
-<p>foot 2 &acirc;</p>
-<h5 class="footnote-body-heading"><a id="FOOT3" href="#DOCF3">(3)</a></h5>
-<p>foot 3 &agrave;</p>
-</div>
-</div>
-
-
-
-</body>
-</html>
diff --git a/tp/t/results/moresectioning/node_footnote_use_node.pl 
b/tp/t/results/moresectioning/node_footnote_use_node.pl
deleted file mode 100644
index 3fc774607c..0000000000
--- a/tp/t/results/moresectioning/node_footnote_use_node.pl
+++ /dev/null
@@ -1,1318 +0,0 @@
-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{'node_footnote_use_node'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'text' => '\\input texinfo @c -*-texinfo-*-
-',
-              'type' => 'text_before_beginning'
-            },
-            {
-              'text' => '
-',
-              'type' => 'text_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_beginning'
-        },
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => ' test footnotes with nodes only
-',
-                  'type' => 'misc_arg'
-                }
-              ],
-              'cmdname' => 'c',
-              'extra' => {
-                'misc_args' => [
-                  ' test footnotes with nodes only
-'
-                ]
-              }
-            },
-            {
-              'text' => '
-',
-              'type' => 'empty_line'
-            }
-          ],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '\'',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 8,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e1'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 8,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '^',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 9,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 9,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'chapter'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'chapter'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 10,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 11,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 11,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 7,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 5,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 14,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 16,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 1'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 1 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '\'',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 17,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 17,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e1'
-          }
-        ],
-        'normalized' => '_00e1'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 14,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 19,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 21,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 2'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 2 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '^',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 22,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 22,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e2'
-          }
-        ],
-        'normalized' => '_00e2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 19,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'chapter'
-          }
-        ],
-        'normalized' => 'chapter'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 24,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 28,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 28,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 29,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 27,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 25,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 31,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 33,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 3'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 3 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 34,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 34,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e0'
-          }
-        ],
-        'normalized' => '_00e0'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 31,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[3];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[3];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[2]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_use_node'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[6]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node'}{'contents'}[6]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-
-$result_texis{'node_footnote_use_node'} = '\\input texinfo @c -*-texinfo-*-
-
-@c test footnotes with nodes only
-
-@node Top
-
-@menu
-* @\'a::
-* @^a::
-* chapter::
-* @`a::
-@end menu
-
-@node @\'a
-
-node @\'a,
-Footnote 1@footnote{foot 1 @\'a}.
-
-@node @^a
-
-node @^a,
-Footnote 2@footnote{foot 2 @^a}.
-
-@node chapter
-@chapter chapter
-
-@menu
-* @`a::
-@end menu
-
-@node @`a
-
-node @`a,
-Footnote 3@footnote{foot 3 @`a}.
-
-@bye
-';
-
-
-$result_texts{'node_footnote_use_node'} = '
-
-* a\'::
-* a^::
-* chapter::
-* a`::
-
-
-node a\',
-Footnote 1.
-
-
-node a^,
-Footnote 2.
-
-1 chapter
-*********
-
-* a`::
-
-
-node a`,
-Footnote 3.
-
-';
-
-$result_sectioning{'node_footnote_use_node'} = {
-  'structure' => {
-    'section_childs' => [
-      {
-        'cmdname' => 'chapter',
-        'extra' => {
-          'associated_node' => {
-            'cmdname' => 'node',
-            'extra' => {
-              'normalized' => 'chapter'
-            },
-            'info' => {},
-            'structure' => {}
-          }
-        },
-        'info' => {},
-        'structure' => {
-          'section_level' => 1,
-          'section_number' => 1,
-          'section_up' => {}
-        }
-      }
-    ],
-    'section_level' => 0
-  }
-};
-$result_sectioning{'node_footnote_use_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'node_footnote_use_node'};
-
-$result_nodes{'node_footnote_use_node'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'menus' => [
-      {
-        'cmdname' => 'menu'
-      }
-    ],
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'node_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'node_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'chapter',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {
-                    'section_number' => 1
-                  }
-                },
-                'menus' => [
-                  {
-                    'cmdname' => 'menu'
-                  }
-                ],
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_next' => {},
-                'node_prev' => {},
-                'node_up' => {}
-              }
-            },
-            'node_prev' => {},
-            'node_up' => {}
-          }
-        },
-        'node_prev' => {},
-        'node_up' => {}
-      }
-    },
-    'node_next' => {}
-  }
-};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}
 = 
$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_use_node'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node'};
-$result_nodes{'node_footnote_use_node'}{'structure'}{'node_next'} = 
$result_nodes{'node_footnote_use_node'}{'structure'}{'menu_child'};
-
-$result_menus{'node_footnote_use_node'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'Top' => 1,
-                      'chapter' => 1
-                    }
-                  }
-                },
-                'menu_next' => {},
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'Top' => 1
-                }
-              }
-            },
-            'menu_prev' => {},
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'Top' => 1
-            }
-          }
-        },
-        'menu_up' => {},
-        'menu_up_hash' => {
-          'Top' => 1
-        }
-      }
-    }
-  }
-};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
 = 
$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = $result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node'};
-$result_menus{'node_footnote_use_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node'};
-
-$result_errors{'node_footnote_use_node'} = [];
-
-
-$result_floats{'node_footnote_use_node'} = {};
-
-
-$result_converted_errors{'file_html'}->{'node_footnote_use_node'} = [
-  {
-    'error_line' => 'warning: must specify a title with a title command or @top
-',
-    'file_name' => 'node_footnote.texi',
-    'text' => 'must specify a title with a title command or @top',
-    'type' => 'warning'
-  }
-];
-
-
-1;
diff --git a/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html 
b/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html
deleted file mode 100644
index e081b7cd66..0000000000
--- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!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>&aacute; (Untitled Document)</title>
-
-<meta name="description" content="&aacute; (Untitled Document)">
-<meta name="keywords" content="&aacute; (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="index.html" rel="start" title="Top">
-<link href="index.html" rel="up" title="Top">
-<link href="#g_t_00e2" rel="next" title="&acirc;">
-<link href="index.html" rel="prev" title="Top">
-
-
-</head>
-
-<body lang="en">
-<a class="node-id" id="g_t_00e1"></a><div class="nav-panel">
-<p>
-Next: <a href="#g_t_00e2" accesskey="n" rel="next">&acirc;</a>, Previous: <a 
href="index.html" accesskey="p" rel="prev">Top</a>, Up: <a href="index.html" 
accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<hr>
-<h4 class="node">&aacute;</h4>
-
-<p>node &aacute;,
-Footnote 1<a class="footnote" id="DOCF1" href="#FOOT1"><sup>1</sup></a>.
-</p>
-<hr>
-<a class="node-id" id="g_t_00e2"></a><div class="nav-panel">
-<p>
-Next: <a href="chapter.html" accesskey="n" rel="next">chapter</a>, Previous: 
<a href="#g_t_00e1" accesskey="p" rel="prev">&aacute;</a>, Up: <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<h4 class="node">&acirc;</h4>
-
-<p>node &acirc;,
-Footnote 2<a class="footnote" id="DOCF2" href="#FOOT2"><sup>2</sup></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>foot 1 &aacute;</p>
-<h5 class="footnote-body-heading"><a id="FOOT2" href="#DOCF2">(2)</a></h5>
-<p>foot 2 &acirc;</p>
-</div>
-<hr>
-<a class="node-id" id="g_t_00e0"></a><div class="nav-panel">
-<p>
-Previous: <a href="chapter.html" accesskey="p" rel="prev">chapter</a>, Up: <a 
href="chapter.html" accesskey="u" rel="up">chapter</a> &nbsp; </p>
-</div>
-<h4 class="node">&agrave;</h4>
-
-<p>node &agrave;,
-Footnote 3<a class="footnote" id="DOCF3" href="#FOOT3"><sup>3</sup></a>.
-</p>
-<div class="footnotes-segment">
-<hr>
-<h4 class="footnotes-heading">Footnotes</h4>
-
-<h5 class="footnote-body-heading"><a id="FOOT3" href="#DOCF3">(3)</a></h5>
-<p>foot 3 &agrave;</p>
-</div>
-
-
-
-</body>
-</html>
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html 
b/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html
deleted file mode 100644
index 4bbb87bb5e..0000000000
--- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!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>chapter (Untitled Document)</title>
-
-<meta name="description" content="chapter (Untitled Document)">
-<meta name="keywords" content="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="index.html" rel="start" title="Top">
-<link href="index.html" rel="up" title="Top">
-<link href="a.html#g_t_00e0" rel="next" title="&agrave;">
-<link href="a.html#g_t_00e2" rel="prev" title="&acirc;">
-<style type="text/css">
-<!--
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="chapter-level-extent" id="chapter">
-<div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e0" accesskey="n" rel="next">&agrave;</a>, 
Previous: <a href="a.html#g_t_00e2" accesskey="p" rel="prev">&acirc;</a>, Up: 
<a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<hr>
-<h2 class="chapter" id="chapter-1">1 chapter</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
-
-</div>
-
-
-
-</body>
-</html>
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html 
b/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html
deleted file mode 100644
index 0725c8c1f8..0000000000
--- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!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 (Untitled Document)</title>
-
-<meta name="description" content="Top (Untitled Document)">
-<meta name="keywords" content="Top (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="#Top" rel="start" title="Top">
-<link href="a.html#g_t_00e1" rel="next" title="&aacute;">
-<style type="text/css">
-<!--
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-
-<a class="node-id" id="Top"></a><div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e1" accesskey="n" rel="next">&aacute;</a> &nbsp; 
</p>
-</div>
-<hr>
-<h1 class="node">Top</h1>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr>
-<div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e1" accesskey="n" rel="next">&aacute;</a> &nbsp; 
</p>
-</div>
-
-
-
-</body>
-</html>
diff --git a/tp/t/results/moresectioning/node_footnote_use_node_separate.pl 
b/tp/t/results/moresectioning/node_footnote_use_node_separate.pl
deleted file mode 100644
index fcd65bf463..0000000000
--- a/tp/t/results/moresectioning/node_footnote_use_node_separate.pl
+++ /dev/null
@@ -1,1318 +0,0 @@
-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{'node_footnote_use_node_separate'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'text' => '\\input texinfo @c -*-texinfo-*-
-',
-              'type' => 'text_before_beginning'
-            },
-            {
-              'text' => '
-',
-              'type' => 'text_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_beginning'
-        },
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => ' test footnotes with nodes only
-',
-                  'type' => 'misc_arg'
-                }
-              ],
-              'cmdname' => 'c',
-              'extra' => {
-                'misc_args' => [
-                  ' test footnotes with nodes only
-'
-                ]
-              }
-            },
-            {
-              'text' => '
-',
-              'type' => 'empty_line'
-            }
-          ],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '\'',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 8,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e1'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 8,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '^',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 9,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 9,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'chapter'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'chapter'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 10,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 11,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 11,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 7,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 5,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 14,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '\'',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 16,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 1'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 1 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '\'',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 17,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 17,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e1'
-          }
-        ],
-        'normalized' => '_00e1'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 14,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 19,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '^',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 21,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 2'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 2 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '^',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 22,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 22,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e2'
-          }
-        ],
-        'normalized' => '_00e2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 19,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'chapter'
-          }
-        ],
-        'normalized' => 'chapter'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 24,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'args' => [
-                        {
-                          'contents' => [
-                            {
-                              'text' => 'a'
-                            }
-                          ],
-                          'type' => 'following_arg'
-                        }
-                      ],
-                      'cmdname' => '`',
-                      'source_info' => {
-                        'file_name' => 'node_footnote.texi',
-                        'line_nr' => 28,
-                        'macro' => ''
-                      }
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => '_00e0'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 28,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 29,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'node_footnote.texi',
-            'line_nr' => 27,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 25,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 31,
-                'macro' => ''
-              }
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'node '
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'a'
-                    }
-                  ],
-                  'type' => 'following_arg'
-                }
-              ],
-              'cmdname' => '`',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 33,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => ',
-'
-            },
-            {
-              'text' => 'Footnote 3'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'foot 3 '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'node_footnote.texi',
-                            'line_nr' => 34,
-                            'macro' => ''
-                          }
-                        }
-                      ],
-                      'type' => 'paragraph'
-                    }
-                  ],
-                  'type' => 'brace_command_context'
-                }
-              ],
-              'cmdname' => 'footnote',
-              'source_info' => {
-                'file_name' => 'node_footnote.texi',
-                'line_nr' => 34,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => '_00e0'
-          }
-        ],
-        'normalized' => '_00e0'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'node_footnote.texi',
-        'line_nr' => 31,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[3];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[3];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[2]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[2]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[4]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[6]{'extra'}{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-$result_trees{'node_footnote_use_node_separate'}{'contents'}[6]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'node_footnote_use_node_separate'}{'contents'}[6]{'args'}[0]{'contents'}[0];
-
-$result_texis{'node_footnote_use_node_separate'} = '\\input texinfo @c 
-*-texinfo-*-
-
-@c test footnotes with nodes only
-
-@node Top
-
-@menu
-* @\'a::
-* @^a::
-* chapter::
-* @`a::
-@end menu
-
-@node @\'a
-
-node @\'a,
-Footnote 1@footnote{foot 1 @\'a}.
-
-@node @^a
-
-node @^a,
-Footnote 2@footnote{foot 2 @^a}.
-
-@node chapter
-@chapter chapter
-
-@menu
-* @`a::
-@end menu
-
-@node @`a
-
-node @`a,
-Footnote 3@footnote{foot 3 @`a}.
-
-@bye
-';
-
-
-$result_texts{'node_footnote_use_node_separate'} = '
-
-* a\'::
-* a^::
-* chapter::
-* a`::
-
-
-node a\',
-Footnote 1.
-
-
-node a^,
-Footnote 2.
-
-1 chapter
-*********
-
-* a`::
-
-
-node a`,
-Footnote 3.
-
-';
-
-$result_sectioning{'node_footnote_use_node_separate'} = {
-  'structure' => {
-    'section_childs' => [
-      {
-        'cmdname' => 'chapter',
-        'extra' => {
-          'associated_node' => {
-            'cmdname' => 'node',
-            'extra' => {
-              'normalized' => 'chapter'
-            },
-            'info' => {},
-            'structure' => {}
-          }
-        },
-        'info' => {},
-        'structure' => {
-          'section_level' => 1,
-          'section_number' => 1,
-          'section_up' => {}
-        }
-      }
-    ],
-    'section_level' => 0
-  }
-};
-$result_sectioning{'node_footnote_use_node_separate'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'node_footnote_use_node_separate'};
-
-$result_nodes{'node_footnote_use_node_separate'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'menus' => [
-      {
-        'cmdname' => 'menu'
-      }
-    ],
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'node_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'node_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'chapter',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {
-                    'section_number' => 1
-                  }
-                },
-                'menus' => [
-                  {
-                    'cmdname' => 'menu'
-                  }
-                ],
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_next' => {},
-                'node_prev' => {},
-                'node_up' => {}
-              }
-            },
-            'node_prev' => {},
-            'node_up' => {}
-          }
-        },
-        'node_prev' => {},
-        'node_up' => {}
-      }
-    },
-    'node_next' => {}
-  }
-};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}
 = 
$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node_separate'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node_separate'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'node_footnote_use_node_separate'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'node_footnote_use_node_separate'};
-$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'node_next'} = 
$result_nodes{'node_footnote_use_node_separate'}{'structure'}{'menu_child'};
-
-$result_menus{'node_footnote_use_node_separate'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => '_00e1'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => '_00e2'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'chapter'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => '_00e0'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'Top' => 1,
-                      'chapter' => 1
-                    }
-                  }
-                },
-                'menu_next' => {},
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'Top' => 1
-                }
-              }
-            },
-            'menu_prev' => {},
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'Top' => 1
-            }
-          }
-        },
-        'menu_up' => {},
-        'menu_up_hash' => {
-          'Top' => 1
-        }
-      }
-    }
-  }
-};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
 = 
$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node_separate'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = $result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node_separate'};
-$result_menus{'node_footnote_use_node_separate'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'node_footnote_use_node_separate'};
-
-$result_errors{'node_footnote_use_node_separate'} = [];
-
-
-$result_floats{'node_footnote_use_node_separate'} = {};
-
-
-$result_converted_errors{'file_html'}->{'node_footnote_use_node_separate'} = [
-  {
-    'error_line' => 'warning: must specify a title with a title command or @top
-',
-    'file_name' => 'node_footnote.texi',
-    'text' => 'must specify a title with a title command or @top',
-    'type' => 'warning'
-  }
-];
-
-
-1;
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/a.html 
b/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/a.html
deleted file mode 100644
index 8684cc571d..0000000000
--- 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/a.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!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>&aacute; (Untitled Document)</title>
-
-<meta name="description" content="&aacute; (Untitled Document)">
-<meta name="keywords" content="&aacute; (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="index.html" rel="start" title="Top">
-<link href="index.html" rel="up" title="Top">
-<link href="#g_t_00e2" rel="next" title="&acirc;">
-<link href="index.html" rel="prev" title="Top">
-
-
-</head>
-
-<body lang="en">
-<a class="node-id" id="g_t_00e1"></a><div class="nav-panel">
-<p>
-Next: <a href="#g_t_00e2" accesskey="n" rel="next">&acirc;</a>, Previous: <a 
href="index.html" accesskey="p" rel="prev">Top</a>, Up: <a href="index.html" 
accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<hr>
-<h4 class="node">&aacute;</h4>
-
-<p>node &aacute;,
-Footnote 1<a class="footnote" id="DOCF1" 
href="node_footnote_fot.html#FOOT1"><sup>1</sup></a>.
-</p>
-<hr>
-<a class="node-id" id="g_t_00e2"></a><div class="nav-panel">
-<p>
-Next: <a href="chapter.html" accesskey="n" rel="next">chapter</a>, Previous: 
<a href="#g_t_00e1" accesskey="p" rel="prev">&aacute;</a>, Up: <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<h4 class="node">&acirc;</h4>
-
-<p>node &acirc;,
-Footnote 2<a class="footnote" id="DOCF2" 
href="node_footnote_fot.html#FOOT2"><sup>2</sup></a>.
-</p>
-<hr>
-<a class="node-id" id="g_t_00e0"></a><div class="nav-panel">
-<p>
-Previous: <a href="chapter.html" accesskey="p" rel="prev">chapter</a>, Up: <a 
href="chapter.html" accesskey="u" rel="up">chapter</a> &nbsp; </p>
-</div>
-<h4 class="node">&agrave;</h4>
-
-<p>node &agrave;,
-Footnote 3<a class="footnote" id="DOCF3" 
href="node_footnote_fot.html#FOOT3"><sup>3</sup></a>.
-</p>
-
-
-
-</body>
-</html>
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/chapter.html
 
b/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/chapter.html
deleted file mode 100644
index 4bbb87bb5e..0000000000
--- 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/chapter.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!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>chapter (Untitled Document)</title>
-
-<meta name="description" content="chapter (Untitled Document)">
-<meta name="keywords" content="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="index.html" rel="start" title="Top">
-<link href="index.html" rel="up" title="Top">
-<link href="a.html#g_t_00e0" rel="next" title="&agrave;">
-<link href="a.html#g_t_00e2" rel="prev" title="&acirc;">
-<style type="text/css">
-<!--
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="chapter-level-extent" id="chapter">
-<div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e0" accesskey="n" rel="next">&agrave;</a>, 
Previous: <a href="a.html#g_t_00e2" accesskey="p" rel="prev">&acirc;</a>, Up: 
<a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; </p>
-</div>
-<hr>
-<h2 class="chapter" id="chapter-1">1 chapter</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
-
-</div>
-
-
-
-</body>
-</html>
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/index.html
 
b/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/index.html
deleted file mode 100644
index 0725c8c1f8..0000000000
--- 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!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 (Untitled Document)</title>
-
-<meta name="description" content="Top (Untitled Document)">
-<meta name="keywords" content="Top (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="#Top" rel="start" title="Top">
-<link href="a.html#g_t_00e1" rel="next" title="&aacute;">
-<style type="text/css">
-<!--
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-
-<a class="node-id" id="Top"></a><div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e1" accesskey="n" rel="next">&aacute;</a> &nbsp; 
</p>
-</div>
-<hr>
-<h1 class="node">Top</h1>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr>
-<div class="nav-panel">
-<p>
-Next: <a href="a.html#g_t_00e1" accesskey="n" rel="next">&aacute;</a> &nbsp; 
</p>
-</div>
-
-
-
-</body>
-</html>
diff --git 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/node_footnote_fot.html
 
b/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/node_footnote_fot.html
deleted file mode 100644
index d1ab14cb73..0000000000
--- 
a/tp/t/results/moresectioning/node_footnote_use_node_separate/res_html/node_footnote_fot.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!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>Footnotes (Untitled Document)</title>
-
-<meta name="description" content="Footnotes (Untitled Document)">
-<meta name="keywords" content="Footnotes (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="index.html" rel="start" title="Top">
-
-
-</head>
-
-<body lang="en">
-<div class="element-footnotes" id="SEC_Footnotes">
-<div class="nav-panel">
-<p>
- &nbsp; </p>
-</div>
-<hr>
-<h4 class="footnotes-heading">Footnotes</h4>
-
-<h5 class="footnote-body-heading"><a id="FOOT1" 
href="a.html#DOCF1">(1)</a></h5>
-<p>foot 1 &aacute;</p>
-<h5 class="footnote-body-heading"><a id="FOOT2" 
href="a.html#DOCF2">(2)</a></h5>
-<p>foot 2 &acirc;</p>
-<h5 class="footnote-body-heading"><a id="FOOT3" 
href="a.html#DOCF3">(3)</a></h5>
-<p>foot 3 &agrave;</p>
-</div><hr>
-<div class="nav-panel">
-<p>
- &nbsp; </p>
-</div>
-
-
-
-</body>
-</html>
diff --git a/tp/t/results/moresectioning/sectioning_frames.pl 
b/tp/t/results/moresectioning/sectioning_frames.pl
deleted file mode 100644
index 62d1cca8bc..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames.pl
+++ /dev/null
@@ -1,3247 +0,0 @@
-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_frames'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'text' => '\\input texinfo @c -*-texinfo-*-
-',
-              'type' => 'text_before_beginning'
-            },
-            {
-              'text' => '
-',
-              'type' => 'text_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_beginning'
-        },
-        {
-          'contents' => [],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'First node'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => '('
-            },
-            {
-              'text' => 'dir'
-            },
-            {
-              'text' => ')'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          },
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'First-node'
-          },
-          {
-            'manual_content' => [
-              {}
-            ]
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 3,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'top',
-      'contents' => [
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'First node'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::    ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'node 1
-'
-                        },
-                        {
-                          'text' => '  explaination no heading ?
-'
-                        },
-                        {
-                          'text' => '* and here ?
-'
-                        },
-                        {
-                          'text' => 'With command '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'args' => [
-                                    {
-                                      'contents' => [
-                                        {
-                                          'text' => 'i'
-                                        }
-                                      ],
-                                      'type' => 'brace_command_arg'
-                                    }
-                                  ],
-                                  'cmdname' => 'dotless',
-                                  'source_info' => {
-                                    'file_name' => 'sectioning.texi',
-                                    'line_nr' => 9,
-                                    'macro' => ''
-                                  }
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => '^',
-                          'source_info' => {
-                            'file_name' => 'sectioning.texi',
-                            'line_nr' => 9,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => ' and
-'
-                        },
-                        {
-                          'text' => 'a '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'me'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'cite',
-                          'source_info' => {
-                            'file_name' => 'sectioning.texi',
-                            'line_nr' => 10,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '.
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'First-node'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 6,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'heading
-'
-                    }
-                  ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'between node'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        },
-                        {
-                          'text' => 'node in between
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'between-node'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 13,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'heading 
-'
-                    },
-                    {
-                      'text' => 'or not ?
-'
-                    }
-                  ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'Second node'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::   ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'node 2
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'Second-node'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 18,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'heading with spaces around
-'
-                    },
-                    {
-                      'text' => '
-',
-                      'type' => 'empty_line'
-                    }
-                  ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'Third node unnumbered'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'unnumbered in Top menu
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'Third-node-unnumbered'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 22,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'Last node no description'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'Last-node-no-description'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 23,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'description here
-'
-                    },
-                    {
-                      'text' => '
-',
-                      'type' => 'empty_line'
-                    }
-                  ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 27,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'sectioning.texi',
-            'line_nr' => 5,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 4,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'First node'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'First-node'
-          },
-          undef,
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          },
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'First-node'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 29,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'first node chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'first node chapter text
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'unnumbered'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'un
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'unnumbered'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 34,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'unnumbered2'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'un2
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'unnumbered2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 35,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'numbered'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'nu
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'numbered'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 36,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    }
-                  ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 38,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'sectioning.texi',
-            'line_nr' => 33,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 30,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'unnumbered'
-          }
-        ],
-        'normalized' => 'unnumbered'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 40,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered section'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'unnumberedsec',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'unnumbered sub'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'un
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'unnumbered-sub'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 44,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'numbered sub'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'nu
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'numbered-sub'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 45,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'unnumbered sub2'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'un2
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'unnumbered-sub2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 46,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'numbered sub2'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => ':: ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => 'nu2
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'numbered-sub2'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 47,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 48,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'sectioning.texi',
-            'line_nr' => 43,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 41,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered sub'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'unnumbered-sub'
-          }
-        ],
-        'normalized' => 'unnumbered-sub'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 50,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered subsection'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'unnumberedsubsec',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 51,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered sub'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'numbered-sub'
-          }
-        ],
-        'normalized' => 'numbered-sub'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 53,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered subsection'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'subsection',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 54,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered sub2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'unnumbered-sub2'
-          }
-        ],
-        'normalized' => 'unnumbered-sub2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 56,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered subsection2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'unnumberedsubsec',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 57,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered sub2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'numbered-sub2'
-          }
-        ],
-        'normalized' => 'numbered-sub2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 59,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered subsection2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'subsection',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 60,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'unnumbered2'
-          }
-        ],
-        'normalized' => 'unnumbered2'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 62,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered section2'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'unnumberedsec',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'info' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '*  ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'numbered sub3'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'text' => '
-'
-                        }
-                      ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'numbered-sub3'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 66,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'menu'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'text_arg' => 'menu'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'sectioning.texi',
-                'line_nr' => 67,
-                'macro' => ''
-              }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'sectioning.texi',
-            'line_nr' => 65,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 63,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered sub3'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'numbered-sub3'
-          }
-        ],
-        'normalized' => 'numbered-sub3'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 69,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered subsection3'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'subsection',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 70,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'numbered'
-          }
-        ],
-        'normalized' => 'numbered'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 73,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'numbered section'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'section',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => '  '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 74,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'between node'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'type' => 'line_arg'
-        },
-        {
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'between node, node without sectioning node
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'between-node'
-          },
-          undef,
-          undef,
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'between-node'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 76,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Second node'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Third node unnumbered'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Second node text
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Second-node'
-          },
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Third-node-unnumbered'
-          },
-          undef,
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Second-node'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 80,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'second node chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'second node chapter text.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 84,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Third node unnumbered'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Third-node-unnumbered'
-          }
-        ],
-        'normalized' => 'Third-node-unnumbered'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 88,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered chapter'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'unnumbered',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'unnumbered chapter text.
-'
-            }
-          ],
-          'type' => 'paragraph'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {},
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 89,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Last node no description'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Third node unnumbered'
-            }
-          ],
-          'type' => 'line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'text' => '
-',
-              'type' => 'misc_arg'
-            }
-          ],
-          'cmdname' => 'contents',
-          'source_info' => {
-            'file_name' => 'sectioning.texi',
-            'line_nr' => 96,
-            'macro' => ''
-          }
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Last-node-no-description'
-          },
-          undef,
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Third-node-unnumbered'
-          },
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Last-node-no-description'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'sectioning.texi',
-        'line_nr' => 94,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    },
-    {
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'text_after_end'
-        }
-      ],
-      'type' => 'postamble_after_end'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'sectioning_frames'}{'contents'}[1]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[1]{'extra'}{'nodes_manuals'}[1]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[1]{'extra'}{'nodes_manuals'}[2]{'manual_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[1]{'args'}[2]{'contents'}[1];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[2]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[4]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[4]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[4]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[4]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[6]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[6]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[6]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[6]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[7]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[7]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[7]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[2]{'contents'}[0]{'contents'}[7]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[3]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[3]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[3]{'extra'}{'nodes_manuals'}[2]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[3]{'args'}[2]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[3]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[3]{'args'}[3]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[0]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[1]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[2]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[4]{'contents'}[2]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[5]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[5]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[5]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[5]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[1]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[2]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[3]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[6]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[7]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[7]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[7]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[7]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[9]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[9]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[9]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[9]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[11]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[11]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[11]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[11]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[13]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[13]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[13]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[13]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[15]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[15]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[15]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[15]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[16]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'sectioning_frames'}{'contents'}[16]{'contents'}[1]{'contents'}[0]{'args'}[3];
-$result_trees{'sectioning_frames'}{'contents'}[16]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'sectioning_frames'}{'contents'}[16]{'contents'}[1]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[17]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[17]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[17]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[17]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[19]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[19]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[19]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[19]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[21]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[21]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[21]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[21]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[21]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[21]{'args'}[3]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[22]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[22]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[22]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[22]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[22]{'extra'}{'nodes_manuals'}[1]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[22]{'args'}[1]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[22]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[22]{'args'}[3]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[24]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[24]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[24]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[24]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[26]{'extra'}{'node_content'}[0] 
= $result_trees{'sectioning_frames'}{'contents'}[26]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[26]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[26]{'args'}[0]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[26]{'extra'}{'nodes_manuals'}[2]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[26]{'args'}[2]{'contents'}[0];
-$result_trees{'sectioning_frames'}{'contents'}[26]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = $result_trees{'sectioning_frames'}{'contents'}[26]{'args'}[3]{'contents'}[0];
-
-$result_texis{'sectioning_frames'} = '\\input texinfo @c -*-texinfo-*-
-
-@node Top,First node,(dir)
-@top
-@menu
-* First node::    node 1
-  explaination no heading ?
-* and here ?
-With command @^{@dotless{i}} and
-a @cite{me}.
-
-heading
-* between node:: 
-node in between
-
-heading 
-or not ?
-* Second node::   node 2
-
-heading with spaces around
-
-* Third node unnumbered:: unnumbered in Top menu
-* Last node no description::
-
-description here
-
-@end menu
-
-@node First node,,Top,Top
-@chapter first node chapter
-
-first node chapter text
-@menu
-* unnumbered:: un
-* unnumbered2:: un2
-* numbered:: nu
-
-@end menu
-
-@node unnumbered
-@unnumberedsec unnumbered section
-
-@menu
-* unnumbered sub:: un
-* numbered sub:: nu
-* unnumbered sub2:: un2
-* numbered sub2:: nu2
-@end menu
-
-@node unnumbered sub
-@unnumberedsubsec unnumbered subsection
-
-@node numbered sub
-@subsection numbered subsection
-
-@node unnumbered sub2
-@unnumberedsubsec unnumbered subsection2
-
-@node numbered sub2
-@subsection numbered subsection2
-
-@node unnumbered2
-@unnumberedsec unnumbered section2
-
-@menu
-*  numbered sub3::
-@end menu
-
-@node numbered sub3
-@subsection numbered subsection3
-
-
-@node numbered
-@section  numbered section
-
-@node between node,,,Top
-
-between node, node without sectioning node
-
-@node Second node,Third node unnumbered,,Top
-
-Second node text
-
-@chapter second node chapter
-
-second node chapter text.
-
-@node Third node unnumbered
-@unnumbered unnumbered chapter
-
-unnumbered chapter text.
-
-
-@node Last node no description,,Third node unnumbered,Top
-
-@contents
-@bye
-
-';
-
-
-$result_texts{'sectioning_frames'} = '* First node::    node 1
-  explaination no heading ?
-* and here ?
-With command i^ and
-a me.
-
-heading
-* between node:: 
-node in between
-
-heading 
-or not ?
-* Second node::   node 2
-
-heading with spaces around
-
-* Third node unnumbered:: unnumbered in Top menu
-* Last node no description::
-
-description here
-
-
-1 first node chapter
-********************
-
-first node chapter text
-* unnumbered:: un
-* unnumbered2:: un2
-* numbered:: nu
-
-
-unnumbered section
-==================
-
-* unnumbered sub:: un
-* numbered sub:: nu
-* unnumbered sub2:: un2
-* numbered sub2:: nu2
-
-unnumbered subsection
----------------------
-
-numbered subsection
--------------------
-
-unnumbered subsection2
-----------------------
-
-numbered subsection2
---------------------
-
-unnumbered section2
-===================
-
-*  numbered sub3::
-
-numbered subsection3
---------------------
-
-
-1.1 numbered section
-====================
-
-
-between node, node without sectioning node
-
-
-Second node text
-
-2 second node chapter
-*********************
-
-second node chapter text.
-
-unnumbered chapter
-******************
-
-unnumbered chapter text.
-
-
-
-';
-
-$result_sectioning{'sectioning_frames'} = {
-  'structure' => {
-    'section_childs' => [
-      {
-        'cmdname' => 'top',
-        'extra' => {
-          'associated_node' => {
-            'cmdname' => 'node',
-            'extra' => {
-              'normalized' => 'Top'
-            },
-            'info' => {},
-            'structure' => {}
-          }
-        },
-        'structure' => {
-          'section_childs' => [
-            {
-              'cmdname' => 'chapter',
-              'extra' => {
-                'associated_node' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'First-node'
-                  },
-                  'info' => {},
-                  'structure' => {}
-                }
-              },
-              'info' => {},
-              'structure' => {
-                'section_childs' => [
-                  {
-                    'cmdname' => 'unnumberedsec',
-                    'extra' => {
-                      'associated_node' => {
-                        'cmdname' => 'node',
-                        'extra' => {
-                          'normalized' => 'unnumbered'
-                        },
-                        'info' => {},
-                        'structure' => {}
-                      }
-                    },
-                    'info' => {},
-                    'structure' => {
-                      'section_childs' => [
-                        {
-                          'cmdname' => 'unnumberedsubsec',
-                          'extra' => {
-                            'associated_node' => {
-                              'cmdname' => 'node',
-                              'extra' => {
-                                'normalized' => 'unnumbered-sub'
-                              },
-                              'info' => {},
-                              'structure' => {}
-                            }
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'section_level' => 3,
-                            'section_up' => {}
-                          }
-                        },
-                        {
-                          'cmdname' => 'subsection',
-                          'extra' => {
-                            'associated_node' => {
-                              'cmdname' => 'node',
-                              'extra' => {
-                                'normalized' => 'numbered-sub'
-                              },
-                              'info' => {},
-                              'structure' => {}
-                            }
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'section_level' => 3,
-                            'section_prev' => {},
-                            'section_up' => {}
-                          }
-                        },
-                        {
-                          'cmdname' => 'unnumberedsubsec',
-                          'extra' => {
-                            'associated_node' => {
-                              'cmdname' => 'node',
-                              'extra' => {
-                                'normalized' => 'unnumbered-sub2'
-                              },
-                              'info' => {},
-                              'structure' => {}
-                            }
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'section_level' => 3,
-                            'section_prev' => {},
-                            'section_up' => {}
-                          }
-                        },
-                        {
-                          'cmdname' => 'subsection',
-                          'extra' => {
-                            'associated_node' => {
-                              'cmdname' => 'node',
-                              'extra' => {
-                                'normalized' => 'numbered-sub2'
-                              },
-                              'info' => {},
-                              'structure' => {}
-                            }
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'section_level' => 3,
-                            'section_prev' => {},
-                            'section_up' => {}
-                          }
-                        }
-                      ],
-                      'section_level' => 2,
-                      'section_up' => {}
-                    }
-                  },
-                  {
-                    'cmdname' => 'unnumberedsec',
-                    'extra' => {
-                      'associated_node' => {
-                        'cmdname' => 'node',
-                        'extra' => {
-                          'normalized' => 'unnumbered2'
-                        },
-                        'info' => {},
-                        'structure' => {}
-                      }
-                    },
-                    'info' => {},
-                    'structure' => {
-                      'section_childs' => [
-                        {
-                          'cmdname' => 'subsection',
-                          'extra' => {
-                            'associated_node' => {
-                              'cmdname' => 'node',
-                              'extra' => {
-                                'normalized' => 'numbered-sub3'
-                              },
-                              'info' => {},
-                              'structure' => {}
-                            }
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'section_level' => 3,
-                            'section_up' => {}
-                          }
-                        }
-                      ],
-                      'section_level' => 2,
-                      'section_prev' => {},
-                      'section_up' => {}
-                    }
-                  },
-                  {
-                    'cmdname' => 'section',
-                    'extra' => {
-                      'associated_node' => {
-                        'cmdname' => 'node',
-                        'extra' => {
-                          'normalized' => 'numbered'
-                        },
-                        'info' => {},
-                        'structure' => {}
-                      }
-                    },
-                    'info' => {},
-                    'structure' => {
-                      'section_level' => 2,
-                      'section_number' => '1.1',
-                      'section_prev' => {},
-                      'section_up' => {}
-                    }
-                  }
-                ],
-                'section_level' => 1,
-                'section_number' => 1,
-                'section_up' => {},
-                'toplevel_prev' => {},
-                'toplevel_up' => {}
-              }
-            },
-            {
-              'cmdname' => 'chapter',
-              'extra' => {
-                'associated_node' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'Second-node'
-                  },
-                  'info' => {},
-                  'structure' => {}
-                }
-              },
-              'info' => {},
-              'structure' => {
-                'section_level' => 1,
-                'section_number' => 2,
-                'section_prev' => {},
-                'section_up' => {},
-                'toplevel_prev' => {},
-                'toplevel_up' => {}
-              }
-            },
-            {
-              'cmdname' => 'unnumbered',
-              'extra' => {
-                'associated_node' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'Third-node-unnumbered'
-                  },
-                  'info' => {},
-                  'structure' => {}
-                }
-              },
-              'info' => {},
-              'structure' => {
-                'section_level' => 1,
-                'section_prev' => {},
-                'section_up' => {},
-                'toplevel_prev' => {},
-                'toplevel_up' => {}
-              }
-            }
-          ],
-          'section_level' => 0,
-          'section_up' => {}
-        }
-      }
-    ],
-    'section_level' => -1
-  }
-};
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_up'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'section_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]{'structure'}{'toplevel_up'}
 = $result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_frames'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'sectioning_frames'};
-
-$result_nodes{'sectioning_frames'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'associated_section' => {
-      'cmdname' => 'top',
-      'extra' => {},
-      'structure' => {}
-    },
-    'menus' => [
-      {
-        'cmdname' => 'menu'
-      }
-    ],
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'associated_section' => {
-          'cmdname' => 'chapter',
-          'extra' => {},
-          'info' => {},
-          'structure' => {
-            'section_number' => 1
-          }
-        },
-        'menus' => [
-          {
-            'cmdname' => 'menu'
-          }
-        ],
-        'normalized' => 'First-node'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_child' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'associated_section' => {
-              'cmdname' => 'unnumberedsec',
-              'extra' => {},
-              'info' => {},
-              'structure' => {}
-            },
-            'menus' => [
-              {
-                'cmdname' => 'menu'
-              }
-            ],
-            'normalized' => 'unnumbered'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_child' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'unnumberedsubsec',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {}
-                },
-                'normalized' => 'unnumbered-sub'
-              },
-              'info' => {},
-              'structure' => {
-                'node_next' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'associated_section' => {
-                      'cmdname' => 'subsection',
-                      'extra' => {},
-                      'info' => {},
-                      'structure' => {}
-                    },
-                    'normalized' => 'numbered-sub'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_next' => {
-                      'cmdname' => 'node',
-                      'extra' => {
-                        'associated_section' => {
-                          'cmdname' => 'unnumberedsubsec',
-                          'extra' => {},
-                          'info' => {},
-                          'structure' => {}
-                        },
-                        'normalized' => 'unnumbered-sub2'
-                      },
-                      'info' => {},
-                      'structure' => {
-                        'node_next' => {
-                          'cmdname' => 'node',
-                          'extra' => {
-                            'associated_section' => {
-                              'cmdname' => 'subsection',
-                              'extra' => {},
-                              'info' => {},
-                              'structure' => {}
-                            },
-                            'normalized' => 'numbered-sub2'
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'node_prev' => {},
-                            'node_up' => {}
-                          }
-                        },
-                        'node_prev' => {},
-                        'node_up' => {}
-                      }
-                    },
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_up' => {}
-              }
-            },
-            'node_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'associated_section' => {
-                  'cmdname' => 'unnumberedsec',
-                  'extra' => {},
-                  'info' => {},
-                  'structure' => {}
-                },
-                'menus' => [
-                  {
-                    'cmdname' => 'menu'
-                  }
-                ],
-                'normalized' => 'unnumbered2'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'associated_section' => {
-                      'cmdname' => 'subsection',
-                      'extra' => {},
-                      'info' => {},
-                      'structure' => {}
-                    },
-                    'normalized' => 'numbered-sub3'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_up' => {}
-                  }
-                },
-                'node_next' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'associated_section' => {
-                      'cmdname' => 'section',
-                      'extra' => {},
-                      'info' => {},
-                      'structure' => {
-                        'section_number' => '1.1'
-                      }
-                    },
-                    'normalized' => 'numbered'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'node_prev' => {},
-                    'node_up' => {}
-                  }
-                },
-                'node_prev' => {},
-                'node_up' => {}
-              }
-            },
-            'node_up' => {}
-          }
-        },
-        'node_prev' => {},
-        'node_up' => {}
-      }
-    },
-    'node_next' => {},
-    'node_prev' => {
-      'extra' => {
-        'manual_content' => [
-          {
-            'text' => 'dir'
-          }
-        ]
-      }
-    }
-  }
-};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'sectioning_frames'};
-$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'sectioning_frames'};
-$result_nodes{'sectioning_frames'}{'structure'}{'node_next'} = 
$result_nodes{'sectioning_frames'}{'structure'}{'menu_child'};
-
-$result_menus{'sectioning_frames'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {},
-  'structure' => {
-    'menu_child' => {
-      'cmdname' => 'node',
-      'extra' => {
-        'normalized' => 'First-node'
-      },
-      'info' => {},
-      'structure' => {
-        'menu_child' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => 'unnumbered'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_child' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'unnumbered-sub'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_next' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'numbered-sub'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_next' => {
-                      'cmdname' => 'node',
-                      'extra' => {
-                        'normalized' => 'unnumbered-sub2'
-                      },
-                      'info' => {},
-                      'structure' => {
-                        'menu_next' => {
-                          'cmdname' => 'node',
-                          'extra' => {
-                            'normalized' => 'numbered-sub2'
-                          },
-                          'info' => {},
-                          'structure' => {
-                            'menu_prev' => {},
-                            'menu_up' => {},
-                            'menu_up_hash' => {
-                              'unnumbered' => 1
-                            }
-                          }
-                        },
-                        'menu_prev' => {},
-                        'menu_up' => {},
-                        'menu_up_hash' => {
-                          'unnumbered' => 1
-                        }
-                      }
-                    },
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'unnumbered' => 1
-                    }
-                  }
-                },
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'unnumbered' => 1
-                }
-              }
-            },
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'unnumbered2'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_child' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'numbered-sub3'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'unnumbered2' => 1
-                    }
-                  }
-                },
-                'menu_next' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'numbered'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'First-node' => 1
-                    }
-                  }
-                },
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'First-node' => 1
-                }
-              }
-            },
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'First-node' => 1
-            }
-          }
-        },
-        'menu_next' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => 'between-node'
-          },
-          'info' => {},
-          'structure' => {
-            'menu_next' => {
-              'cmdname' => 'node',
-              'extra' => {
-                'normalized' => 'Second-node'
-              },
-              'info' => {},
-              'structure' => {
-                'menu_next' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'Third-node-unnumbered'
-                  },
-                  'info' => {},
-                  'structure' => {
-                    'menu_next' => {
-                      'cmdname' => 'node',
-                      'extra' => {
-                        'normalized' => 'Last-node-no-description'
-                      },
-                      'info' => {},
-                      'structure' => {
-                        'menu_prev' => {},
-                        'menu_up' => {},
-                        'menu_up_hash' => {
-                          'Top' => 1
-                        }
-                      }
-                    },
-                    'menu_prev' => {},
-                    'menu_up' => {},
-                    'menu_up_hash' => {
-                      'Top' => 1
-                    }
-                  }
-                },
-                'menu_prev' => {},
-                'menu_up' => {},
-                'menu_up_hash' => {
-                  'Top' => 1
-                }
-              }
-            },
-            'menu_prev' => {},
-            'menu_up' => {},
-            'menu_up_hash' => {
-              'Top' => 1
-            }
-          }
-        },
-        'menu_up' => {},
-        'menu_up_hash' => {
-          'Top' => 1
-        }
-      }
-    }
-  }
-};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = 
$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
 = $result_menus{'sectioning_frames'}{'structure'}{'menu_child'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'};
-$result_menus{'sectioning_frames'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'sectioning_frames'};
-
-$result_errors{'sectioning_frames'} = [
-  {
-    'error_line' => 'warning: node `Last node no description\' is next for 
`Third node unnumbered\' in menu but not in sectioning
-',
-    'file_name' => 'sectioning.texi',
-    'line_nr' => 88,
-    'macro' => '',
-    'text' => 'node `Last node no description\' is next for `Third node 
unnumbered\' in menu but not in sectioning',
-    'type' => 'warning'
-  }
-];
-
-
-$result_floats{'sectioning_frames'} = {};
-
-
-$result_converted_errors{'file_html'}->{'sectioning_frames'} = [
-  {
-    'error_line' => 'warning: must specify a title with a title command or @top
-',
-    'file_name' => 'sectioning.texi',
-    'text' => 'must specify a title with a title command or @top',
-    'type' => 'warning'
-  }
-];
-
-
-1;
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html
deleted file mode 100644
index 57b114bbcf..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html
+++ /dev/null
@@ -1,259 +0,0 @@
-<!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 first node chapter (Untitled Document)</title>
-
-<meta name="description" content="1 first node chapter (Untitled Document)">
-<meta name="keywords" content="1 first node chapter (Untitled Document)">
-<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">
-<!--
-pre.menu-comment-preformatted {font-family: serif}
-span.program-in-footer {font-size: smaller}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
-th.menu-comment {text-align:left}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="chapter-level-extent" id="First-node">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="index.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[<a href="#unnumbered" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter" id="first-node-chapter">1 first node chapter</h1>
-
-<p>first node chapter text
-</p><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#unnumbered">unnumbered 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered2">unnumbered 
section2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un2
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered">1.1 numbered 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu
-</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
-
-</pre></th></tr></table>
-
-<hr>
-<div class="unnumberedsec-level-extent" id="unnumbered">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#First-node" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#First-node" title="Up section"> Up </a>]</td>
-<td>[<a href="#unnumbered-sub" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="unnumberedsec" id="unnumbered-section">unnumbered section</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub">unnumbered 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub">numbered 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2">unnumbered 
subsection2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un2
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub2">numbered 
subsection2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu2
-</td></tr>
-</table>
-
-<hr>
-<div class="unnumberedsubsec-level-extent" id="unnumbered-sub">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#unnumbered" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#unnumbered" title="Up section"> Up </a>]</td>
-<td>[<a href="#numbered-sub" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="unnumberedsubsec" id="unnumbered-subsection">unnumbered 
subsection</h3>
-
-<hr>
-</div>
-<div class="subsection-level-extent" id="numbered-sub">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#unnumbered-sub" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#unnumbered" title="Up section"> Up </a>]</td>
-<td>[<a href="#unnumbered-sub2" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection" id="numbered-subsection">numbered subsection</h3>
-
-<hr>
-</div>
-<div class="unnumberedsubsec-level-extent" id="unnumbered-sub2">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#numbered-sub" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#unnumbered" title="Up section"> Up </a>]</td>
-<td>[<a href="#numbered-sub2" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="unnumberedsubsec" id="unnumbered-subsection2">unnumbered 
subsection2</h3>
-
-<hr>
-</div>
-<div class="subsection-level-extent" id="numbered-sub2">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#unnumbered-sub2" title="Previous section in reading order"> 
&lt; </a>]</td>
-<td>[<a href="#unnumbered" title="Up section"> Up </a>]</td>
-<td>[<a href="#unnumbered2" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection" id="numbered-subsection2">numbered subsection2</h3>
-
-<hr>
-</div>
-</div>
-<div class="unnumberedsec-level-extent" id="unnumbered2">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#numbered-sub2" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#First-node" title="Up section"> Up </a>]</td>
-<td>[<a href="#numbered-sub3" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="unnumberedsec" id="unnumbered-section2">unnumbered section2</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#numbered-sub3">numbered 
subsection3</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr>
-<div class="subsection-level-extent" id="numbered-sub3">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#unnumbered2" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#unnumbered2" title="Up section"> Up </a>]</td>
-<td>[<a href="#numbered" title="Next section in reading order"> &gt; </a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection" id="numbered-subsection3">numbered subsection3</h3>
-
-
-<hr>
-</div>
-</div>
-<div class="section-level-extent" id="numbered">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#numbered-sub3" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#First-node" title="Up section"> Up </a>]</td>
-<td>[<a href="Second-node.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section" id="numbered-section">1.1 numbered section</h2>
-
-<a class="node" id="between-node"></a>
-<p>between node, node without sectioning node
-</p>
-</div>
-</div>
-<hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#First-node" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Second-node.html" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/Last-node-no-description.html
 
b/tp/t/results/moresectioning/sectioning_frames/res_html/Last-node-no-description.html
deleted file mode 100644
index 4b7b4e18ef..0000000000
--- 
a/tp/t/results/moresectioning/sectioning_frames/res_html/Last-node-no-description.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>Last node no description (Untitled Document)</title>
-
-<meta name="description" content="Last node no description (Untitled 
Document)">
-<meta name="keywords" content="Last node no description (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; 
url=Third-node-unnumbered.html#Last-node-no-description">
-<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="Third-node-unnumbered.html#Last-node-no-description">Last node no 
description</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html
deleted file mode 100644
index 44b9154bfd..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<!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 second node chapter (Untitled Document)</title>
-
-<meta name="description" content="2 second node chapter (Untitled Document)">
-<meta name="keywords" content="2 second node chapter (Untitled Document)">
-<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}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="chapter-level-extent" id="Second-node">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="First-node.html#First-node" title="Beginning of this chapter 
or previous chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="First-node.html#numbered" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[<a href="Third-node-unnumbered.html" title="Next section in reading 
order"> &gt; </a>]</td>
-<td>[<a href="Third-node-unnumbered.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-
-<p>Second node text
-</p>
-<h1 class="chapter" id="second-node-chapter">2 second node chapter</h1>
-
-<p>second node chapter text.
-</p>
-</div>
-<hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="First-node.html#First-node" title="Beginning of this chapter 
or previous chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Third-node-unnumbered.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/Third-node-unnumbered.html
 
b/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html
deleted file mode 100644
index c6b8c708e6..0000000000
--- 
a/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!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 chapter (Untitled Document)</title>
-
-<meta name="description" content="unnumbered chapter (Untitled Document)">
-<meta name="keywords" content="unnumbered chapter (Untitled Document)">
-<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}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="unnumbered-level-extent" id="Third-node-unnumbered">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Second-node.html" title="Beginning of this chapter or 
previous chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Second-node.html" title="Previous section in reading order"> 
&lt; </a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[ &gt; ]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="unnumbered" id="unnumbered-chapter">unnumbered chapter</h1>
-
-<p>unnumbered chapter text.
-</p>
-
-<a class="node" id="Last-node-no-description"></a>
-</div>
-<hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Second-node.html" title="Beginning of this chapter or 
previous chapter"> &lt;&lt; </a>]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/between-node.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/between-node.html
deleted file mode 100644
index 97d2c56080..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/between-node.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>between node (Untitled Document)</title>
-
-<meta name="description" content="between node (Untitled Document)">
-<meta name="keywords" content="between node (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#between-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="First-node.html#between-node">between node</a>.</p>
-</body>
diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/index.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/index.html
deleted file mode 100644
index 96f63a3876..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/index.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!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">
-
-<style type="text/css">
-<!--
-pre.menu-comment-preformatted {font-family: serif}
-span.program-in-footer {font-size: smaller}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
-th.menu-comment {text-align:left}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="top-level-extent" id="Top">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="First-node.html#First-node" title="Next section in reading 
order"> &gt; </a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<a class="top" id="SEC_Top"></a><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="First-node.html#First-node">1 
first node chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 1
-  explaination no heading ?
-* and here ?
-With command &icirc; and
-a <cite class="cite">me</cite>.
-</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
-
-heading
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="First-node.html#between-node">between 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-node in between
-</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
-
-heading 
-or not ?
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Second-node.html">2 second node chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 2
-</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
-
-heading with spaces around
-
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Third-node-unnumbered.html">unnumbered 
chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">unnumbered in Top menu
-</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="Third-node-unnumbered.html#Last-node-no-description">Last node no 
description</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
-
-description here
-
-</pre></th></tr></table>
-
-</div>
-<hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="First-node.html#First-node" title="Next section in reading 
order"> &gt; </a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/numbered-sub.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub.html
deleted file mode 100644
index 5ec962ea3d..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>numbered sub (Untitled Document)</title>
-
-<meta name="description" content="numbered sub (Untitled Document)">
-<meta name="keywords" content="numbered sub (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#numbered-sub">
-<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="First-node.html#numbered-sub">numbered sub</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub2.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub2.html
deleted file mode 100644
index 827ef62d83..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>numbered sub2 (Untitled Document)</title>
-
-<meta name="description" content="numbered sub2 (Untitled Document)">
-<meta name="keywords" content="numbered sub2 (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#numbered-sub2">
-<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="First-node.html#numbered-sub2">numbered sub2</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub3.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub3.html
deleted file mode 100644
index b57637b743..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered-sub3.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>numbered sub3 (Untitled Document)</title>
-
-<meta name="description" content="numbered sub3 (Untitled Document)">
-<meta name="keywords" content="numbered sub3 (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#numbered-sub3">
-<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="First-node.html#numbered-sub3">numbered sub3</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/numbered.html
deleted file mode 100644
index dcb3b9b69a..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/numbered.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>numbered (Untitled Document)</title>
-
-<meta name="description" content="numbered (Untitled Document)">
-<meta name="keywords" content="numbered (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#numbered">
-<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="First-node.html#numbered">numbered</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html
deleted file mode 100644
index dac7332239..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html
+++ /dev/null
@@ -1,147 +0,0 @@
-<!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 (Untitled Document)</title>
-
-<meta name="description" content="About This Document (Untitled Document)">
-<meta name="keywords" content="About This Document (Untitled Document)">
-<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>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</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"> [ &lt;&lt; ] </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"> [ &lt; ] </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"> [ &gt; ] </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"> [ &gt;&gt; ] </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> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Contents] </td>
-    <td class="name-direction-about">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Index] </td>
-    <td class="name-direction-about">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ ? ] </td>
-    <td class="name-direction-about">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </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 &nbsp; &nbsp;
-            <strong>&lt;== 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>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</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_frames/res_html/sectioning_frame.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_frame.html
deleted file mode 100644
index 4609546c2a..0000000000
--- 
a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_frame.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head><title>Untitled Document</title></head>
-<frameset cols="140,*">
-  <frame name="toc" src="sectioning_toc_frame.html">
-  <frame name="main" src="index.html">
-</frameset>
-</html>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html
deleted file mode 100644
index e7c3cb6e8a..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!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>Short Table of Contents (Untitled Document)</title>
-
-<meta name="description" content="Short Table of Contents (Untitled Document)">
-<meta name="keywords" content="Short Table of Contents (Untitled Document)">
-<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}
-ul.toc-numbered-mark {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-shortcontents" id="SEC_Shortcontents">
-<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>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="shortcontents-heading">Short Table of Contents</h1>
-
-<div class="shortcontents">
-<ul class="toc-numbered-mark">
-<li><a id="stoc-first-node-chapter" href="First-node.html#First-node">1 first 
node chapter</a></li>
-<li><a id="stoc-second-node-chapter" href="Second-node.html">2 second node 
chapter</a></li>
-<li><a id="stoc-unnumbered-chapter" 
href="Third-node-unnumbered.html">unnumbered chapter</a></li>
-</ul>
-</div>
-</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>[<a href="sectioning_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/sectioning_toc.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html
deleted file mode 100644
index bf0baf6f05..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!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>Table of Contents (Untitled Document)</title>
-
-<meta name="description" content="Table of Contents (Untitled Document)">
-<meta name="keywords" content="Table of Contents (Untitled Document)">
-<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}
-ul.toc-numbered-mark {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-contents" id="SEC_Contents">
-<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>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="contents-heading">Table of Contents</h1>
-
-<div class="contents">
-
-<ul class="toc-numbered-mark">
-  <li><a id="toc-first-node-chapter" href="First-node.html#First-node">1 first 
node chapter</a>
-  <ul class="toc-numbered-mark">
-    <li><a id="toc-unnumbered-section" 
href="First-node.html#unnumbered">unnumbered section</a>
-    <ul class="toc-numbered-mark">
-      <li><a id="toc-unnumbered-subsection" 
href="First-node.html#unnumbered-sub">unnumbered subsection</a></li>
-      <li><a id="toc-numbered-subsection" 
href="First-node.html#numbered-sub">numbered subsection</a></li>
-      <li><a id="toc-unnumbered-subsection2" 
href="First-node.html#unnumbered-sub2">unnumbered subsection2</a></li>
-      <li><a id="toc-numbered-subsection2" 
href="First-node.html#numbered-sub2">numbered subsection2</a></li>
-    </ul></li>
-    <li><a id="toc-unnumbered-section2" 
href="First-node.html#unnumbered2">unnumbered section2</a>
-    <ul class="toc-numbered-mark">
-      <li><a id="toc-numbered-subsection3" 
href="First-node.html#numbered-sub3">numbered subsection3</a></li>
-    </ul></li>
-    <li><a id="toc-numbered-section" href="First-node.html#numbered">1.1 
numbered section</a></li>
-  </ul></li>
-  <li><a id="toc-second-node-chapter" href="Second-node.html">2 second node 
chapter</a></li>
-  <li><a id="toc-unnumbered-chapter" 
href="Third-node-unnumbered.html">unnumbered chapter</a></li>
-</ul>
-</div>
-</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>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[Index]</td>
-<td>[<a href="sectioning_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_frames/res_html/sectioning_toc_frame.html
 
b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc_frame.html
deleted file mode 100644
index be29216d81..0000000000
--- 
a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc_frame.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!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">
-
-<style type="text/css">
-<!--
-ul.toc-numbered-mark {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<h2>Content</h2>
-<div class="shortcontents">
-<ul class="toc-numbered-mark">
-<li><a id="stoc-first-node-chapter" target="main" 
href="First-node.html#First-node">1 first node chapter</a></li>
-<li><a id="stoc-second-node-chapter" target="main" href="Second-node.html">2 
second node chapter</a></li>
-<li><a id="stoc-unnumbered-chapter" target="main" 
href="Third-node-unnumbered.html">unnumbered chapter</a></li>
-</ul>
-</div>
-</body></html>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub.html
deleted file mode 100644
index b00e1538b0..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>unnumbered sub (Untitled Document)</title>
-
-<meta name="description" content="unnumbered sub (Untitled Document)">
-<meta name="keywords" content="unnumbered sub (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#unnumbered-sub">
-<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="First-node.html#unnumbered-sub">unnumbered sub</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub2.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub2.html
deleted file mode 100644
index 327e8b331c..0000000000
--- 
a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered-sub2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>unnumbered sub2 (Untitled Document)</title>
-
-<meta name="description" content="unnumbered sub2 (Untitled Document)">
-<meta name="keywords" content="unnumbered sub2 (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#unnumbered-sub2">
-<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="First-node.html#unnumbered-sub2">unnumbered sub2</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered.html
deleted file mode 100644
index f539df48b7..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>unnumbered (Untitled Document)</title>
-
-<meta name="description" content="unnumbered (Untitled Document)">
-<meta name="keywords" content="unnumbered (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#unnumbered">
-<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="First-node.html#unnumbered">unnumbered</a>.</p>
-</body>
diff --git 
a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered2.html 
b/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered2.html
deleted file mode 100644
index 17718e1c8a..0000000000
--- a/tp/t/results/moresectioning/sectioning_frames/res_html/unnumbered2.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>unnumbered2 (Untitled Document)</title>
-
-<meta name="description" content="unnumbered2 (Untitled Document)">
-<meta name="keywords" content="unnumbered2 (Untitled Document)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-
-<meta http-equiv="Refresh" content="0; url=First-node.html#unnumbered2">
-<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="First-node.html#unnumbered2">unnumbered2</a>.</p>
-</body>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]