texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/t 03coverage_braces.t 30sectioning.t...


From: Patrice Dumas
Subject: texinfo/tp/t 03coverage_braces.t 30sectioning.t...
Date: Sun, 08 Jan 2012 22:51:09 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/08 22:51:09

Modified files:
        tp/t           : 03coverage_braces.t 30sectioning.t 
Added files:
        tp/t/results/coverage_braces: two_footnotes_in_nodes.pl 
                                      two_footnotes_in_nodes_separate.pl 
        tp/t/results/sectioning: more_sections_than_nodes.pl 
Removed files:
        tp/t/results/sectioning: more_nodes_than_sections.pl 

Log message:
        Test for more sections than nodes and 2 footnotes in nodes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/03coverage_braces.t?cvsroot=texinfo&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/30sectioning.t?cvsroot=texinfo&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage_braces/two_footnotes_in_nodes.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/more_sections_than_nodes.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/more_nodes_than_sections.pl?cvsroot=texinfo&r1=1.1&r2=0

Patches:
Index: 03coverage_braces.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/03coverage_braces.t,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- 03coverage_braces.t 5 Jan 2012 23:50:28 -0000       1.45
+++ 03coverage_braces.t 8 Jan 2012 22:51:05 -0000       1.46
@@ -2,6 +2,35 @@
 
 require 't/test_utils.pl';
 
+my $two_footnotes_in_nodes_text = 
+'@node Top
address@hidden 2 footnotes in 2 nodes
+
address@hidden Top/1
+
+para2}
+
address@hidden Top/2
+
+para2}
+
address@hidden
+* chapter::
address@hidden menu
+
address@hidden chapter
address@hidden chapter
+
address@hidden chapter/1
+
+para2}
+
address@hidden chapter/2
+
+para2}
+
+';
+
 my @test_cases = (
 ['simple', '@b{in  b}.'],
 ['empty_second_email_argument', '@email{ a@@b.c, }'],
@@ -158,7 +187,6 @@
 @listoffloats Image
 
 ', {'test_formats' => ['html']} ],
-# {'test_formats' => ['info']}],
 ['format_on_first_footnote_line',
 'address@hidden@quotation
 in quotation on the first footnote line
@@ -192,6 +220,14 @@
 @code{in format in kbd}.
 @end format
 '],
+['two_footnotes_in_nodes',
+$two_footnotes_in_nodes_text,
+, {'test_formats' => ['html', 'info']} ],
+# FIXME no footnotes text in HTML...
+['two_footnotes_in_nodes_separate',
+'@footnotestyle separate
+'.$two_footnotes_in_nodes_text,
+, {'test_formats' => ['html', 'info']} ],
 );
 
 my @test_invalid = (

Index: 30sectioning.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/30sectioning.t,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- 30sectioning.t      8 Jan 2012 22:16:00 -0000       1.69
+++ 30sectioning.t      8 Jan 2012 22:51:05 -0000       1.70
@@ -1872,6 +1872,48 @@
 @contents
 ', {'test_formats' => ['html_text']}
 ],
+['more_sections_than_nodes',
+'@node Top
address@hidden top
+
address@hidden
+* n c2::
+* n c3::
+* n c3 s1 s2::
address@hidden menu
+
address@hidden c1
+
address@hidden n c2
address@hidden c2
+
address@hidden s1
+
address@hidden n c3, n c3 s1 s2, n c2, Top
address@hidden c3
+
address@hidden 
+* n c3 s 2::
address@hidden menu
+
address@hidden C3 s1
+
address@hidden n c3 s 2
address@hidden c3 s2
+
address@hidden c3 s3
+
address@hidden c4
+
address@hidden c3 s1
+
address@hidden c3 s1 s1
+
address@hidden n c3 s1 s2,,n c3,Top
address@hidden c3 s1 s2
+
address@hidden appendix
+'],
 );
 
 my @xml_tests_converted_tests = ('section_before_part', 'chapter_before_part', 
@@ -1909,7 +1951,8 @@
 'top_part_chapter', 'section_before_top_no_node', 
 'section_chapter_before_top', 'sectioning_part_appendix',
 'part_chapter_appendix', 'sectioning_part_appendix_no_top',
-'top_chapter_sections', 'chapter_sections');
+'top_chapter_sections', 'chapter_sections',
+'more_sections_than_nodes');
 foreach my $test (@test_cases) {
   push @{$test->[2]->{'test_formats'}}, 'xml' 
     if (grep {$_ eq $test->[0]} @xml_tests_cases_tests);

Index: results/coverage_braces/two_footnotes_in_nodes.pl
===================================================================
RCS file: results/coverage_braces/two_footnotes_in_nodes.pl
diff -N results/coverage_braces/two_footnotes_in_nodes.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ results/coverage_braces/two_footnotes_in_nodes.pl   8 Jan 2012 22:51:05 
-0000       1.1
@@ -0,0 +1,1130 @@
+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);
+
+use utf8;
+
+$result_trees{'two_footnotes_in_nodes'} = {
+  'contents' => [
+    {
+      'contents' => [],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => '2 footnotes in 2 nodes'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'A'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote Top/1
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 4,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'B'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote Top/2
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 8,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'chapter'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'chapter'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 13,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => ' ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'spaces_at_end'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 14,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 12,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 0,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 2,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'chapter'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'chapter'
+          }
+        ],
+        'normalized' => 'chapter'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 16,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'chapter'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'C'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote chapter/1
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 19,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'D'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote chapter/2
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 23,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 17,
+        'macro' => ''
+      },
+      'number' => 1,
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[1]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[3]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[4]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'extra'}{'end_command'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[5]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'contents'}[6]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[2]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'extra'}{'node_content'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[3]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'};
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[3]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'contents'}[4]{'parent'}
 = $result_trees{'two_footnotes_in_nodes'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes'}{'contents'}[4]{'parent'} = 
$result_trees{'two_footnotes_in_nodes'};
+
+$result_texis{'two_footnotes_in_nodes'} = '@node Top
address@hidden 2 footnotes in 2 nodes
+
address@hidden Top/1
+
+para2}
+
address@hidden Top/2
+
+para2}
+
address@hidden
+* chapter::
address@hidden menu
+
address@hidden chapter
address@hidden chapter
+
address@hidden chapter/1
+
+para2}
+
address@hidden chapter/2
+
+para2}
+
+';
+
+
+$result_texts{'two_footnotes_in_nodes'} = '2 footnotes in 2 nodes
+**********************
+
+A
+
+B
+
+* chapter::
+
+1 chapter
+*********
+
+C
+
+D
+
+';
+
+$result_sectioning{'two_footnotes_in_nodes'} = {
+  'level' => -1,
+  'section_childs' => [
+    {
+      'cmdname' => 'top',
+      'extra' => {
+        'associated_node' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'normalized' => 'Top'
+          }
+        }
+      },
+      'level' => 0,
+      'section_childs' => [
+        {
+          'cmdname' => 'chapter',
+          'extra' => {
+            'associated_node' => {
+              'cmdname' => 'node',
+              'extra' => {
+                'normalized' => 'chapter'
+              }
+            }
+          },
+          'level' => 1,
+          'number' => 1,
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        }
+      ],
+      'section_up' => {}
+    }
+  ]
+};
+$result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_prev'}
 = $result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_up'}
 = $result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes'}{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'two_footnotes_in_nodes'};
+
+$result_nodes{'two_footnotes_in_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'level' => 0
+    },
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'associated_section' => {
+        'cmdname' => 'chapter',
+        'extra' => {},
+        'level' => 1,
+        'number' => 1
+      },
+      'normalized' => 'chapter'
+    },
+    'node_prev' => {},
+    'node_up' => {}
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu',
+      'extra' => {
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'menu',
+            'text_arg' => 'menu'
+          }
+        }
+      }
+    }
+  ],
+  'node_next' => {},
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'two_footnotes_in_nodes'}{'menu_child'}{'node_prev'} = 
$result_nodes{'two_footnotes_in_nodes'};
+$result_nodes{'two_footnotes_in_nodes'}{'menu_child'}{'node_up'} = 
$result_nodes{'two_footnotes_in_nodes'};
+$result_nodes{'two_footnotes_in_nodes'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = $result_nodes{'two_footnotes_in_nodes'}{'menus'}[0];
+$result_nodes{'two_footnotes_in_nodes'}{'node_next'} = 
$result_nodes{'two_footnotes_in_nodes'}{'menu_child'};
+$result_nodes{'two_footnotes_in_nodes'}{'node_up'}{'extra'}{'top_node_up'} = 
$result_nodes{'two_footnotes_in_nodes'};
+
+$result_menus{'two_footnotes_in_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'chapter'
+    },
+    'menu_up' => {},
+    'menu_up_hash' => {
+      'Top' => 1
+    }
+  }
+};
+$result_menus{'two_footnotes_in_nodes'}{'menu_child'}{'menu_up'} = 
$result_menus{'two_footnotes_in_nodes'};
+
+$result_errors{'two_footnotes_in_nodes'} = [];
+
+
+
+$result_converted{'html'}->{'two_footnotes_in_nodes'} = '<!DOCTYPE html PUBLIC 
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<title>2 footnotes in 2 nodes</title>
+
+<meta name="description" content="2 footnotes in 2 nodes">
+<meta name="keywords" content="2 footnotes in 2 nodes">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="tp">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="#Top" rel="start" title="Top">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+pre.display {font-family: serif}
+pre.format {font-family: serif}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: serif; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: serif; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nocodebreak {white-space:pre}
+span.nolinebreak {white-space:pre}
+span.roman {font-family:serif; font-weight:normal}
+span.sansserif {font-family:sans-serif; font-weight:normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
+<a name="Top"></a>
+<div class="header">
+<p>
+Next: <a href="#chapter" accesskey="n" rel="next">chapter</a>, Up: <a 
href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; </p>
+</div>
+<a name="g_t2-footnotes-in-2-nodes"></a>
+<h1 class="top">2 footnotes in 2 nodes</h1>
+
+<p>A<a name="DOCF1" href="#FOOT1">(1)</a>
+</p>
+<p>B<a name="DOCF2" href="#FOOT2">(2)</a>
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
+</td></tr>
+</table>
+
+<hr>
+<a name="chapter"></a>
+<div class="header">
+<p>
+Previous: <a href="#Top" accesskey="p" rel="previous">Top</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; </p>
+</div>
+<a name="chapter-1"></a>
+<h2 class="chapter">1 chapter</h2>
+
+<p>C<a name="DOCF3" href="#FOOT3">(3)</a>
+</p>
+<p>D<a name="DOCF4" href="#FOOT4">(4)</a>
+</p>
+<div class="footnote">
+<hr>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
+<p>Footnote Top/1
+</p>
+<p>para2</p>
+<h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
+<p>Footnote Top/2
+</p>
+<p>para2</p>
+<h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
+<p>Footnote chapter/1
+</p>
+<p>para2</p>
+<h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>
+<p>Footnote chapter/2
+</p>
+<p>para2</p>
+</div>
+<hr>
+<p>
+
+
+</p>
+</body>
+</html>
+';
+
+
+$result_converted{'info'}->{'two_footnotes_in_nodes'} = 'This is , produced by 
tp version from .
+
+
+File: ,  Node: Top,  Next: chapter,  Up: (dir)
+
+2 footnotes in 2 nodes
+**********************
+
+A(1)
+
+   B(2)
+
+* Menu:
+
+* chapter::
+
+   ---------- Footnotes ----------
+
+   (1) Footnote Top/1
+
+   para2
+
+   (2) Footnote Top/2
+
+   para2
+
+
+File: ,  Node: chapter,  Prev: Top,  Up: Top
+
+1 chapter
+*********
+
+C(1)
+
+   D(2)
+
+   ---------- Footnotes ----------
+
+   (1) Footnote chapter/1
+
+   para2
+
+   (2) Footnote chapter/2
+
+   para2
+
+
+
+Tag Table:
+Node: Top41
+Ref: Top-Footnote-1211
+Ref: Top-Footnote-2244
+Node: chapter277
+Ref: chapter-Footnote-1397
+Ref: chapter-Footnote-2434
+
+End Tag Table
+';
+
+
+$result_converted{'plaintext'}->{'two_footnotes_in_nodes'} = '2 footnotes in 2 
nodes
+**********************
+
+A(1)
+
+   B(2)
+
+* Menu:
+
+* chapter::
+
+   ---------- Footnotes ----------
+
+   (1) Footnote Top/1
+
+   para2
+
+   (2) Footnote Top/2
+
+   para2
+
+1 chapter
+*********
+
+C(1)
+
+   D(2)
+
+   ---------- Footnotes ----------
+
+   (1) Footnote chapter/1
+
+   para2
+
+   (2) Footnote chapter/2
+
+   para2
+
+';
+
+
+$result_converted{'html_text'}->{'two_footnotes_in_nodes'} = '<a 
name="Top"></a>
+<div class="header">
+<p>
+ &nbsp; </p>
+</div>
+<a name="g_t2-footnotes-in-2-nodes"></a>
+<h1 class="top">2 footnotes in 2 nodes</h1>
+
+<p>A<a name="DOCF1" href="#FOOT1">(1)</a>
+</p>
+<p>B<a name="DOCF2" href="#FOOT2">(2)</a>
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
+</td></tr>
+</table>
+
+<hr>
+<a name="chapter"></a>
+<div class="header">
+<p>
+ &nbsp; </p>
+</div>
+<a name="chapter-1"></a>
+<h2 class="chapter">1 chapter</h2>
+
+<p>C<a name="DOCF3" href="#FOOT3">(3)</a>
+</p>
+<p>D<a name="DOCF4" href="#FOOT4">(4)</a>
+</p>
+<div class="footnote">
+<hr>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
+<p>Footnote Top/1
+</p>
+<p>para2</p>
+<h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
+<p>Footnote Top/2
+</p>
+<p>para2</p>
+<h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
+<p>Footnote chapter/1
+</p>
+<p>para2</p>
+<h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>
+<p>Footnote chapter/2
+</p>
+<p>para2</p>
+</div>
+<hr>
+';
+
+1;

Index: results/coverage_braces/two_footnotes_in_nodes_separate.pl
===================================================================
RCS file: results/coverage_braces/two_footnotes_in_nodes_separate.pl
diff -N results/coverage_braces/two_footnotes_in_nodes_separate.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ results/coverage_braces/two_footnotes_in_nodes_separate.pl  8 Jan 2012 
22:51:05 -0000       1.1
@@ -0,0 +1,1136 @@
+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);
+
+use utf8;
+
+$result_trees{'two_footnotes_in_nodes_separate'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'separate'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'footnotestyle',
+          'extra' => {
+            'misc_args' => [
+              'separate'
+            ]
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 1,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 2,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => '2 footnotes in 2 nodes'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'A'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote Top/1
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 5,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'B'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote Top/2
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 9,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'chapter'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'chapter'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 14,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => ' ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'spaces_at_end'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 15,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 13,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 0,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 3,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'chapter'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'chapter'
+          }
+        ],
+        'normalized' => 'chapter'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 17,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'chapter'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'C'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote chapter/1
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 20,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'D'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'Footnote chapter/2
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'para2'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'paragraph'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'footnote',
+              'contents' => [],
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 24,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 18,
+        'macro' => ''
+      },
+      'number' => 1,
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[0]{'parent'} = 
$result_trees{'two_footnotes_in_nodes_separate'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[1]{'parent'} = 
$result_trees{'two_footnotes_in_nodes_separate'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[3]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[4]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'extra'}{'command'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'extra'}{'end_command'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[5]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'contents'}[6]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[2]{'parent'} = 
$result_trees{'two_footnotes_in_nodes_separate'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'extra'}{'node_content'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[3]{'parent'} = 
$result_trees{'two_footnotes_in_nodes_separate'};
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[0]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[1]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[2]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'contents'}[2]{'parent'}
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[3]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'contents'}[4]{'parent'}
 = $result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'args'}[0]{'contents'}[1];
+$result_trees{'two_footnotes_in_nodes_separate'}{'contents'}[4]{'parent'} = 
$result_trees{'two_footnotes_in_nodes_separate'};
+
+$result_texis{'two_footnotes_in_nodes_separate'} = '@footnotestyle separate
address@hidden Top
address@hidden 2 footnotes in 2 nodes
+
address@hidden Top/1
+
+para2}
+
address@hidden Top/2
+
+para2}
+
address@hidden
+* chapter::
address@hidden menu
+
address@hidden chapter
address@hidden chapter
+
address@hidden chapter/1
+
+para2}
+
address@hidden chapter/2
+
+para2}
+
+';
+
+
+$result_texts{'two_footnotes_in_nodes_separate'} = '2 footnotes in 2 nodes
+**********************
+
+A
+
+B
+
+* chapter::
+
+1 chapter
+*********
+
+C
+
+D
+
+';
+
+$result_sectioning{'two_footnotes_in_nodes_separate'} = {
+  'level' => -1,
+  'section_childs' => [
+    {
+      'cmdname' => 'top',
+      'extra' => {
+        'associated_node' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'normalized' => 'Top'
+          }
+        }
+      },
+      'level' => 0,
+      'section_childs' => [
+        {
+          'cmdname' => 'chapter',
+          'extra' => {
+            'associated_node' => {
+              'cmdname' => 'node',
+              'extra' => {
+                'normalized' => 'chapter'
+              }
+            }
+          },
+          'level' => 1,
+          'number' => 1,
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        }
+      ],
+      'section_up' => {}
+    }
+  ]
+};
+$result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_prev'}
 = $result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_up'}
 = $result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0];
+$result_sectioning{'two_footnotes_in_nodes_separate'}{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'two_footnotes_in_nodes_separate'};
+
+$result_nodes{'two_footnotes_in_nodes_separate'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'level' => 0
+    },
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'associated_section' => {
+        'cmdname' => 'chapter',
+        'extra' => {},
+        'level' => 1,
+        'number' => 1
+      },
+      'normalized' => 'chapter'
+    },
+    'node_prev' => {},
+    'node_up' => {}
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu',
+      'extra' => {
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'menu',
+            'text_arg' => 'menu'
+          }
+        }
+      }
+    }
+  ],
+  'node_next' => {},
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'two_footnotes_in_nodes_separate'}{'menu_child'}{'node_prev'} = 
$result_nodes{'two_footnotes_in_nodes_separate'};
+$result_nodes{'two_footnotes_in_nodes_separate'}{'menu_child'}{'node_up'} = 
$result_nodes{'two_footnotes_in_nodes_separate'};
+$result_nodes{'two_footnotes_in_nodes_separate'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = $result_nodes{'two_footnotes_in_nodes_separate'}{'menus'}[0];
+$result_nodes{'two_footnotes_in_nodes_separate'}{'node_next'} = 
$result_nodes{'two_footnotes_in_nodes_separate'}{'menu_child'};
+$result_nodes{'two_footnotes_in_nodes_separate'}{'node_up'}{'extra'}{'top_node_up'}
 = $result_nodes{'two_footnotes_in_nodes_separate'};
+
+$result_menus{'two_footnotes_in_nodes_separate'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'chapter'
+    },
+    'menu_up' => {},
+    'menu_up_hash' => {
+      'Top' => 1
+    }
+  }
+};
+$result_menus{'two_footnotes_in_nodes_separate'}{'menu_child'}{'menu_up'} = 
$result_menus{'two_footnotes_in_nodes_separate'};
+
+$result_errors{'two_footnotes_in_nodes_separate'} = [];
+
+
+
+$result_converted{'html'}->{'two_footnotes_in_nodes_separate'} = '<!DOCTYPE 
html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<title>2 footnotes in 2 nodes</title>
+
+<meta name="description" content="2 footnotes in 2 nodes">
+<meta name="keywords" content="2 footnotes in 2 nodes">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="tp">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="#Top" rel="start" title="Top">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+pre.display {font-family: serif}
+pre.format {font-family: serif}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: serif; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: serif; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nocodebreak {white-space:pre}
+span.nolinebreak {white-space:pre}
+span.roman {font-family:serif; font-weight:normal}
+span.sansserif {font-family:sans-serif; font-weight:normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
+<a name="Top"></a>
+<div class="header">
+<p>
+Next: <a href="#chapter" accesskey="n" rel="next">chapter</a>, Up: <a 
href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; </p>
+</div>
+<a name="g_t2-footnotes-in-2-nodes"></a>
+<h1 class="top">2 footnotes in 2 nodes</h1>
+
+<p>A<a name="DOCF1" href="#FOOT1">(1)</a>
+</p>
+<p>B<a name="DOCF2" href="#FOOT2">(2)</a>
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
+</td></tr>
+</table>
+
+<hr>
+<a name="chapter"></a>
+<div class="header">
+<p>
+Previous: <a href="#Top" accesskey="p" rel="previous">Top</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; </p>
+</div>
+<a name="chapter-1"></a>
+<h2 class="chapter">1 chapter</h2>
+
+<p>C<a name="DOCF3" href="#FOOT3">(3)</a>
+</p>
+<p>D<a name="DOCF4" href="#FOOT4">(4)</a>
+</p>
+<hr>
+<p>
+
+
+</p>
+</body>
+</html>
+';
+
+
+$result_converted{'info'}->{'two_footnotes_in_nodes_separate'} = 'This is , 
produced by tp version from .
+
+
+File: ,  Node: Top,  Next: chapter,  Up: (dir)
+
+2 footnotes in 2 nodes
+**********************
+
+A(1) (*note Top-Footnote-1::)
+
+   B(2) (*note Top-Footnote-2::)
+
+* Menu:
+
+* chapter::
+
+
+File: ,  Node: Top-Footnotes,  Up: Top
+
+   (1) Footnote Top/1
+
+   para2
+
+   (2) Footnote Top/2
+
+   para2
+
+
+File: ,  Node: chapter,  Prev: Top,  Up: Top
+
+1 chapter
+*********
+
+C(1) (*note chapter-Footnote-1::)
+
+   D(2) (*note chapter-Footnote-2::)
+
+
+File: ,  Node: chapter-Footnotes,  Up: chapter
+
+   (1) Footnote chapter/1
+
+   para2
+
+   (2) Footnote chapter/2
+
+   para2
+
+
+
+Tag Table:
+Node: Top41
+Node: Top-Footnotes225
+Ref: Top-Footnote-1267
+Ref: Top-Footnote-2300
+Node: chapter333
+Node: chapter-Footnotes475
+Ref: chapter-Footnote-1525
+Ref: chapter-Footnote-2562
+
+End Tag Table
+';
+
+
+$result_converted{'plaintext'}->{'two_footnotes_in_nodes_separate'} = '2 
footnotes in 2 nodes
+**********************
+
+A(1) (*note Top-Footnote-1::)
+
+   B(2) (*note Top-Footnote-2::)
+
+* Menu:
+
+* chapter::
+
+   (1) Footnote Top/1
+
+   para2
+
+   (2) Footnote Top/2
+
+   para2
+
+1 chapter
+*********
+
+C(1) (*note chapter-Footnote-1::)
+
+   D(2) (*note chapter-Footnote-2::)
+
+   (1) Footnote chapter/1
+
+   para2
+
+   (2) Footnote chapter/2
+
+   para2
+
+';
+
+
+$result_converted{'html_text'}->{'two_footnotes_in_nodes_separate'} = '<a 
name="Top"></a>
+<div class="header">
+<p>
+ &nbsp; </p>
+</div>
+<a name="g_t2-footnotes-in-2-nodes"></a>
+<h1 class="top">2 footnotes in 2 nodes</h1>
+
+<p>A<a name="DOCF1" href="#FOOT1">(1)</a>
+</p>
+<p>B<a name="DOCF2" href="#FOOT2">(2)</a>
+</p>
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
+</td></tr>
+</table>
+
+<hr>
+<a name="chapter"></a>
+<div class="header">
+<p>
+ &nbsp; </p>
+</div>
+<a name="chapter-1"></a>
+<h2 class="chapter">1 chapter</h2>
+
+<p>C<a name="DOCF3" href="#FOOT3">(3)</a>
+</p>
+<p>D<a name="DOCF4" href="#FOOT4">(4)</a>
+</p>
+<hr>
+';
+
+1;

Index: results/sectioning/more_sections_than_nodes.pl
===================================================================
RCS file: results/sectioning/more_sections_than_nodes.pl
diff -N results/sectioning/more_sections_than_nodes.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ results/sectioning/more_sections_than_nodes.pl      8 Jan 2012 22:51:09 
-0000       1.1
@@ -0,0 +1,2100 @@
+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);
+
+use utf8;
+
+$result_trees{'more_sections_than_nodes'} = {
+  'contents' => [
+    {
+      'contents' => [],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'n c2'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'n-c2'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 5,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'n c3'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'n-c3'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 6,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'n c3 s1 s2'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'n-c3-s1-s2'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 7,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => ' ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'spaces_at_end'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 8,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 4,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 0,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 2,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c1'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 10,
+        'macro' => ''
+      },
+      'number' => 1,
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c2'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'n-c2'
+          }
+        ],
+        'normalized' => 'n-c2'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 12,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c2'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 13,
+        'macro' => ''
+      },
+      'number' => 2,
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 's1'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 2,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 15,
+        'macro' => ''
+      },
+      'number' => '2.1',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c3'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [
+            {
+              'text' => ' ',
+              'type' => 'empty_spaces_before_argument'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c3 s1 s2'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [
+            {
+              'text' => ' ',
+              'type' => 'empty_spaces_before_argument'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c2'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [
+            {
+              'text' => ' ',
+              'type' => 'empty_spaces_before_argument'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'n-c3'
+          },
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'n-c3-s1-s2'
+          },
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'n-c2'
+          },
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'n-c3'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 17,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' 
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'n c3 s 2'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'n-c3-s-2'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 21,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => ' ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'spaces_at_end'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 22,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 20,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 18,
+        'macro' => ''
+      },
+      'number' => 3,
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'C3 s1'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 2,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 24,
+        'macro' => ''
+      },
+      'number' => '3.1',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c3 s 2'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'n-c3-s-2'
+          }
+        ],
+        'normalized' => 'n-c3-s-2'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 26,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3 s2'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 2,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 27,
+        'macro' => ''
+      },
+      'number' => '3.2',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3 s3'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 2,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 29,
+        'macro' => ''
+      },
+      'number' => '3.3',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c4'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 31,
+        'macro' => ''
+      },
+      'number' => 4,
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3 s1'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 2,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 33,
+        'macro' => ''
+      },
+      'number' => '4.1',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3 s1 s1'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'subsection',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 3,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 35,
+        'macro' => ''
+      },
+      'number' => '4.1.1',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'n c3 s1 s2'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'n c3'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'n-c3-s1-s2'
+          },
+          undef,
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'n-c3'
+          },
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'n-c3-s1-s2'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 37,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'c3 s1 s2'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'subsection',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 3,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 38,
+        'macro' => ''
+      },
+      'number' => '4.1.2',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'appendix'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 40,
+        'macro' => ''
+      },
+      'number' => 'A',
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'more_sections_than_nodes'}{'contents'}[0]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[1]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'args'}[1]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'args'}[1]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[3]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'extra'}{'end_command'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'contents'}[4];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[2]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[3]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[4];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[4];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'extra'}{'node_content'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[4]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[5];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[5];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[5];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[5]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[6];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[6];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[6];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[6]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[7];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[1]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[7];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[2]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[7];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[7];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'node_content'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'nodes_manuals'}[1]{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'nodes_manuals'}[2]{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[2]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'args'}[3]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[7]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[8];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'extra'}{'end_command'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'contents'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[8];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[8]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[9];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[9];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[9];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[9]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[10];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[10];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'extra'}{'node_content'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[10]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[11];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[11];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[11];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[11]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[12];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[12];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[12];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[12]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[13];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[13];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[13];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[13]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[14];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[14];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[14];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[14]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[15];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[15];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[15];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[15]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[16];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[1]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[16];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[2];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[2]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[16];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[16];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'extra'}{'node_content'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'extra'}{'nodes_manuals'}[2]{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[2]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'args'}[3]{'contents'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[16]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[17];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[17];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[17];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[17]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[18];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'parent'} 
= $result_trees{'more_sections_than_nodes'}{'contents'}[18];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'args'}[0]{'contents'}[1];
+$result_trees{'more_sections_than_nodes'}{'contents'}[18]{'parent'} = 
$result_trees{'more_sections_than_nodes'};
+
+$result_texis{'more_sections_than_nodes'} = '@node Top
address@hidden top
+
address@hidden
+* n c2::
+* n c3::
+* n c3 s1 s2::
address@hidden menu
+
address@hidden c1
+
address@hidden n c2
address@hidden c2
+
address@hidden s1
+
address@hidden n c3, n c3 s1 s2, n c2, Top
address@hidden c3
+
address@hidden 
+* n c3 s 2::
address@hidden menu
+
address@hidden C3 s1
+
address@hidden n c3 s 2
address@hidden c3 s2
+
address@hidden c3 s3
+
address@hidden c4
+
address@hidden c3 s1
+
address@hidden c3 s1 s1
+
address@hidden n c3 s1 s2,,n c3,Top
address@hidden c3 s1 s2
+
address@hidden appendix
+';
+
+
+$result_texts{'more_sections_than_nodes'} = 'top
+***
+
+* n c2::
+* n c3::
+* n c3 s1 s2::
+
+1 c1
+****
+
+2 c2
+****
+
+2.1 s1
+======
+
+3 c3
+****
+
+* n c3 s 2::
+
+3.1 C3 s1
+=========
+
+3.2 c3 s2
+=========
+
+3.3 c3 s3
+=========
+
+4 c4
+****
+
+4.1 c3 s1
+=========
+
+4.1.1 c3 s1 s1
+--------------
+
+4.1.2 c3 s1 s2
+--------------
+
+Appendix A appendix
+*******************
+';
+
+$result_sectioning{'more_sections_than_nodes'} = {
+  'level' => -1,
+  'section_childs' => [
+    {
+      'cmdname' => 'top',
+      'extra' => {
+        'associated_node' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'normalized' => 'Top'
+          }
+        }
+      },
+      'level' => 0,
+      'section_childs' => [
+        {
+          'cmdname' => 'chapter',
+          'extra' => {},
+          'level' => 1,
+          'number' => 1,
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        },
+        {
+          'cmdname' => 'chapter',
+          'extra' => {
+            'associated_node' => {
+              'cmdname' => 'node',
+              'extra' => {
+                'normalized' => 'n-c2'
+              }
+            }
+          },
+          'level' => 1,
+          'number' => 2,
+          'section_childs' => [
+            {
+              'cmdname' => 'section',
+              'extra' => {},
+              'level' => 2,
+              'number' => '2.1',
+              'section_up' => {}
+            }
+          ],
+          'section_prev' => {},
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        },
+        {
+          'cmdname' => 'chapter',
+          'extra' => {
+            'associated_node' => {
+              'cmdname' => 'node',
+              'extra' => {
+                'normalized' => 'n-c3'
+              }
+            }
+          },
+          'level' => 1,
+          'number' => 3,
+          'section_childs' => [
+            {
+              'cmdname' => 'section',
+              'extra' => {},
+              'level' => 2,
+              'number' => '3.1',
+              'section_up' => {}
+            },
+            {
+              'cmdname' => 'section',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'normalized' => 'n-c3-s-2'
+                  }
+                }
+              },
+              'level' => 2,
+              'number' => '3.2',
+              'section_prev' => {},
+              'section_up' => {}
+            },
+            {
+              'cmdname' => 'section',
+              'extra' => {},
+              'level' => 2,
+              'number' => '3.3',
+              'section_prev' => {},
+              'section_up' => {}
+            }
+          ],
+          'section_prev' => {},
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        },
+        {
+          'cmdname' => 'chapter',
+          'extra' => {},
+          'level' => 1,
+          'number' => 4,
+          'section_childs' => [
+            {
+              'cmdname' => 'section',
+              'extra' => {},
+              'level' => 2,
+              'number' => '4.1',
+              'section_childs' => [
+                {
+                  'cmdname' => 'subsection',
+                  'extra' => {},
+                  'level' => 3,
+                  'number' => '4.1.1',
+                  'section_up' => {}
+                },
+                {
+                  'cmdname' => 'subsection',
+                  'extra' => {
+                    'associated_node' => {
+                      'cmdname' => 'node',
+                      'extra' => {
+                        'normalized' => 'n-c3-s1-s2'
+                      }
+                    }
+                  },
+                  'level' => 3,
+                  'number' => '4.1.2',
+                  'section_prev' => {},
+                  'section_up' => {}
+                }
+              ],
+              'section_up' => {}
+            }
+          ],
+          'section_prev' => {},
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        },
+        {
+          'cmdname' => 'appendix',
+          'extra' => {},
+          'level' => 1,
+          'number' => 'A',
+          'section_prev' => {},
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        }
+      ],
+      'section_up' => {}
+    }
+  ]
+};
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_prev'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1]{'section_childs'}[0]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1]{'toplevel_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1]{'toplevel_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[0]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[1]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[1]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[2]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[1];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_childs'}[2]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'toplevel_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[1];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2]{'toplevel_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0]{'section_childs'}[1]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0]{'section_childs'}[1]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_childs'}[0]{'section_up'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'toplevel_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[2];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3]{'toplevel_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[4]{'section_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[4]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[4]{'toplevel_prev'}
 = 
$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[3];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_childs'}[4]{'toplevel_up'}
 = $result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0];
+$result_sectioning{'more_sections_than_nodes'}{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'more_sections_than_nodes'};
+
+$result_nodes{'more_sections_than_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'level' => 0
+    },
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'associated_section' => {
+        'cmdname' => 'chapter',
+        'extra' => {},
+        'level' => 1,
+        'number' => 2
+      },
+      'normalized' => 'n-c2'
+    },
+    'node_next' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'chapter',
+          'extra' => {},
+          'level' => 1,
+          'number' => 3
+        },
+        'normalized' => 'n-c3'
+      },
+      'menu_child' => {
+        'cmdname' => 'node',
+        'extra' => {
+          'associated_section' => {
+            'cmdname' => 'section',
+            'extra' => {},
+            'level' => 2,
+            'number' => '3.2'
+          },
+          'normalized' => 'n-c3-s-2'
+        },
+        'node_up' => {}
+      },
+      'menus' => [
+        {
+          'cmdname' => 'menu',
+          'extra' => {
+            'end_command' => {
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              }
+            }
+          }
+        }
+      ],
+      'node_next' => {
+        'cmdname' => 'node',
+        'extra' => {
+          'associated_section' => {
+            'cmdname' => 'subsection',
+            'extra' => {},
+            'level' => 3,
+            'number' => '4.1.2'
+          },
+          'normalized' => 'n-c3-s1-s2'
+        },
+        'node_prev' => {},
+        'node_up' => {}
+      },
+      'node_prev' => {},
+      'node_up' => {}
+    },
+    'node_prev' => {},
+    'node_up' => {}
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu',
+      'extra' => {
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'menu',
+            'text_arg' => 'menu'
+          }
+        }
+      }
+    }
+  ],
+  'node_next' => {},
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'menu_child'}{'node_up'}
 = $result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = 
$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'menus'}[0];
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'node_next'}{'node_prev'}
 = $result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'node_next'}{'node_up'}
 = $result_nodes{'more_sections_than_nodes'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'node_prev'}
 = $result_nodes{'more_sections_than_nodes'}{'menu_child'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_next'}{'node_up'}
 = $result_nodes{'more_sections_than_nodes'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_prev'} = 
$result_nodes{'more_sections_than_nodes'};
+$result_nodes{'more_sections_than_nodes'}{'menu_child'}{'node_up'} = 
$result_nodes{'more_sections_than_nodes'};
+$result_nodes{'more_sections_than_nodes'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = $result_nodes{'more_sections_than_nodes'}{'menus'}[0];
+$result_nodes{'more_sections_than_nodes'}{'node_next'} = 
$result_nodes{'more_sections_than_nodes'}{'menu_child'};
+$result_nodes{'more_sections_than_nodes'}{'node_up'}{'extra'}{'top_node_up'} = 
$result_nodes{'more_sections_than_nodes'};
+
+$result_menus{'more_sections_than_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'n-c2'
+    },
+    'menu_next' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'normalized' => 'n-c3'
+      },
+      'menu_child' => {
+        'cmdname' => 'node',
+        'extra' => {
+          'normalized' => 'n-c3-s-2'
+        },
+        'menu_up' => {},
+        'menu_up_hash' => {
+          'n-c3' => 1
+        }
+      },
+      'menu_next' => {
+        'cmdname' => 'node',
+        'extra' => {
+          'normalized' => 'n-c3-s1-s2'
+        },
+        '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{'more_sections_than_nodes'}{'menu_child'}{'menu_next'}{'menu_child'}{'menu_up'}
 = $result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'};
+$result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'}{'menu_next'}{'menu_prev'}
 = $result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'};
+$result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'}{'menu_next'}{'menu_up'}
 = $result_menus{'more_sections_than_nodes'};
+$result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'}{'menu_prev'}
 = $result_menus{'more_sections_than_nodes'}{'menu_child'};
+$result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_next'}{'menu_up'}
 = $result_menus{'more_sections_than_nodes'};
+$result_menus{'more_sections_than_nodes'}{'menu_child'}{'menu_up'} = 
$result_menus{'more_sections_than_nodes'};
+
+$result_errors{'more_sections_than_nodes'} = [];
+
+
+
+$result_converted{'xml'}->{'more_sections_than_nodes'} = '<node 
name="Top"><nodename>Top</nodename><nodenext automatic="on">n 
c2</nodenext><nodeup automatic="on">(dir)</nodeup></node>
+<top><sectiontitle>top</sectiontitle>
+
+<menu>
+<menuentry><menunode>n c2</menunode><menudescription><pre xml:space="preserve">
+</pre></menudescription></menuentry><menuentry><menunode>n 
c3</menunode><menudescription><pre xml:space="preserve">
+</pre></menudescription></menuentry><menuentry><menunode>n c3 s1 
s2</menunode><menudescription><pre xml:space="preserve">
+</pre></menudescription></menuentry></menu>
+
+</top>
+<chapter><sectiontitle>c1</sectiontitle>
+
+</chapter>
+<node name="n-c2"><nodename>n c2</nodename><nodenext automatic="on">n 
c3</nodenext><nodeprev automatic="on">Top</nodeprev><nodeup 
automatic="on">Top</nodeup></node>
+<chapter><sectiontitle>c2</sectiontitle>
+
+<section><sectiontitle>s1</sectiontitle>
+
+</section>
+</chapter>
+<node name="n-c3"><nodename>n c3</nodename><nodenext>n c3 s1 
s2</nodenext><nodeprev>n c2</nodeprev><nodeup>Top</nodeup></node>
+<chapter><sectiontitle>c3</sectiontitle>
+
+<menu> 
+<menuentry><menunode>n c3 s 2</menunode><menudescription><pre 
xml:space="preserve">
+</pre></menudescription></menuentry></menu>
+
+<section><sectiontitle>C3 s1</sectiontitle>
+
+</section>
+<node name="n-c3-s-2"><nodename>n c3 s 2</nodename><nodeup automatic="on">n 
c3</nodeup></node>
+<section><sectiontitle>c3 s2</sectiontitle>
+
+</section>
+<section><sectiontitle>c3 s3</sectiontitle>
+
+</section>
+</chapter>
+<chapter><sectiontitle>c4</sectiontitle>
+
+<section><sectiontitle>c3 s1</sectiontitle>
+
+<subsection><sectiontitle>c3 s1 s1</sectiontitle>
+
+</subsection>
+<node name="n-c3-s1-s2"><nodename>n c3 s1 s2</nodename><nodeprev>n 
c3</nodeprev><nodeup>Top</nodeup></node>
+<subsection><sectiontitle>c3 s1 s2</sectiontitle>
+
+</subsection>
+</section>
+</chapter>
+<appendix><sectiontitle>appendix</sectiontitle>
+</appendix>
+';
+
+1;

Index: results/sectioning/more_nodes_than_sections.pl
===================================================================
RCS file: results/sectioning/more_nodes_than_sections.pl
diff -N results/sectioning/more_nodes_than_sections.pl
--- results/sectioning/more_nodes_than_sections.pl      7 Jan 2012 19:47:47 
-0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,883 +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);
-
-use utf8;
-
-$result_trees{'more_nodes_than_sections'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'parent' => {},
-      'type' => 'text_root'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => ' ',
-              'type' => 'empty_spaces_after_command'
-            },
-            {
-              'parent' => {},
-              'text' => 'Top'
-            },
-            {
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'spaces_at_end'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 2,
-        'macro' => ''
-      },
-      'parent' => {}
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => ' ',
-              'type' => 'empty_spaces_after_command'
-            },
-            {
-              'parent' => {},
-              'text' => 'top section'
-            },
-            {
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'spaces_at_end'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        }
-      ],
-      'cmdname' => 'top',
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'parent' => {},
-              'text' => 'Top node
-'
-            }
-          ],
-          'parent' => {},
-          'type' => 'paragraph'
-        },
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'cmdname' => 'menu',
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'empty_line_after_command'
-            },
-            {
-              'args' => [
-                {
-                  'parent' => {},
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'parent' => {},
-                      'text' => 'section node'
-                    }
-                  ],
-                  'parent' => {},
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'parent' => {},
-                  'text' => '::',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'contents' => [
-                        {
-                          'parent' => {},
-                          'text' => '
-'
-                        }
-                      ],
-                      'parent' => {},
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'parent' => {},
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {}
-                  ],
-                  'normalized' => 'section-node'
-                }
-              },
-              'line_nr' => {
-                'file_name' => '',
-                'line_nr' => 7,
-                'macro' => ''
-              },
-              'parent' => {},
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'extra' => {
-                        'command' => {}
-                      },
-                      'parent' => {},
-                      'text' => ' ',
-                      'type' => 'empty_spaces_after_command'
-                    },
-                    {
-                      'parent' => {},
-                      'text' => 'menu'
-                    },
-                    {
-                      'parent' => {},
-                      'text' => '
-',
-                      'type' => 'spaces_at_end'
-                    }
-                  ],
-                  'parent' => {},
-                  'type' => 'misc_line_arg'
-                }
-              ],
-              'cmdname' => 'end',
-              'extra' => {
-                'command' => {},
-                'command_argument' => 'menu',
-                'text_arg' => 'menu'
-              },
-              'line_nr' => {
-                'file_name' => '',
-                'line_nr' => 8,
-                'macro' => ''
-              },
-              'parent' => {}
-            }
-          ],
-          'extra' => {
-            'end_command' => {}
-          },
-          'line_nr' => {
-            'file_name' => '',
-            'line_nr' => 6,
-            'macro' => ''
-          },
-          'parent' => {}
-        },
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'misc_content' => [
-          {}
-        ]
-      },
-      'level' => 0,
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 3,
-        'macro' => ''
-      },
-      'parent' => {}
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => ' ',
-              'type' => 'empty_spaces_after_command'
-            },
-            {
-              'parent' => {},
-              'text' => 'Chapter'
-            },
-            {
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'spaces_at_end'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        }
-      ],
-      'cmdname' => 'chapter',
-      'contents' => [
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'parent' => {},
-              'text' => 'In chapter
-'
-            }
-          ],
-          'parent' => {},
-          'type' => 'paragraph'
-        },
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'misc_content' => [
-          {}
-        ]
-      },
-      'level' => 1,
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 10,
-        'macro' => ''
-      },
-      'number' => 1,
-      'parent' => {}
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => ' ',
-              'type' => 'empty_spaces_after_command'
-            },
-            {
-              'parent' => {},
-              'text' => 'section node'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        },
-        {
-          'contents' => [],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        },
-        {
-          'contents' => [],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        },
-        {
-          'contents' => [
-            {
-              'parent' => {},
-              'text' => 'Top'
-            },
-            {
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'spaces_at_end'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [],
-            'normalized' => 'section-node'
-          },
-          undef,
-          undef,
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'section-node'
-      },
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 14,
-        'macro' => ''
-      },
-      'parent' => {}
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'extra' => {
-                'command' => {}
-              },
-              'parent' => {},
-              'text' => ' ',
-              'type' => 'empty_spaces_after_command'
-            },
-            {
-              'parent' => {},
-              'text' => 'section'
-            },
-            {
-              'parent' => {},
-              'text' => '
-',
-              'type' => 'spaces_at_end'
-            }
-          ],
-          'parent' => {},
-          'type' => 'misc_line_arg'
-        }
-      ],
-      'cmdname' => 'section',
-      'contents' => [
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'contents' => [
-            {
-              'parent' => {},
-              'text' => 'section.
-'
-            }
-          ],
-          'parent' => {},
-          'type' => 'paragraph'
-        },
-        {
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'cmdname' => 'contents',
-          'parent' => {}
-        }
-      ],
-      'extra' => {
-        'misc_content' => [
-          {}
-        ]
-      },
-      'level' => 2,
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 15,
-        'macro' => ''
-      },
-      'number' => '1.1',
-      'parent' => {}
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'more_nodes_than_sections'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[0]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'args'}[0]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'extra'}{'node_content'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[1]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'args'}[1]{'contents'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'extra'}{'end_command'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'contents'}[3]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[2];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'args'}[0]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[2]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'args'}[0]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[3]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[4];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[4];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[1]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[4];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[2]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[4];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[4];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[0]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'extra'}{'node_content'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'args'}[3]{'contents'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[4]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'parent'} 
= $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[1]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[2]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'contents'}[3]{'parent'}
 = $result_trees{'more_nodes_than_sections'}{'contents'}[5];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'args'}[0]{'contents'}[1];
-$result_trees{'more_nodes_than_sections'}{'contents'}[5]{'parent'} = 
$result_trees{'more_nodes_than_sections'};
-
-$result_texis{'more_nodes_than_sections'} = '
address@hidden Top
address@hidden top section
-Top node
-
address@hidden
-* section node::
address@hidden menu
-
address@hidden Chapter
-
-In chapter
-
address@hidden section node,,,Top
address@hidden section
-
-section.
-
address@hidden
-';
-
-
-$result_texts{'more_nodes_than_sections'} = '
-top section
-***********
-Top node
-
-* section node::
-
-1 Chapter
-*********
-
-In chapter
-
-1.1 section
-===========
-
-section.
-
-';
-
-$result_sectioning{'more_nodes_than_sections'} = {
-  'level' => -1,
-  'section_childs' => [
-    {
-      'cmdname' => 'top',
-      'extra' => {
-        'associated_node' => {
-          'cmdname' => 'node',
-          'extra' => {
-            'normalized' => 'Top'
-          }
-        }
-      },
-      'level' => 0,
-      'section_childs' => [
-        {
-          'cmdname' => 'chapter',
-          'extra' => {},
-          'level' => 1,
-          'number' => 1,
-          'section_childs' => [
-            {
-              'cmdname' => 'section',
-              'extra' => {
-                'associated_node' => {
-                  'cmdname' => 'node',
-                  'extra' => {
-                    'normalized' => 'section-node'
-                  }
-                }
-              },
-              'level' => 2,
-              'number' => '1.1',
-              'section_up' => {}
-            }
-          ],
-          'section_up' => {},
-          'toplevel_prev' => {},
-          'toplevel_up' => {}
-        }
-      ],
-      'section_up' => {}
-    }
-  ]
-};
-$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = 
$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_childs'}[0];
-$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0];
-$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_prev'}
 = $result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0];
-$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_up'}
 = $result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0];
-$result_sectioning{'more_nodes_than_sections'}{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'more_nodes_than_sections'};
-
-$result_nodes{'more_nodes_than_sections'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'associated_section' => {
-      'cmdname' => 'top',
-      'extra' => {},
-      'level' => 0
-    },
-    'normalized' => 'Top'
-  },
-  'menu_child' => {
-    'cmdname' => 'node',
-    'extra' => {
-      'associated_section' => {
-        'cmdname' => 'section',
-        'extra' => {},
-        'level' => 2,
-        'number' => '1.1'
-      },
-      'normalized' => 'section-node'
-    },
-    'node_prev' => {},
-    'node_up' => {}
-  },
-  'menus' => [
-    {
-      'cmdname' => 'menu',
-      'extra' => {
-        'end_command' => {
-          'cmdname' => 'end',
-          'extra' => {
-            'command' => {},
-            'command_argument' => 'menu',
-            'text_arg' => 'menu'
-          }
-        }
-      }
-    }
-  ],
-  'node_next' => {},
-  'node_up' => {
-    'extra' => {
-      'manual_content' => [
-        {
-          'text' => 'dir'
-        }
-      ],
-      'top_node_up' => {}
-    },
-    'type' => 'top_node_up'
-  }
-};
-$result_nodes{'more_nodes_than_sections'}{'menu_child'}{'node_prev'} = 
$result_nodes{'more_nodes_than_sections'};
-$result_nodes{'more_nodes_than_sections'}{'menu_child'}{'node_up'} = 
$result_nodes{'more_nodes_than_sections'};
-$result_nodes{'more_nodes_than_sections'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = $result_nodes{'more_nodes_than_sections'}{'menus'}[0];
-$result_nodes{'more_nodes_than_sections'}{'node_next'} = 
$result_nodes{'more_nodes_than_sections'}{'menu_child'};
-$result_nodes{'more_nodes_than_sections'}{'node_up'}{'extra'}{'top_node_up'} = 
$result_nodes{'more_nodes_than_sections'};
-
-$result_menus{'more_nodes_than_sections'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'menu_child' => {
-    'cmdname' => 'node',
-    'extra' => {
-      'normalized' => 'section-node'
-    },
-    'menu_up' => {},
-    'menu_up_hash' => {
-      'Top' => 1
-    }
-  }
-};
-$result_menus{'more_nodes_than_sections'}{'menu_child'}{'menu_up'} = 
$result_menus{'more_nodes_than_sections'};
-
-$result_errors{'more_nodes_than_sections'} = [];
-
-
-
-$result_converted{'info'}->{'more_nodes_than_sections'} = 'This is , produced 
by tp version from .
-
-
-File: ,  Node: Top,  Next: section node,  Up: (dir)
-
-top section
-***********
-
-Top node
-
-* Menu:
-
-* section node::
-
-1 Chapter
-*********
-
-In chapter
-
-
-File: ,  Node: section node,  Prev: Top,  Up: Top
-
-1.1 section
-===========
-
-section.
-
-
-
-Tag Table:
-Node: Top41
-Node: section node191
-
-End Tag Table
-';
-
-
-$result_converted{'html'}->{'more_nodes_than_sections'} = '<!DOCTYPE html 
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<title>top section</title>
-
-<meta name="description" content="top section">
-<meta name="keywords" content="top section">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="tp">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="#Top" rel="start" title="Top">
-<link href="#SEC_Contents" rel="contents" title="Table of Contents">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-div.smalldisplay {margin-left: 3.2em}
-div.smallexample {margin-left: 3.2em}
-div.smalllisp {margin-left: 3.2em}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.nocodebreak {white-space:pre}
-span.nolinebreak {white-space:pre}
-span.roman {font-family:serif; font-weight:normal}
-span.sansserif {font-family:sans-serif; font-weight:normal}
-ul.no-bullet {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Top"></a>
-<div class="header">
-<p>
-Next: <a href="#section-node" accesskey="n" rel="next">section node</a>, Up: 
<a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
-</div>
-<a name="top-section"></a>
-<h1 class="top">top section</h1>
-<p>Top node
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#section-node" 
accesskey="1">section node</a>:</td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
-
-<a name="Chapter"></a>
-<h2 class="chapter">1 Chapter</h2>
-
-<p>In chapter
-</p>
-<hr>
-<a name="section-node"></a>
-<div class="header">
-<p>
-Previous: <a href="#Top" accesskey="p" rel="previous">Top</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>]</p>
-</div>
-<a name="section"></a>
-<h3 class="section">1.1 section</h3>
-
-<p>section.
-</p>
-<a name="SEC_Contents"></a>
-<h2 class="contents-heading">Table of Contents</h2>
-
-<div class="contents">
-
-<ul class="no-bullet">
-  <li><a name="toc-Chapter" href="#Chapter">1 Chapter</a>
-  <ul class="no-bullet">
-    <li><a name="toc-section" href="#section-node">1.1 section</a></li>
-  </ul></li>
-</ul>
-</div>
-
-<hr>
-<p>
-
-
-</p>
-</body>
-</html>
-';
-
-
-$result_converted{'xml'}->{'more_nodes_than_sections'} = '
-<node name="Top"><nodename>Top</nodename><nodenext automatic="on">section 
node</nodenext><nodeup automatic="on">(dir)</nodeup></node>
-<top><sectiontitle>top section</sectiontitle>
-<para>Top node
-</para>
-<menu>
-<menuentry><menunode>section node</menunode><menudescription><pre 
xml:space="preserve">
-</pre></menudescription></menuentry></menu>
-
-</top>
-<chapter><sectiontitle>Chapter</sectiontitle>
-
-<para>In chapter
-</para>
-<node name="section-node"><nodename>section node</nodename><nodeprev 
automatic="on">Top</nodeprev><nodeup>Top</nodeup></node>
-<section><sectiontitle>section</sectiontitle>
-
-<para>section.
-</para>
-<contents></contents>
-</section>
-</chapter>
-';
-
-1;



reply via email to

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