texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/Plaintext.pm (process_footno


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/Plaintext.pm (process_footnotes): handle the case of footnotes not associated with nodes.
Date: Sat, 31 Dec 2022 15:09:02 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new ca20ee1186 * tp/Texinfo/Convert/Plaintext.pm (process_footnotes): 
handle the case of footnotes not associated with nodes.
ca20ee1186 is described below

commit ca20ee11862306c3f002992885b7559b4f0e5c36
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Dec 31 21:08:50 2022 +0100

    * tp/Texinfo/Convert/Plaintext.pm (process_footnotes): handle the case
    of footnotes not associated with nodes.
    
    * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/09indices.t,
    tp/tests/indices/Makefile.am (EXTRA_DIST),
    tp/tests/indices/list-of-tests: move index_special_region tests to
    tp/t/09indices.t.
---
 ChangeLog                                          |   10 +
 tp/Makefile.am                                     |    1 +
 tp/Makefile.tres                                   |   41 +
 tp/Texinfo/Convert/Plaintext.pm                    |    9 +-
 tp/t/09indices.t                                   |   26 +
 .../input_files}/index_special_region.texi         |    0
 tp/t/results/indices/index_special_region.pl       | 2150 +++++++++++++++++++
 .../res_html}/Copying-and-indices.html             |    6 +-
 .../res_html}/Copying-information.html             |    1 -
 .../res_html}/Public-domain-reference.html         |    1 -
 .../index_special_region/res_html}/index.html      |    6 +-
 .../res_info}/index_special_region.info            |  Bin 2615 -> 2595 bytes
 .../Copying-and-indices.txt                        |   39 +
 .../res_plaintext/index_special_region.txt/Top.txt |   26 +
 .../index_special_region_no_titlepage_no_nodes.pl  | 2152 ++++++++++++++++++++
 .../res_html}/Chapter.html                         |   51 +-
 .../res_html}/Copying-and-indices.html             |   47 +-
 .../res_html}/Copying-information.html             |    1 -
 .../res_html}/Public-domain-reference.html         |    1 -
 .../res_html}/Titlepage-footnote-anchor.html       |    1 -
 .../res_html/index.html                            |   52 +
 .../res_html/index_special_region_fot.html         |   54 +
 .../res_html/index_special_region_toc.html         |   56 +
 .../res_info}/index_special_region.info            |  Bin 2615 -> 2822 bytes
 .../Chapter.txt                                    |   24 +
 .../Copying-and-indices.txt                        |   39 +
 .../Top.txt                                        |    3 +
 .../index_special_region_titlepage_no_nodes.pl     | 2152 ++++++++++++++++++++
 .../res_html}/Chapter.html                         |   51 +-
 .../res_html}/Copying-and-indices.html             |   47 +-
 .../res_html}/Copying-information.html             |    1 -
 .../res_html}/Public-domain-reference.html         |    1 -
 .../res_html}/Titlepage-anchor.html                |    1 -
 .../res_html}/Titlepage-footnote-anchor.html       |    1 -
 .../res_html}/index.html                           |   36 +-
 .../res_html}/index_special_region_fot.html        |   33 +-
 .../res_html/index_special_region_toc.html         |   56 +
 .../res_info}/index_special_region.info            |  Bin 2615 -> 2822 bytes
 .../Chapter.txt                                    |   24 +
 .../Copying-and-indices.txt                        |   39 +
 .../Top.txt                                        |    3 +
 ..._region_titlepage_no_nodes_footnotes_default.pl | 2152 ++++++++++++++++++++
 .../res_html}/Chapter.html                         |   67 +-
 .../res_html}/Copying-and-indices.html             |   71 +-
 .../res_html}/Copying-information.html             |    1 -
 .../res_html}/Public-domain-reference.html         |    1 -
 .../res_html}/Titlepage-anchor.html                |    1 -
 .../res_html/Titlepage-footnote-anchor.html}       |   11 +-
 .../res_html}/index.html                           |   58 +-
 .../res_html/index_special_region_toc.html         |   56 +
 .../res_info}/index_special_region.info            |  Bin 2615 -> 2595 bytes
 .../Chapter.txt                                    |   23 +
 .../Copying-and-indices.txt                        |   39 +
 .../Top.txt                                        |    3 +
 tp/tests/indices/Makefile.am                       |    1 -
 tp/tests/indices/list-of-tests                     |    2 -
 .../res_parser/index_special_region/index.html     |   60 -
 .../index_special_region/index_special_region.1    |    0
 .../index_special_region/index_special_region.2    |    6 -
 .../index_special_region_abt.html                  |  154 --
 .../index_special_region_fot.html                  |   63 -
 .../index_special_region_toc.html                  |   61 -
 .../index_special_region.1                         |    0
 .../index_special_region.2                         |    6 -
 .../index_special_region_abt.html                  |  154 --
 .../index_special_region_toc.html                  |   61 -
 .../index_special_region/index_special_region.1    |    0
 .../index_special_region/index_special_region.2    |    9 -
 .../index_special_region.1                         |    0
 .../index_special_region.2                         |    6 -
 .../index_special_region_no_insertcopying.info     |  Bin 0 -> 1646 bytes
 .../test_scripts/indices_index_special_region.sh   |   19 -
 .../indices_index_special_region_html.sh           |   19 -
 73 files changed, 9408 insertions(+), 938 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6dda850dee..fd08a27069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-12-31  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/Plaintext.pm (process_footnotes): handle the case
+       of footnotes not associated with nodes.
+
+       * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/09indices.t,
+       tp/tests/indices/Makefile.am (EXTRA_DIST),
+       tp/tests/indices/list-of-tests: move index_special_region tests to
+       tp/t/09indices.t.
+
 2022-12-31  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/indices/Makefile.am (EXTRA_DIST),
diff --git a/tp/Makefile.am b/tp/Makefile.am
index e9b9192cb3..5cf50d1eae 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -213,6 +213,7 @@ test_files = \
  t/input_files/index_no_node.texi \
  t/input_files/index_no_node_no_top.texi \
  t/input_files/index_nodes.texi \
+ t/input_files/index_special_region.texi \
  t/input_files/index_split.texi \
  t/input_files/index_table.texi \
  t/input_files/japanese_utf8.texi \
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index c3bb254a7c..7e209200da 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -806,6 +806,47 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   
t/results/indices/index_nodes_no_split_no_use_nodes/res_html/index_nodes.html \
   t/results/indices/index_nodes_no_split_no_use_nodes/res_info/index_nodes \
   
t/results/indices/index_nodes_no_split_no_use_nodes/res_plaintext/index_nodes_no_split_no_use_nodes.txt
 \
+  t/results/indices/index_special_region.pl \
+  t/results/indices/index_special_region/res_html/Copying-and-indices.html \
+  t/results/indices/index_special_region/res_html/Copying-information.html \
+  t/results/indices/index_special_region/res_html/Public-domain-reference.html 
\
+  t/results/indices/index_special_region/res_html/index.html \
+  t/results/indices/index_special_region/res_info/index_special_region.info \
+  
t/results/indices/index_special_region/res_plaintext/index_special_region.txt \
+  t/results/indices/index_special_region_no_titlepage_no_nodes.pl \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Chapter.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-information.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_fot.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_toc.html
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_info/index_special_region.info
 \
+  
t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt
 \
+  t/results/indices/index_special_region_titlepage_no_nodes.pl \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Chapter.html 
\
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-and-indices.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-information.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Public-domain-reference.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-anchor.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index.html \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_fot.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_toc.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_info/index_special_region.info
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index_special_region_toc.html
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_info/index_special_region.info
 \
+  
t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt
 \
   t/results/indices/index_table.pl \
   t/results/indices/index_table/res_html/index.html \
   t/results/indices/index_table/res_html/indices-refs.html \
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index 0586ef07b6..d0806dba4c 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -938,7 +938,11 @@ sub process_footnotes($;$)
   my $result = '';
   if (scalar(@{$self->{'pending_footnotes'}})) {
     $result .= _add_newline_if_needed($self);
-    if ($self->get_conf('footnotestyle') eq 'end' or !defined($element)) {
+    if ($self->get_conf('footnotestyle') eq 'end'
+        # no node content happens only in very special cases, such as
+        # a @footnote in @copying and @insertcopying (and USE_NODES=0?)
+        or !$element or !$element->{'extra'}->{'unit_command'}->{'extra'}
+        or 
!$element->{'extra'}->{'unit_command'}->{'extra'}->{'node_content'}) {
       my $footnotes_header = "   ---------- Footnotes ----------\n\n";
       $result .= $footnotes_header;
       add_text_to_count($self, $footnotes_header);
@@ -965,7 +969,8 @@ sub process_footnotes($;$)
       # element, while the pxref will point to the name with the
       # footnote node taken into account.  Not really problematic as
       # nested footnotes are not right.
-      if ($element) {
+      if ($element and $element->{'extra'}->{'unit_command'}->{'extra'}
+          and 
$element->{'extra'}->{'unit_command'}->{'extra'}->{'node_content'}) {
         my $node_contents
          = 
[@{$element->{'extra'}->{'unit_command'}->{'extra'}->{'node_content'}},
             {'text' => "-Footnote-$footnote->{'number'}"}];
diff --git a/tp/t/09indices.t b/tp/t/09indices.t
index 675ff43807..a74e156a18 100644
--- a/tp/t/09indices.t
+++ b/tp/t/09indices.t
@@ -914,6 +914,32 @@ undef,
 {'test_file' => 'index_table.texi'},
 {'SPLIT' => 'chapter', 'USE_NODES' => 0,},
 ],
+['index_special_region',
+undef,
+{'test_file' => 'index_special_region.texi'},
+{'SPLIT' => 'chapter'},
+],
+['index_special_region_titlepage_no_nodes',
+undef,
+{'test_file' => 'index_special_region.texi'},
+{'SPLIT' => 'chapter', 'USE_NODES' => 0, 'SHOW_TITLE' => 1,
+ 'footnotestyle' => 'separate',
+ 'CONTENTS_OUTPUT_LOCATION' => 'separate_element'},
+],
+['index_special_region_no_titlepage_no_nodes',
+undef,
+{'test_file' => 'index_special_region.texi'},
+{'USE_TITLEPAGE_FOR_TITLE' => 0,
+ 'SPLIT' => 'chapter', 'USE_NODES' => 0, 'SHOW_TITLE' => 1,
+ 'footnotestyle' => 'separate',
+ 'CONTENTS_OUTPUT_LOCATION' => 'separate_element'},
+],
+['index_special_region_titlepage_no_nodes_footnotes_default',
+undef,
+{'test_file' => 'index_special_region.texi'},
+{'SPLIT' => 'chapter', 'USE_NODES' => 0, 'SHOW_TITLE' => 1,
+ 'CONTENTS_OUTPUT_LOCATION' => 'separate_element'},
+],
 ['encoding_index_ascii',
 '
 @setfilename encoding_index_ascii.info
diff --git a/tp/tests/indices/index_special_region.texi 
b/tp/t/input_files/index_special_region.texi
similarity index 100%
rename from tp/tests/indices/index_special_region.texi
rename to tp/t/input_files/index_special_region.texi
diff --git a/tp/t/results/indices/index_special_region.pl 
b/tp/t/results/indices/index_special_region.pl
new file mode 100644
index 0000000000..c44cdb3b9b
--- /dev/null
+++ b/tp/t/results/indices/index_special_region.pl
@@ -0,0 +1,2150 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors 
+   %result_indices %result_sectioning %result_nodes %result_menus
+   %result_floats %result_converted %result_converted_errors 
+   %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'index_special_region'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'text_before_beginning'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'text_before_beginning'
+                }
+              ],
+              'type' => 'preamble_before_beginning'
+            }
+          ],
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'index_special_region.info'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'setfilename',
+              'extra' => {
+                'text_arg' => 'index_special_region.info'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 3,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => ' 
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'copying',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying this document'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 1,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying information'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Copying-information'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is a test manual, trivially and 
explicitly in the public
+'
+                    },
+                    {
+                      'text' => 'domain'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain reference'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Public-domain-reference'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 11,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => ' ',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'The public
+'
+                                },
+                                {
+                                  'text' => 'domain is something you should 
allready know
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 2,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 14,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 11,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '.
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'cp'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'printindex',
+                  'extra' => {
+                    'misc_args' => [
+                      'cp'
+                    ]
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 17,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'copying'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'copying'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 19,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 5,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'titlepage',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage index'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 3,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 23,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage anchor'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Titlepage-anchor'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 24,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is the titlepage'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote anchor'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Titlepage-footnote-anchor'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 26,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'This is a fine document.
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 4,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 29,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 26,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'text' => '
+',
+                      'type' => 'misc_arg'
+                    }
+                  ],
+                  'cmdname' => 'insertcopying',
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 32,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'titlepage'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'titlepage'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 33,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 21,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
+        }
+      ],
+      'type' => 'before_node_section'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 35,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 36,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Chapter'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 39,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'This test demonstrates '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'anchor and indices in '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'copying
+'
+            },
+            {
+              'text' => 'and titlepage, and various wrong index entries.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'findex entry'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 44,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'missing_argument' => 1
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 46,
+            'macro' => ''
+          }
+        },
+        {
+          'cmdname' => 'deffn',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffn'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 47,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 48,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 48,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 49,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'deffn'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'deffn'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 50,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 47,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'cmdname' => 'asis',
+              'type' => 'command_as_argument_inserted'
+            },
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'ftable',
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'missing_argument' => 1
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 53,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'fun'
+                            }
+                          ],
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'index_entry' => {
+                          'content_normalized' => [],
+                          'entry_content' => [],
+                          'entry_element' => {},
+                          'entry_node' => {},
+                          'entry_number' => 2,
+                          'in_code' => 1,
+                          'index_at_command' => 'item',
+                          'index_ignore_chars' => {},
+                          'index_name' => 'fn',
+                          'index_type_command' => 'ftable'
+                        }
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 54,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'ftable'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'ftable'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 55,
+                'macro' => ''
+              }
+            }
+          ],
+          'extra' => {
+            'command_as_argument' => {}
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 52,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying and indices'
+                    }
+                  ],
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => '
+'
+                        }
+                      ],
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-and-indices'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 58,
+                'macro' => ''
+              },
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'menu'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'menu'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 59,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 57,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 37,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Copying-and-indices'
+          }
+        ],
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 61,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'In the appendix, we print the indices and references.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'another fun'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 66,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'Copying appendix'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 5,
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_ignore_chars' => {},
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 68,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying information'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-information'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 70,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the copying information.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Public domain reference'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Public-domain-reference'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 71,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the licence.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 73,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the titlepage.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage footnote anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-footnote-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 74,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the titlepage.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 76,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'cp'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'cp'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 78,
+            'macro' => ''
+          }
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'fn'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'fn'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 79,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'contents',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 81,
+            'macro' => ''
+          }
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 62,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye'
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = $result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region'}{'contents'}[1];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region'}{'contents'}[1];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'extra'}{'command_as_argument'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[10]{'args'}[0];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[3];
+$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = $result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region'}{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = $result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region'}{'contents'}[4];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'args'}[0]{'contents'}[0];
+
+$result_texis{'index_special_region'} = '\\input texinfo @c -*-texinfo-*-
+
+@setfilename index_special_region.info
+
+@copying 
+
+@cindex Copying this document
+@anchor{Copying information}
+
+This is a test manual, trivially and explicitly in the public
+domain@footnote{@anchor{Public domain reference} The public
+domain is something you should allready know
+
+@cindex Public domain
+}.
+
+@printindex cp
+
+@end copying
+
+@titlepage
+
+@cindex Titlepage index
+@anchor{Titlepage anchor}
+
+This is the titlepage@footnote{@anchor{Titlepage footnote anchor}
+This is a fine document.
+
+@cindex Titlepage footnote
+}
+
+@insertcopying
+@end titlepage
+
+@node Top
+@top Top
+@chapter Chapter
+
+@insertcopying
+
+This test demonstrates @@anchor and indices in @@copying
+and titlepage, and various wrong index entries.
+
+@findex findex entry
+
+@cindex
+@deffn{truc} { }
+@deffnx{truc}
+@deffnx{} {}
+@end deffn
+
+@ftable
+@item
+@item fun
+@end ftable
+
+@menu
+* Copying and indices::
+@end menu
+
+@node Copying and indices
+@appendix Copying and indices
+
+In the appendix, we print the indices and references.
+
+@findex another fun
+
+@cindex Copying appendix
+
+@ref{Copying information} for the copying information.
+@ref{Public domain reference} for reference on the licence.
+
+@ref{Titlepage anchor} for the titlepage.
+@ref{Titlepage footnote anchor} for reference on the titlepage.
+
+@insertcopying
+
+@printindex cp
+@printindex fn
+
+@contents
+@bye
+';
+
+
+$result_texts{'index_special_region'} = '
+
+
+Top
+***
+1 Chapter
+*********
+
+
+This test demonstrates @anchor and indices in @copying
+and titlepage, and various wrong index entries.
+
+
+truc: 
+truc: 
+: 
+
+
+fun
+
+* Copying and indices::
+
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+
+
+Copying information for the copying information.
+Public domain reference for reference on the licence.
+
+Titlepage anchor for the titlepage.
+Titlepage footnote anchor for reference on the titlepage.
+
+
+
+';
+
+$result_sectioning{'index_special_region'} = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {
+              'cmdname' => 'chapter',
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 1,
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            },
+            {
+              'cmdname' => 'appendix',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'isindex' => 1,
+                    'normalized' => 'Copying-and-indices'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 'A',
+                'section_prev' => {},
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = $result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = $result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = $result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = $result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'index_special_region'};
+
+$result_nodes{'index_special_region'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'menus' => [
+      {
+        'cmdname' => 'menu'
+      }
+    ],
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'appendix',
+          'extra' => {},
+          'info' => {},
+          'structure' => {
+            'section_number' => 'A'
+          }
+        },
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    },
+    'node_next' => {}
+  }
+};
+$result_nodes{'index_special_region'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'index_special_region'};
+$result_nodes{'index_special_region'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'index_special_region'};
+$result_nodes{'index_special_region'}{'structure'}{'node_next'} = 
$result_nodes{'index_special_region'}{'structure'}{'menu_child'};
+
+$result_menus{'index_special_region'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'menu_up' => {},
+        'menu_up_hash' => {
+          'Top' => 1
+        }
+      }
+    }
+  }
+};
+$result_menus{'index_special_region'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'index_special_region'};
+
+$result_errors{'index_special_region'} = [
+  {
+    'error_line' => 'warning: @cindex missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 46,
+    'macro' => '',
+    'text' => '@cindex missing argument',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffn
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 47,
+    'macro' => '',
+    'text' => 'missing name for @deffn',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 48,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 49,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'missing @ftable argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 52,
+    'macro' => '',
+    'text' => 'missing @ftable argument',
+    'type' => 'error'
+  },
+  {
+    'error_line' => 'warning: @item missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 53,
+    'macro' => '',
+    'text' => '@item missing argument',
+    'type' => 'warning'
+  }
+];
+
+
+$result_floats{'index_special_region'} = {};
+
+
+$result_indices_sort_strings{'index_special_region'} = {
+  'cp' => [
+    'Copying appendix',
+    'Copying this document',
+    'Public domain',
+    'Titlepage footnote',
+    'Titlepage index'
+  ],
+  'fn' => [
+    'another fun',
+    'findex entry',
+    'fun'
+  ]
+};
+
+
+$result_converted_errors{'file_info'}->{'index_special_region'} = [
+  {
+    'error_line' => '@anchor output more than once: Copying information
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 8,
+    'macro' => '',
+    'text' => '@anchor output more than once: Copying information',
+    'type' => 'error'
+  },
+  {
+    'error_line' => '@anchor output more than once: Public domain reference
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 11,
+    'macro' => '',
+    'text' => '@anchor output more than once: Public domain reference',
+    'type' => 'error'
+  }
+];
+
+
+1;
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/Copying-and-indices.html
 b/tp/t/results/indices/index_special_region/res_html/Copying-and-indices.html
similarity index 93%
rename from 
tp/tests/indices/res_parser_info/index_special_region_html/Copying-and-indices.html
rename to 
tp/t/results/indices/index_special_region/res_html/Copying-and-indices.html
index 448a3b5d40..ddbace5733 100644
--- 
a/tp/tests/indices/res_parser_info/index_special_region_html/Copying-and-indices.html
+++ 
b/tp/t/results/indices/index_special_region/res_html/Copying-and-indices.html
@@ -15,13 +15,13 @@ domain.
 <meta name="keywords" content="Copying and indices (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
 <link href="index.html" rel="start" title="Top">
 <link href="index.html" rel="index" title="Top">
 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
 <link href="index.html" rel="up" title="Top">
+<link href="index.html" rel="prev" title="Top">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
@@ -39,7 +39,7 @@ th.sections-header-printindex {text-align:left; padding-left: 
1em}
 <div class="appendix-level-extent" id="Copying-and-indices">
 <div class="nav-panel">
 <p>
-Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+Previous: <a href="index.html" accesskey="p" rel="prev">Top</a>, Up: <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
 </div>
 <h2 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h2>
 
@@ -163,7 +163,7 @@ domain is something you should allready know
 <hr>
 <div class="nav-panel">
 <p>
-Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+Previous: <a href="index.html" accesskey="p" rel="prev">Top</a>, Up: <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
 </div>
 
 
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
 b/tp/t/results/indices/index_special_region/res_html/Copying-information.html
similarity index 95%
copy from 
tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
copy to 
tp/t/results/indices/index_special_region/res_html/Copying-information.html
index 36dd8f1fa1..56b5018cdc 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
+++ 
b/tp/t/results/indices/index_special_region/res_html/Copying-information.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Copying information (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Copying-information">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
 
b/tp/t/results/indices/index_special_region/res_html/Public-domain-reference.html
similarity index 95%
copy from 
tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
copy to 
tp/t/results/indices/index_special_region/res_html/Public-domain-reference.html
index 918a326ef8..512fa6320a 100644
--- 
a/tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
+++ 
b/tp/t/results/indices/index_special_region/res_html/Public-domain-reference.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Public domain reference (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Public-domain-reference">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/index.html 
b/tp/t/results/indices/index_special_region/res_html/index.html
similarity index 90%
rename from 
tp/tests/indices/res_parser_info/index_special_region_html/index.html
rename to tp/t/results/indices/index_special_region/res_html/index.html
index 4306319c32..ce4347643f 100644
--- a/tp/tests/indices/res_parser_info/index_special_region_html/index.html
+++ b/tp/t/results/indices/index_special_region/res_html/index.html
@@ -15,12 +15,12 @@ domain.
 <meta name="keywords" content="Top">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
 <link href="#Top" rel="start" title="Top">
 <link href="#Top" rel="index" title="Top">
 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="Copying-and-indices.html" rel="next" title="Copying and indices">
 <style type="text/css">
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
@@ -45,7 +45,7 @@ ul.toc-numbered-mark {list-style: none}
 <div class="top-level-extent" id="Top">
 <div class="nav-panel">
 <p>
- &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
 </div>
 <h1 class="top" id="Top-1">Top</h1>
 <div class="element-contents" id="SEC_Contents">
@@ -132,7 +132,7 @@ domain is something you should allready know
 <hr>
 <div class="nav-panel">
 <p>
- &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
 </div>
 
 
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 b/tp/t/results/indices/index_special_region/res_info/index_special_region.info
similarity index 90%
copy from 
tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
copy to 
tp/t/results/indices/index_special_region/res_info/index_special_region.info
index 8c2b63bf40..b8b7a022ca 100644
Binary files 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 and 
b/tp/t/results/indices/index_special_region/res_info/index_special_region.info 
differ
diff --git 
a/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Copying-and-indices.txt
 
b/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Copying-and-indices.txt
new file mode 100644
index 0000000000..7c42fd77fd
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Copying-and-indices.txt
@@ -0,0 +1,39 @@
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+   *note Copying information:: for the copying information.  *note
+Public domain reference:: for reference on the licence.
+
+   *note Titlepage anchor:: for the titlepage.  *note Titlepage footnote
+anchor:: for reference on the titlepage.
+
+   This is a test manual, trivially and explicitly in the public
+domain(1).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 31)
+* Copying this document:                 Copying and indices.  (line 37)
+* Public domain:                         Top.                  (line 25)
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 31)
+* Copying this document:                 Copying and indices.  (line 37)
+* Public domain:                         Top.                  (line 25)
+
+* Menu:
+
+* another fun:                           Copying and indices.  (line 31)
+* findex entry:                          Top.                  (line 16)
+* fun:                                   Top.                  (line 20)
+
+Top
+1 Chapter
+Appendix A Copying and indices
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Top.txt
 
b/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Top.txt
new file mode 100644
index 0000000000..5c671139bc
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region/res_plaintext/index_special_region.txt/Top.txt
@@ -0,0 +1,26 @@
+Top
+***
+
+1 Chapter
+*********
+
+This is a test manual, trivially and explicitly in the public domain(1).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.   (line 0)
+* Copying this document:                 Top.                   (line 6)
+
+   This test demonstrates @anchor and indices in @copying and titlepage,
+and various wrong index entries.
+
+ -- truc:
+ -- truc:
+ -- :
+
+fun
+
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes.pl 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
new file mode 100644
index 0000000000..c1710b935b
--- /dev/null
+++ b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
@@ -0,0 +1,2152 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors 
+   %result_indices %result_sectioning %result_nodes %result_menus
+   %result_floats %result_converted %result_converted_errors 
+   %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'index_special_region_no_titlepage_no_nodes'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'text_before_beginning'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'text_before_beginning'
+                }
+              ],
+              'type' => 'preamble_before_beginning'
+            }
+          ],
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'index_special_region.info'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'setfilename',
+              'extra' => {
+                'text_arg' => 'index_special_region.info'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 3,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => ' 
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'copying',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying this document'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 1,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying information'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Copying-information'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is a test manual, trivially and 
explicitly in the public
+'
+                    },
+                    {
+                      'text' => 'domain'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain reference'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Public-domain-reference'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 11,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => ' ',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'The public
+'
+                                },
+                                {
+                                  'text' => 'domain is something you should 
allready know
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 2,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 14,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 11,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '.
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'cp'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'printindex',
+                  'extra' => {
+                    'misc_args' => [
+                      'cp'
+                    ]
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 17,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'copying'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'copying'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 19,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 5,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'titlepage',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage index'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 3,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 23,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage anchor'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Titlepage-anchor'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 24,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is the titlepage'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote anchor'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Titlepage-footnote-anchor'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 26,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'This is a fine document.
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 4,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 29,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 26,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'text' => '
+',
+                      'type' => 'misc_arg'
+                    }
+                  ],
+                  'cmdname' => 'insertcopying',
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 32,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'titlepage'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'titlepage'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 33,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 21,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
+        }
+      ],
+      'type' => 'before_node_section'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 35,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 36,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Chapter'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 39,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'This test demonstrates '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'anchor and indices in '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'copying
+'
+            },
+            {
+              'text' => 'and titlepage, and various wrong index entries.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'findex entry'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 44,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'missing_argument' => 1
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 46,
+            'macro' => ''
+          }
+        },
+        {
+          'cmdname' => 'deffn',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffn'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 47,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 48,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 48,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 49,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'deffn'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'deffn'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 50,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 47,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'cmdname' => 'asis',
+              'type' => 'command_as_argument_inserted'
+            },
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'ftable',
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'missing_argument' => 1
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 53,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'fun'
+                            }
+                          ],
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'index_entry' => {
+                          'content_normalized' => [],
+                          'entry_content' => [],
+                          'entry_element' => {},
+                          'entry_node' => {},
+                          'entry_number' => 2,
+                          'in_code' => 1,
+                          'index_at_command' => 'item',
+                          'index_ignore_chars' => {},
+                          'index_name' => 'fn',
+                          'index_type_command' => 'ftable'
+                        }
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 54,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'ftable'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'ftable'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 55,
+                'macro' => ''
+              }
+            }
+          ],
+          'extra' => {
+            'command_as_argument' => {}
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 52,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying and indices'
+                    }
+                  ],
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => '
+'
+                        }
+                      ],
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-and-indices'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 58,
+                'macro' => ''
+              },
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'menu'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'menu'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 59,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 57,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 37,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Copying-and-indices'
+          }
+        ],
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 61,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'In the appendix, we print the indices and references.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'another fun'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 66,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'Copying appendix'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 5,
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_ignore_chars' => {},
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 68,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying information'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-information'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 70,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the copying information.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Public domain reference'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Public-domain-reference'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 71,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the licence.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 73,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the titlepage.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage footnote anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-footnote-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 74,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the titlepage.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 76,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'cp'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'cp'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 78,
+            'macro' => ''
+          }
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'fn'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'fn'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 79,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'contents',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 81,
+            'macro' => ''
+          }
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 62,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye'
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[1];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'extra'}{'command_as_argument'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'args'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[3];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[4];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_no_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'args'}[0]{'contents'}[0];
+
+$result_texis{'index_special_region_no_titlepage_no_nodes'} = '\\input texinfo 
@c -*-texinfo-*-
+
+@setfilename index_special_region.info
+
+@copying 
+
+@cindex Copying this document
+@anchor{Copying information}
+
+This is a test manual, trivially and explicitly in the public
+domain@footnote{@anchor{Public domain reference} The public
+domain is something you should allready know
+
+@cindex Public domain
+}.
+
+@printindex cp
+
+@end copying
+
+@titlepage
+
+@cindex Titlepage index
+@anchor{Titlepage anchor}
+
+This is the titlepage@footnote{@anchor{Titlepage footnote anchor}
+This is a fine document.
+
+@cindex Titlepage footnote
+}
+
+@insertcopying
+@end titlepage
+
+@node Top
+@top Top
+@chapter Chapter
+
+@insertcopying
+
+This test demonstrates @@anchor and indices in @@copying
+and titlepage, and various wrong index entries.
+
+@findex findex entry
+
+@cindex
+@deffn{truc} { }
+@deffnx{truc}
+@deffnx{} {}
+@end deffn
+
+@ftable
+@item
+@item fun
+@end ftable
+
+@menu
+* Copying and indices::
+@end menu
+
+@node Copying and indices
+@appendix Copying and indices
+
+In the appendix, we print the indices and references.
+
+@findex another fun
+
+@cindex Copying appendix
+
+@ref{Copying information} for the copying information.
+@ref{Public domain reference} for reference on the licence.
+
+@ref{Titlepage anchor} for the titlepage.
+@ref{Titlepage footnote anchor} for reference on the titlepage.
+
+@insertcopying
+
+@printindex cp
+@printindex fn
+
+@contents
+@bye
+';
+
+
+$result_texts{'index_special_region_no_titlepage_no_nodes'} = '
+
+
+Top
+***
+1 Chapter
+*********
+
+
+This test demonstrates @anchor and indices in @copying
+and titlepage, and various wrong index entries.
+
+
+truc: 
+truc: 
+: 
+
+
+fun
+
+* Copying and indices::
+
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+
+
+Copying information for the copying information.
+Public domain reference for reference on the licence.
+
+Titlepage anchor for the titlepage.
+Titlepage footnote anchor for reference on the titlepage.
+
+
+
+';
+
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'} = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {
+              'cmdname' => 'chapter',
+              'extra' => {},
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 1,
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            },
+            {
+              'cmdname' => 'appendix',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'isindex' => 1,
+                    'normalized' => 'Copying-and-indices'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 'A',
+                'section_prev' => {},
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'index_special_region_no_titlepage_no_nodes'};
+
+$result_nodes{'index_special_region_no_titlepage_no_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'menus' => [
+      {
+        'cmdname' => 'menu'
+      }
+    ],
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'appendix',
+          'extra' => {},
+          'info' => {},
+          'structure' => {
+            'section_number' => 'A'
+          }
+        },
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    },
+    'node_next' => {}
+  }
+};
+$result_nodes{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'index_special_region_no_titlepage_no_nodes'};
+$result_nodes{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'index_special_region_no_titlepage_no_nodes'};
+$result_nodes{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'node_next'}
 = 
$result_nodes{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'menu_child'};
+
+$result_menus{'index_special_region_no_titlepage_no_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'menu_up' => {},
+        'menu_up_hash' => {
+          'Top' => 1
+        }
+      }
+    }
+  }
+};
+$result_menus{'index_special_region_no_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'index_special_region_no_titlepage_no_nodes'};
+
+$result_errors{'index_special_region_no_titlepage_no_nodes'} = [
+  {
+    'error_line' => 'warning: @cindex missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 46,
+    'macro' => '',
+    'text' => '@cindex missing argument',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffn
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 47,
+    'macro' => '',
+    'text' => 'missing name for @deffn',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 48,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 49,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'missing @ftable argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 52,
+    'macro' => '',
+    'text' => 'missing @ftable argument',
+    'type' => 'error'
+  },
+  {
+    'error_line' => 'warning: @item missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 53,
+    'macro' => '',
+    'text' => '@item missing argument',
+    'type' => 'warning'
+  }
+];
+
+
+$result_floats{'index_special_region_no_titlepage_no_nodes'} = {};
+
+
+$result_indices_sort_strings{'index_special_region_no_titlepage_no_nodes'} = {
+  'cp' => [
+    'Copying appendix',
+    'Copying this document',
+    'Public domain',
+    'Titlepage footnote',
+    'Titlepage index'
+  ],
+  'fn' => [
+    'another fun',
+    'findex entry',
+    'fun'
+  ]
+};
+
+
+$result_converted_errors{'file_info'}->{'index_special_region_no_titlepage_no_nodes'}
 = [
+  {
+    'error_line' => '@anchor output more than once: Copying information
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 8,
+    'macro' => '',
+    'text' => '@anchor output more than once: Copying information',
+    'type' => 'error'
+  },
+  {
+    'error_line' => '@anchor output more than once: Public domain reference
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 11,
+    'macro' => '',
+    'text' => '@anchor output more than once: Public domain reference',
+    'type' => 'error'
+  }
+];
+
+
+1;
diff --git a/tp/tests/indices/res_parser/index_special_region/Chapter.html 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Chapter.html
similarity index 66%
rename from tp/tests/indices/res_parser/index_special_region/Chapter.html
rename to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Chapter.html
index 2ac9c7bca5..8ca6176220 100644
--- a/tp/tests/indices/res_parser/index_special_region/Chapter.html
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Chapter.html
@@ -15,18 +15,17 @@ domain.
 <meta name="keywords" content="1 Chapter (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="#Chapter" rel="index" title="1 Chapter">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
 <style type="text/css">
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
 strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -39,22 +38,11 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="chapter-level-extent" id="Chapter">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="index.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next section in reading order"> 
&gt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Chapter" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="chapter">1 Chapter</h1>
+<div class="nav-panel">
+<p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Chapter" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter">1 Chapter</h2>
 
 
 <a class="index-entry-id" id="index-copying-Copying-this-document"></a>
@@ -110,29 +98,14 @@ and titlepage, and various wrong index entries.
 <dt><dt><a id='index-fun'></a><span>fun<a class="copiable-link" 
href='#index-fun'> &para;</a></span></dt>
 </dl>
 
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
 
 </div>
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Chapter" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Chapter" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-and-indices.html
similarity index 82%
rename from 
tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html
rename to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-and-indices.html
index 5035975307..0862f6c869 100644
--- a/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-and-indices.html
@@ -15,13 +15,16 @@ domain.
 <meta name="keywords" content="Appendix A Copying and indices (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="Chapter.html" rel="index" title="1 Chapter">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="index.html" rel="up" title="Top">
+<link href="index.html" rel="prev" title="Top">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -34,22 +37,11 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="appendix-level-extent" id="Copying-and-indices">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Chapter.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[ &gt; ]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h1>
+<div class="nav-panel">
+<p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h2>
 
 <p>In the appendix, we print the indices and references.
 </p>
@@ -159,22 +151,11 @@ domain<a class="footnote" id="DOCF1_2" 
href="index_special_region_fot.html#FOOT1
 
 </div>
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region/Copying-information.html 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-information.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region/Copying-information.html
rename to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-information.html
index 759a763546..57cf69104a 100644
--- a/tp/tests/indices/res_parser/index_special_region/Copying-information.html
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Copying-information.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Copying information (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=Chapter.html#Copying-information">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Public-domain-reference.html
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Public-domain-reference.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region_html/Public-domain-reference.html
rename to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Public-domain-reference.html
index a7010ceef4..bbeb852a9c 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Public-domain-reference.html
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Public-domain-reference.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Public domain reference (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; 
url=index_special_region_fot.html#Public-domain-reference">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region/Titlepage-footnote-anchor.html
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region/Titlepage-footnote-anchor.html
rename to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
index c065da6958..d40b332f1f 100644
--- 
a/tp/tests/indices/res_parser/index_special_region/Titlepage-footnote-anchor.html
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Titlepage footnote anchor (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; 
url=index_special_region_fot.html#Titlepage-footnote-anchor">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index.html
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index.html
new file mode 100644
index 0000000000..2ab4071a69
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- 
+
+This is a test manual, trivially and explicitly in the public
+domain.
+
+ -->
+<title>Top</title>
+
+<meta name="description" content="Top">
+<meta name="keywords" content="Top">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="#Top" rel="start" title="Top">
+<link href="Chapter.html" rel="index" title="1 Chapter">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="Copying-and-indices.html" rel="next" title="Appendix A Copying and 
indices">
+
+
+</head>
+
+<body lang="en">
+
+
+
+<div class="top-level-extent" id="Top">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h1 class="top" id="Top-1">Top</h1>
+<ul class="mini-toc">
+<li><a href="Chapter.html" accesskey="1">Chapter</a></li>
+<li><a href="Copying-and-indices.html" accesskey="2">Copying and 
indices</a></li>
+</ul>
+</div>
+<hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
+
+
+</body>
+</html>
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_fot.html
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_fot.html
new file mode 100644
index 0000000000..51314887f7
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_fot.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- 
+
+This is a test manual, trivially and explicitly in the public
+domain.
+
+ -->
+<title>Footnotes (Top)</title>
+
+<meta name="description" content="Footnotes (Top)">
+<meta name="keywords" content="Footnotes (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="index.html" rel="start" title="Top">
+<link href="Chapter.html" rel="index" title="1 Chapter">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+
+
+</head>
+
+<body lang="en">
+<div class="element-footnotes" id="SEC_Footnotes">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h5 class="footnote-body-heading"><a id="FOOT1" 
href="Chapter.html#DOCF1">(1)</a></h5>
+<a class="anchor" id="Public-domain-reference"></a><p>The public
+domain is something you should allready know
+</p>
+<a class="index-entry-id" id="index-copying-Public-domain"></a>
+<h5 class="footnote-body-heading"><a id="FOOT1_2" 
href="Copying-and-indices.html#DOCF1_2">(2)</a></h5>
+<a class="anchor" id="Public-domain-reference"></a><p>The public
+domain is something you should allready know
+</p>
+<a class="index-entry-id" id="index-copying-Public-domain"></a>
+</div><hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
+
+
+</body>
+</html>
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_toc.html
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_toc.html
new file mode 100644
index 0000000000..1d56bc5586
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_html/index_special_region_toc.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- 
+
+This is a test manual, trivially and explicitly in the public
+domain.
+
+ -->
+<title>Table of Contents (Top)</title>
+
+<meta name="description" content="Table of Contents (Top)">
+<meta name="keywords" content="Table of Contents (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="index.html" rel="start" title="Top">
+<link href="Chapter.html" rel="index" title="1 Chapter">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<style type="text/css">
+<!--
+ul.toc-numbered-mark {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="element-contents" id="SEC_Contents">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="contents-heading">Table of Contents</h2>
+
+<div class="contents">
+
+<ul class="toc-numbered-mark">
+  <li><a id="toc-Chapter" href="Chapter.html">1 Chapter</a></li>
+  <li><a id="toc-Copying-and-indices-1" href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></li>
+</ul>
+</div>
+</div><hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="Chapter.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
+
+
+</body>
+</html>
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_info/index_special_region.info
similarity index 75%
copy from 
tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
copy to 
tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_info/index_special_region.info
index 8c2b63bf40..33b9da22f1 100644
Binary files 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 and 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_info/index_special_region.info
 differ
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Chapter.txt
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Chapter.txt
new file mode 100644
index 0000000000..4db20dd46e
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Chapter.txt
@@ -0,0 +1,24 @@
+1 Chapter
+*********
+
+This is a test manual, trivially and explicitly in the public domain(1)
+(*note Top-Footnote-1::).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.   (line 0)
+* Copying this document:                 Top.                   (line 6)
+
+   This test demonstrates @anchor and indices in @copying and titlepage,
+and various wrong index entries.
+
+ -- truc:
+ -- truc:
+ -- :
+
+fun
+
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Copying-and-indices.txt
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Copying-and-indices.txt
new file mode 100644
index 0000000000..7c1a029977
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Copying-and-indices.txt
@@ -0,0 +1,39 @@
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+   *note Copying information:: for the copying information.  *note
+Public domain reference:: for reference on the licence.
+
+   *note Titlepage anchor:: for the titlepage.  *note Titlepage footnote
+anchor:: for reference on the titlepage.
+
+   This is a test manual, trivially and explicitly in the public
+domain(1) (*note Copying and indices-Footnote-1::).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 32)
+* Copying this document:                 Copying and indices.  (line 38)
+* Public domain:                         Top.                  (line 26)
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 32)
+* Copying this document:                 Copying and indices.  (line 38)
+* Public domain:                         Top.                  (line 26)
+
+* Menu:
+
+* another fun:                           Copying and indices.  (line 32)
+* findex entry:                          Top.                  (line 17)
+* fun:                                   Top.                  (line 21)
+
+Top
+1 Chapter
+Appendix A Copying and indices
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Top.txt
 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Top.txt
new file mode 100644
index 0000000000..4e9cd1e470
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_no_titlepage_no_nodes/res_plaintext/index_special_region_no_titlepage_no_nodes.txt/Top.txt
@@ -0,0 +1,3 @@
+Top
+***
+
diff --git a/tp/t/results/indices/index_special_region_titlepage_no_nodes.pl 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes.pl
new file mode 100644
index 0000000000..a2da71ca50
--- /dev/null
+++ b/tp/t/results/indices/index_special_region_titlepage_no_nodes.pl
@@ -0,0 +1,2152 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors 
+   %result_indices %result_sectioning %result_nodes %result_menus
+   %result_floats %result_converted %result_converted_errors 
+   %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'index_special_region_titlepage_no_nodes'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'text_before_beginning'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'text_before_beginning'
+                }
+              ],
+              'type' => 'preamble_before_beginning'
+            }
+          ],
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'index_special_region.info'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'setfilename',
+              'extra' => {
+                'text_arg' => 'index_special_region.info'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 3,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => ' 
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'copying',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying this document'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 1,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying information'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Copying-information'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is a test manual, trivially and 
explicitly in the public
+'
+                    },
+                    {
+                      'text' => 'domain'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain reference'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Public-domain-reference'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 11,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => ' ',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'The public
+'
+                                },
+                                {
+                                  'text' => 'domain is something you should 
allready know
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 2,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 14,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 11,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '.
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'cp'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'printindex',
+                  'extra' => {
+                    'misc_args' => [
+                      'cp'
+                    ]
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 17,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'copying'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'copying'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 19,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 5,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'titlepage',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage index'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 3,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 23,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage anchor'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Titlepage-anchor'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 24,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is the titlepage'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote anchor'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Titlepage-footnote-anchor'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 26,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'This is a fine document.
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 4,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 29,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 26,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'text' => '
+',
+                      'type' => 'misc_arg'
+                    }
+                  ],
+                  'cmdname' => 'insertcopying',
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 32,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'titlepage'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'titlepage'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 33,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 21,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
+        }
+      ],
+      'type' => 'before_node_section'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 35,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 36,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Chapter'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 39,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'This test demonstrates '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'anchor and indices in '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'copying
+'
+            },
+            {
+              'text' => 'and titlepage, and various wrong index entries.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'findex entry'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 44,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'missing_argument' => 1
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 46,
+            'macro' => ''
+          }
+        },
+        {
+          'cmdname' => 'deffn',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffn'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 47,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 48,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 48,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 49,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'deffn'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'deffn'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 50,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 47,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'cmdname' => 'asis',
+              'type' => 'command_as_argument_inserted'
+            },
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'ftable',
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'missing_argument' => 1
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 53,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'fun'
+                            }
+                          ],
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'index_entry' => {
+                          'content_normalized' => [],
+                          'entry_content' => [],
+                          'entry_element' => {},
+                          'entry_node' => {},
+                          'entry_number' => 2,
+                          'in_code' => 1,
+                          'index_at_command' => 'item',
+                          'index_ignore_chars' => {},
+                          'index_name' => 'fn',
+                          'index_type_command' => 'ftable'
+                        }
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 54,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'ftable'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'ftable'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 55,
+                'macro' => ''
+              }
+            }
+          ],
+          'extra' => {
+            'command_as_argument' => {}
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 52,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying and indices'
+                    }
+                  ],
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => '
+'
+                        }
+                      ],
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-and-indices'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 58,
+                'macro' => ''
+              },
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'menu'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'menu'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 59,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 57,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 37,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Copying-and-indices'
+          }
+        ],
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 61,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'In the appendix, we print the indices and references.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'another fun'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 66,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'Copying appendix'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 5,
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_ignore_chars' => {},
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 68,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying information'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-information'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 70,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the copying information.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Public domain reference'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Public-domain-reference'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 71,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the licence.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 73,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the titlepage.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage footnote anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-footnote-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 74,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the titlepage.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 76,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'cp'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'cp'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 78,
+            'macro' => ''
+          }
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'fn'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'fn'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 79,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'contents',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 81,
+            'macro' => ''
+          }
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 62,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye'
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'extra'}{'command_as_argument'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[10]{'args'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[3];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'args'}[0]{'contents'}[0];
+
+$result_texis{'index_special_region_titlepage_no_nodes'} = '\\input texinfo @c 
-*-texinfo-*-
+
+@setfilename index_special_region.info
+
+@copying 
+
+@cindex Copying this document
+@anchor{Copying information}
+
+This is a test manual, trivially and explicitly in the public
+domain@footnote{@anchor{Public domain reference} The public
+domain is something you should allready know
+
+@cindex Public domain
+}.
+
+@printindex cp
+
+@end copying
+
+@titlepage
+
+@cindex Titlepage index
+@anchor{Titlepage anchor}
+
+This is the titlepage@footnote{@anchor{Titlepage footnote anchor}
+This is a fine document.
+
+@cindex Titlepage footnote
+}
+
+@insertcopying
+@end titlepage
+
+@node Top
+@top Top
+@chapter Chapter
+
+@insertcopying
+
+This test demonstrates @@anchor and indices in @@copying
+and titlepage, and various wrong index entries.
+
+@findex findex entry
+
+@cindex
+@deffn{truc} { }
+@deffnx{truc}
+@deffnx{} {}
+@end deffn
+
+@ftable
+@item
+@item fun
+@end ftable
+
+@menu
+* Copying and indices::
+@end menu
+
+@node Copying and indices
+@appendix Copying and indices
+
+In the appendix, we print the indices and references.
+
+@findex another fun
+
+@cindex Copying appendix
+
+@ref{Copying information} for the copying information.
+@ref{Public domain reference} for reference on the licence.
+
+@ref{Titlepage anchor} for the titlepage.
+@ref{Titlepage footnote anchor} for reference on the titlepage.
+
+@insertcopying
+
+@printindex cp
+@printindex fn
+
+@contents
+@bye
+';
+
+
+$result_texts{'index_special_region_titlepage_no_nodes'} = '
+
+
+Top
+***
+1 Chapter
+*********
+
+
+This test demonstrates @anchor and indices in @copying
+and titlepage, and various wrong index entries.
+
+
+truc: 
+truc: 
+: 
+
+
+fun
+
+* Copying and indices::
+
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+
+
+Copying information for the copying information.
+Public domain reference for reference on the licence.
+
+Titlepage anchor for the titlepage.
+Titlepage footnote anchor for reference on the titlepage.
+
+
+
+';
+
+$result_sectioning{'index_special_region_titlepage_no_nodes'} = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {
+              'cmdname' => 'chapter',
+              'extra' => {},
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 1,
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            },
+            {
+              'cmdname' => 'appendix',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'isindex' => 1,
+                    'normalized' => 'Copying-and-indices'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 'A',
+                'section_prev' => {},
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'index_special_region_titlepage_no_nodes'};
+
+$result_nodes{'index_special_region_titlepage_no_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'menus' => [
+      {
+        'cmdname' => 'menu'
+      }
+    ],
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'appendix',
+          'extra' => {},
+          'info' => {},
+          'structure' => {
+            'section_number' => 'A'
+          }
+        },
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    },
+    'node_next' => {}
+  }
+};
+$result_nodes{'index_special_region_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'index_special_region_titlepage_no_nodes'};
+$result_nodes{'index_special_region_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'index_special_region_titlepage_no_nodes'};
+$result_nodes{'index_special_region_titlepage_no_nodes'}{'structure'}{'node_next'}
 = 
$result_nodes{'index_special_region_titlepage_no_nodes'}{'structure'}{'menu_child'};
+
+$result_menus{'index_special_region_titlepage_no_nodes'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'menu_up' => {},
+        'menu_up_hash' => {
+          'Top' => 1
+        }
+      }
+    }
+  }
+};
+$result_menus{'index_special_region_titlepage_no_nodes'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'index_special_region_titlepage_no_nodes'};
+
+$result_errors{'index_special_region_titlepage_no_nodes'} = [
+  {
+    'error_line' => 'warning: @cindex missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 46,
+    'macro' => '',
+    'text' => '@cindex missing argument',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffn
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 47,
+    'macro' => '',
+    'text' => 'missing name for @deffn',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 48,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 49,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'missing @ftable argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 52,
+    'macro' => '',
+    'text' => 'missing @ftable argument',
+    'type' => 'error'
+  },
+  {
+    'error_line' => 'warning: @item missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 53,
+    'macro' => '',
+    'text' => '@item missing argument',
+    'type' => 'warning'
+  }
+];
+
+
+$result_floats{'index_special_region_titlepage_no_nodes'} = {};
+
+
+$result_indices_sort_strings{'index_special_region_titlepage_no_nodes'} = {
+  'cp' => [
+    'Copying appendix',
+    'Copying this document',
+    'Public domain',
+    'Titlepage footnote',
+    'Titlepage index'
+  ],
+  'fn' => [
+    'another fun',
+    'findex entry',
+    'fun'
+  ]
+};
+
+
+$result_converted_errors{'file_info'}->{'index_special_region_titlepage_no_nodes'}
 = [
+  {
+    'error_line' => '@anchor output more than once: Copying information
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 8,
+    'macro' => '',
+    'text' => '@anchor output more than once: Copying information',
+    'type' => 'error'
+  },
+  {
+    'error_line' => '@anchor output more than once: Public domain reference
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 11,
+    'macro' => '',
+    'text' => '@anchor output more than once: Public domain reference',
+    'type' => 'error'
+  }
+];
+
+
+1;
diff --git a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Chapter.html
similarity index 66%
copy from tp/tests/indices/res_parser/index_special_region_html/Chapter.html
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Chapter.html
index b016dc1523..1804e10181 100644
--- a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Chapter.html
@@ -15,18 +15,17 @@ domain.
 <meta name="keywords" content="1 Chapter (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
 <style type="text/css">
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
 strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -39,22 +38,11 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="chapter-level-extent" id="Chapter">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="index.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next section in reading order"> 
&gt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="chapter">1 Chapter</h1>
+<div class="nav-panel">
+<p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter">1 Chapter</h2>
 
 
 <a class="index-entry-id" id="index-copying-Copying-this-document"></a>
@@ -110,29 +98,14 @@ and titlepage, and various wrong index entries.
 <dt><dt><a id='index-fun'></a><span>fun<a class="copiable-link" 
href='#index-fun'> &para;</a></span></dt>
 </dl>
 
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
 
 </div>
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-and-indices.html
similarity index 82%
copy from 
tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-and-indices.html
index e5cfedbfad..c5008bfade 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-and-indices.html
@@ -15,13 +15,16 @@ domain.
 <meta name="keywords" content="Appendix A Copying and indices (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="index.html" rel="up" title="Top">
+<link href="index.html" rel="prev" title="Top">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -34,22 +37,11 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="appendix-level-extent" id="Copying-and-indices">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Chapter.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[ &gt; ]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h1>
+<div class="nav-panel">
+<p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h2>
 
 <p>In the appendix, we print the indices and references.
 </p>
@@ -159,22 +151,11 @@ domain<a class="footnote" id="DOCF1_4" 
href="index_special_region_fot.html#FOOT1
 
 </div>
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/Copying-information.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-information.html
similarity index 95%
rename from 
tp/tests/indices/res_parser_info/index_special_region_html/Copying-information.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-information.html
index 36dd8f1fa1..56b5018cdc 100644
--- 
a/tp/tests/indices/res_parser_info/index_special_region_html/Copying-information.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Copying-information.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Copying information (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Copying-information">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region/Public-domain-reference.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Public-domain-reference.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region/Public-domain-reference.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Public-domain-reference.html
index a7010ceef4..bbeb852a9c 100644
--- 
a/tp/tests/indices/res_parser/index_special_region/Public-domain-reference.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Public-domain-reference.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Public domain reference (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; 
url=index_special_region_fot.html#Public-domain-reference">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-anchor.html
similarity index 95%
copy from 
tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-anchor.html
index 4d4ed06c16..09e660a111 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-anchor.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Titlepage anchor (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Titlepage-anchor">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-footnote-anchor.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region_html/Titlepage-footnote-anchor.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
index c065da6958..d40b332f1f 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-footnote-anchor.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/Titlepage-footnote-anchor.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Titlepage footnote anchor (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; 
url=index_special_region_fot.html#Titlepage-footnote-anchor">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git a/tp/tests/indices/res_parser/index_special_region_html/index.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index.html
similarity index 75%
copy from tp/tests/indices/res_parser/index_special_region_html/index.html
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index.html
index 14dfc2eb22..293031e6a9 100644
--- a/tp/tests/indices/res_parser/index_special_region_html/index.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index.html
@@ -15,13 +15,15 @@ domain.
 <meta name="keywords" content="Top">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="#Top" rel="start" title="Top">
+<link href="#Top" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="Copying-and-indices.html" rel="next" title="Appendix A Copying and 
indices">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -81,28 +83,22 @@ domain<a class="footnote" id="DOCF1" 
href="index_special_region_fot.html#FOOT1">
 
 
 <div class="top-level-extent" id="Top">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Top" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+</div>
 <h1 class="top" id="Top-1">Top</h1>
+<ul class="mini-toc">
+<li><a href="Chapter.html" accesskey="1">Chapter</a></li>
+<li><a href="Copying-and-indices.html" accesskey="2">Copying and 
indices</a></li>
+</ul>
 </div>
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Top" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_fot.html
similarity index 58%
rename from 
tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_fot.html
index dc9d4e7561..2284daa055 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_fot.html
@@ -15,27 +15,22 @@ domain.
 <meta name="keywords" content="Footnotes (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
--->
-</style>
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
 
 
 </head>
 
 <body lang="en">
 <div class="element-footnotes" id="SEC_Footnotes">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="footnotes-heading">Footnotes</h1>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h4 class="footnotes-heading">Footnotes</h4>
 
 <h5 class="footnote-body-heading"><a id="FOOT2" 
href="index.html#DOCF2">(1)</a></h5>
 <a class="anchor" id="Titlepage-footnote-anchor"></a><p>This is a fine 
document.
@@ -57,15 +52,11 @@ domain is something you should allready know
 </p>
 <a class="index-entry-id" id="index-copying-Public-domain"></a>
 </div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
 <p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_toc.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_toc.html
new file mode 100644
index 0000000000..da6b1cc2ef
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_html/index_special_region_toc.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- 
+
+This is a test manual, trivially and explicitly in the public
+domain.
+
+ -->
+<title>Table of Contents (Top)</title>
+
+<meta name="description" content="Table of Contents (Top)">
+<meta name="keywords" content="Table of Contents (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<style type="text/css">
+<!--
+ul.toc-numbered-mark {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="element-contents" id="SEC_Contents">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="contents-heading">Table of Contents</h2>
+
+<div class="contents">
+
+<ul class="toc-numbered-mark">
+  <li><a id="toc-Chapter" href="Chapter.html">1 Chapter</a></li>
+  <li><a id="toc-Copying-and-indices-1" href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></li>
+</ul>
+</div>
+</div><hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
+
+
+</body>
+</html>
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_info/index_special_region.info
similarity index 75%
copy from 
tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes/res_info/index_special_region.info
index 8c2b63bf40..33b9da22f1 100644
Binary files 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 and 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_info/index_special_region.info
 differ
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Chapter.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Chapter.txt
new file mode 100644
index 0000000000..4db20dd46e
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Chapter.txt
@@ -0,0 +1,24 @@
+1 Chapter
+*********
+
+This is a test manual, trivially and explicitly in the public domain(1)
+(*note Top-Footnote-1::).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.   (line 0)
+* Copying this document:                 Top.                   (line 6)
+
+   This test demonstrates @anchor and indices in @copying and titlepage,
+and various wrong index entries.
+
+ -- truc:
+ -- truc:
+ -- :
+
+fun
+
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Copying-and-indices.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Copying-and-indices.txt
new file mode 100644
index 0000000000..7c1a029977
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Copying-and-indices.txt
@@ -0,0 +1,39 @@
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+   *note Copying information:: for the copying information.  *note
+Public domain reference:: for reference on the licence.
+
+   *note Titlepage anchor:: for the titlepage.  *note Titlepage footnote
+anchor:: for reference on the titlepage.
+
+   This is a test manual, trivially and explicitly in the public
+domain(1) (*note Copying and indices-Footnote-1::).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 32)
+* Copying this document:                 Copying and indices.  (line 38)
+* Public domain:                         Top.                  (line 26)
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 32)
+* Copying this document:                 Copying and indices.  (line 38)
+* Public domain:                         Top.                  (line 26)
+
+* Menu:
+
+* another fun:                           Copying and indices.  (line 32)
+* findex entry:                          Top.                  (line 17)
+* fun:                                   Top.                  (line 21)
+
+Top
+1 Chapter
+Appendix A Copying and indices
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Top.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Top.txt
new file mode 100644
index 0000000000..4e9cd1e470
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes/res_plaintext/index_special_region_titlepage_no_nodes.txt/Top.txt
@@ -0,0 +1,3 @@
+Top
+***
+
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
new file mode 100644
index 0000000000..d8954dd39a
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
@@ -0,0 +1,2152 @@
+use vars qw(%result_texis %result_texts %result_trees %result_errors 
+   %result_indices %result_sectioning %result_nodes %result_menus
+   %result_floats %result_converted %result_converted_errors 
+   %result_elements %result_directions_text %result_indices_sort_strings);
+
+use utf8;
+
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'text_before_beginning'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'text_before_beginning'
+                }
+              ],
+              'type' => 'preamble_before_beginning'
+            }
+          ],
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'index_special_region.info'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'setfilename',
+              'extra' => {
+                'text_arg' => 'index_special_region.info'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 3,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => ' 
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'copying',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying this document'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 1,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Copying information'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Copying-information'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is a test manual, trivially and 
explicitly in the public
+'
+                    },
+                    {
+                      'text' => 'domain'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain reference'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Public-domain-reference'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 11,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => ' ',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'The public
+'
+                                },
+                                {
+                                  'text' => 'domain is something you should 
allready know
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Public domain'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 2,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 14,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 11,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '.
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'cp'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'printindex',
+                  'extra' => {
+                    'misc_args' => [
+                      'cp'
+                    ]
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 17,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'copying'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'copying'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 19,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 5,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'titlepage',
+              'contents' => [
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage index'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'cindex',
+                  'extra' => {
+                    'index_entry' => {
+                      'content_normalized' => [],
+                      'entry_content' => [],
+                      'entry_element' => {},
+                      'entry_number' => 3,
+                      'entry_region' => {},
+                      'in_code' => 0,
+                      'index_at_command' => 'cindex',
+                      'index_ignore_chars' => {},
+                      'index_name' => 'cp',
+                      'index_type_command' => 'cindex'
+                    }
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 23,
+                    'macro' => ''
+                  },
+                  'type' => 'index_entry_command'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Titlepage anchor'
+                        }
+                      ],
+                      'extra' => {
+                        'region' => {}
+                      },
+                      'type' => 'brace_command_arg'
+                    }
+                  ],
+                  'cmdname' => 'anchor',
+                  'extra' => {
+                    'node_content' => [
+                      {}
+                    ],
+                    'normalized' => 'Titlepage-anchor'
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 24,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'spaces_after_close_brace'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'This is the titlepage'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote anchor'
+                                    }
+                                  ],
+                                  'extra' => {
+                                    'region' => {}
+                                  },
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'anchor',
+                              'extra' => {
+                                'node_content' => [
+                                  {}
+                                ],
+                                'normalized' => 'Titlepage-footnote-anchor'
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 26,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'spaces_after_close_brace'
+                            },
+                            {
+                              'contents' => [
+                                {
+                                  'text' => 'This is a fine document.
+'
+                                }
+                              ],
+                              'type' => 'paragraph'
+                            },
+                            {
+                              'text' => '
+',
+                              'type' => 'empty_line'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => 'Titlepage footnote'
+                                    }
+                                  ],
+                                  'info' => {
+                                    'spaces_after_argument' => '
+'
+                                  },
+                                  'type' => 'line_arg'
+                                }
+                              ],
+                              'cmdname' => 'cindex',
+                              'extra' => {
+                                'index_entry' => {
+                                  'content_normalized' => [],
+                                  'entry_content' => [],
+                                  'entry_element' => {},
+                                  'entry_number' => 4,
+                                  'entry_region' => {},
+                                  'in_code' => 0,
+                                  'index_at_command' => 'cindex',
+                                  'index_ignore_chars' => {},
+                                  'index_name' => 'cp',
+                                  'index_type_command' => 'cindex'
+                                }
+                              },
+                              'info' => {
+                                'spaces_before_argument' => ' '
+                              },
+                              'source_info' => {
+                                'file_name' => 'index_special_region.texi',
+                                'line_nr' => 29,
+                                'macro' => ''
+                              },
+                              'type' => 'index_entry_command'
+                            }
+                          ],
+                          'type' => 'brace_command_context'
+                        }
+                      ],
+                      'cmdname' => 'footnote',
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 26,
+                        'macro' => ''
+                      }
+                    },
+                    {
+                      'text' => '
+'
+                    }
+                  ],
+                  'type' => 'paragraph'
+                },
+                {
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'text' => '
+',
+                      'type' => 'misc_arg'
+                    }
+                  ],
+                  'cmdname' => 'insertcopying',
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 32,
+                    'macro' => ''
+                  }
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'titlepage'
+                        }
+                      ],
+                      'info' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'text_arg' => 'titlepage'
+                  },
+                  'info' => {
+                    'spaces_before_argument' => ' '
+                  },
+                  'source_info' => {
+                    'file_name' => 'index_special_region.texi',
+                    'line_nr' => 33,
+                    'macro' => ''
+                  }
+                }
+              ],
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 21,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
+        }
+      ],
+      'type' => 'before_node_section'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 35,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 36,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Chapter'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 39,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'This test demonstrates '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'anchor and indices in '
+            },
+            {
+              'cmdname' => '@'
+            },
+            {
+              'text' => 'copying
+'
+            },
+            {
+              'text' => 'and titlepage, and various wrong index entries.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'findex entry'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 44,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'missing_argument' => 1
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 46,
+            'macro' => ''
+          }
+        },
+        {
+          'cmdname' => 'deffn',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 47,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffn'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 47,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'truc'
+                        }
+                      ],
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 48,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 48,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'def_role' => 'category'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'spaces'
+                      },
+                      'text' => ' ',
+                      'type' => 'spaces'
+                    },
+                    {
+                      'extra' => {
+                        'def_role' => 'name'
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 49,
+                        'macro' => ''
+                      },
+                      'type' => 'bracketed_def_content'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'deffnx',
+              'extra' => {
+                'def_command' => 'deffn',
+                'def_parsed_hash' => {
+                  'category' => {},
+                  'name' => {}
+                },
+                'original_def_cmdname' => 'deffnx'
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 49,
+                'macro' => ''
+              },
+              'type' => 'def_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'deffn'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'deffn'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 50,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 47,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'cmdname' => 'asis',
+              'type' => 'command_as_argument_inserted'
+            },
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'ftable',
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'missing_argument' => 1
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 53,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'args' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'fun'
+                            }
+                          ],
+                          'info' => {
+                            'spaces_after_argument' => '
+'
+                          },
+                          'type' => 'line_arg'
+                        }
+                      ],
+                      'cmdname' => 'item',
+                      'extra' => {
+                        'index_entry' => {
+                          'content_normalized' => [],
+                          'entry_content' => [],
+                          'entry_element' => {},
+                          'entry_node' => {},
+                          'entry_number' => 2,
+                          'in_code' => 1,
+                          'index_at_command' => 'item',
+                          'index_ignore_chars' => {},
+                          'index_name' => 'fn',
+                          'index_type_command' => 'ftable'
+                        }
+                      },
+                      'info' => {
+                        'spaces_before_argument' => ' '
+                      },
+                      'source_info' => {
+                        'file_name' => 'index_special_region.texi',
+                        'line_nr' => 54,
+                        'macro' => ''
+                      }
+                    }
+                  ],
+                  'type' => 'table_term'
+                }
+              ],
+              'type' => 'table_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'ftable'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'ftable'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 55,
+                'macro' => ''
+              }
+            }
+          ],
+          'extra' => {
+            'command_as_argument' => {}
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 52,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'block_line_arg'
+            }
+          ],
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying and indices'
+                    }
+                  ],
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'text' => '
+'
+                        }
+                      ],
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-and-indices'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 58,
+                'macro' => ''
+              },
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'menu'
+                    }
+                  ],
+                  'info' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'text_arg' => 'menu'
+              },
+              'info' => {
+                'spaces_before_argument' => ' '
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 59,
+                'macro' => ''
+              }
+            }
+          ],
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 57,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 37,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Copying-and-indices'
+          }
+        ],
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 61,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Copying and indices'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'text' => 'In the appendix, we print the indices and references.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'another fun'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'findex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              'in_code' => 1,
+              'index_at_command' => 'findex',
+              'index_ignore_chars' => {},
+              'index_name' => 'fn',
+              'index_type_command' => 'findex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 66,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'Copying appendix'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 5,
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_ignore_chars' => {},
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex'
+            }
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 68,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Copying information'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-information'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 70,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the copying information.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Public domain reference'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Public-domain-reference'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 71,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the licence.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 73,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for the titlepage.
+'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'Titlepage footnote anchor'
+                    }
+                  ],
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Titlepage-footnote-anchor'
+                }
+              },
+              'source_info' => {
+                'file_name' => 'index_special_region.texi',
+                'line_nr' => 74,
+                'macro' => ''
+              }
+            },
+            {
+              'text' => ' for reference on the titlepage.
+'
+            }
+          ],
+          'type' => 'paragraph'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'insertcopying',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 76,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'cp'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'cp'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 78,
+            'macro' => ''
+          }
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'fn'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'fn'
+            ]
+          },
+          'info' => {
+            'spaces_before_argument' => ' '
+          },
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 79,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'text' => '
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'contents',
+          'source_info' => {
+            'file_name' => 'index_special_region.texi',
+            'line_nr' => 81,
+            'macro' => ''
+          }
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => 'index_special_region.texi',
+        'line_nr' => 62,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye'
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'extra'}{'region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'entry_region'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[0]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'category'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'extra'}{'def_parsed_hash'}{'name'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[8]{'contents'}[2]{'args'}[0]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'extra'}{'index_entry'}{'entry_node'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[1];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'extra'}{'command_as_argument'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[10]{'args'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[3];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[3]{'contents'}[12]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[5]{'extra'}{'index_entry'}{'entry_node'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[4];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[2]{'contents'}[5]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[2];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[0]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'label'}
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[0]{'contents'}[1]{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'index_special_region_titlepage_no_nodes_footnotes_default'}{'contents'}[5]{'contents'}[9]{'contents'}[2]{'args'}[0]{'contents'}[0];
+
+$result_texis{'index_special_region_titlepage_no_nodes_footnotes_default'} = 
'\\input texinfo @c -*-texinfo-*-
+
+@setfilename index_special_region.info
+
+@copying 
+
+@cindex Copying this document
+@anchor{Copying information}
+
+This is a test manual, trivially and explicitly in the public
+domain@footnote{@anchor{Public domain reference} The public
+domain is something you should allready know
+
+@cindex Public domain
+}.
+
+@printindex cp
+
+@end copying
+
+@titlepage
+
+@cindex Titlepage index
+@anchor{Titlepage anchor}
+
+This is the titlepage@footnote{@anchor{Titlepage footnote anchor}
+This is a fine document.
+
+@cindex Titlepage footnote
+}
+
+@insertcopying
+@end titlepage
+
+@node Top
+@top Top
+@chapter Chapter
+
+@insertcopying
+
+This test demonstrates @@anchor and indices in @@copying
+and titlepage, and various wrong index entries.
+
+@findex findex entry
+
+@cindex
+@deffn{truc} { }
+@deffnx{truc}
+@deffnx{} {}
+@end deffn
+
+@ftable
+@item
+@item fun
+@end ftable
+
+@menu
+* Copying and indices::
+@end menu
+
+@node Copying and indices
+@appendix Copying and indices
+
+In the appendix, we print the indices and references.
+
+@findex another fun
+
+@cindex Copying appendix
+
+@ref{Copying information} for the copying information.
+@ref{Public domain reference} for reference on the licence.
+
+@ref{Titlepage anchor} for the titlepage.
+@ref{Titlepage footnote anchor} for reference on the titlepage.
+
+@insertcopying
+
+@printindex cp
+@printindex fn
+
+@contents
+@bye
+';
+
+
+$result_texts{'index_special_region_titlepage_no_nodes_footnotes_default'} = '
+
+
+Top
+***
+1 Chapter
+*********
+
+
+This test demonstrates @anchor and indices in @copying
+and titlepage, and various wrong index entries.
+
+
+truc: 
+truc: 
+: 
+
+
+fun
+
+* Copying and indices::
+
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+
+
+Copying information for the copying information.
+Public domain reference for reference on the licence.
+
+Titlepage anchor for the titlepage.
+Titlepage footnote anchor for reference on the titlepage.
+
+
+
+';
+
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}
 = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {
+              'cmdname' => 'chapter',
+              'extra' => {},
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 1,
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            },
+            {
+              'cmdname' => 'appendix',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'isindex' => 1,
+                    'normalized' => 'Copying-and-indices'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 'A',
+                'section_prev' => {},
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'index_special_region_titlepage_no_nodes_footnotes_default'};
+
+$result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'menus' => [
+      {
+        'cmdname' => 'menu'
+      }
+    ],
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'appendix',
+          'extra' => {},
+          'info' => {},
+          'structure' => {
+            'section_number' => 'A'
+          }
+        },
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    },
+    'node_next' => {}
+  }
+};
+$result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
 = $result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'};
+$result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
 = $result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'};
+$result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'node_next'}
 = 
$result_nodes{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'menu_child'};
+
+$result_menus{'index_special_region_titlepage_no_nodes_footnotes_default'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'menu_child' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'normalized' => 'Copying-and-indices'
+      },
+      'info' => {},
+      'structure' => {
+        'menu_up' => {},
+        'menu_up_hash' => {
+          'Top' => 1
+        }
+      }
+    }
+  }
+};
+$result_menus{'index_special_region_titlepage_no_nodes_footnotes_default'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'index_special_region_titlepage_no_nodes_footnotes_default'};
+
+$result_errors{'index_special_region_titlepage_no_nodes_footnotes_default'} = [
+  {
+    'error_line' => 'warning: @cindex missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 46,
+    'macro' => '',
+    'text' => '@cindex missing argument',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffn
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 47,
+    'macro' => '',
+    'text' => 'missing name for @deffn',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 48,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: missing name for @deffnx
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 49,
+    'macro' => '',
+    'text' => 'missing name for @deffnx',
+    'type' => 'warning'
+  },
+  {
+    'error_line' => 'missing @ftable argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 52,
+    'macro' => '',
+    'text' => 'missing @ftable argument',
+    'type' => 'error'
+  },
+  {
+    'error_line' => 'warning: @item missing argument
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 53,
+    'macro' => '',
+    'text' => '@item missing argument',
+    'type' => 'warning'
+  }
+];
+
+
+$result_floats{'index_special_region_titlepage_no_nodes_footnotes_default'} = 
{};
+
+
+$result_indices_sort_strings{'index_special_region_titlepage_no_nodes_footnotes_default'}
 = {
+  'cp' => [
+    'Copying appendix',
+    'Copying this document',
+    'Public domain',
+    'Titlepage footnote',
+    'Titlepage index'
+  ],
+  'fn' => [
+    'another fun',
+    'findex entry',
+    'fun'
+  ]
+};
+
+
+$result_converted_errors{'file_info'}->{'index_special_region_titlepage_no_nodes_footnotes_default'}
 = [
+  {
+    'error_line' => '@anchor output more than once: Copying information
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 8,
+    'macro' => '',
+    'text' => '@anchor output more than once: Copying information',
+    'type' => 'error'
+  },
+  {
+    'error_line' => '@anchor output more than once: Public domain reference
+',
+    'file_name' => 'index_special_region.texi',
+    'line_nr' => 11,
+    'macro' => '',
+    'text' => '@anchor output more than once: Public domain reference',
+    'type' => 'error'
+  }
+];
+
+
+1;
diff --git a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
similarity index 58%
rename from tp/tests/indices/res_parser/index_special_region_html/Chapter.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
index b016dc1523..cb9cefba54 100644
--- a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Chapter.html
@@ -15,18 +15,17 @@ domain.
 <meta name="keywords" content="1 Chapter (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
 <style type="text/css">
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
 strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -39,28 +38,17 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="chapter-level-extent" id="Chapter">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="index.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next section in reading order"> 
&gt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="chapter">1 Chapter</h1>
+<div class="nav-panel">
+<p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter">1 Chapter</h2>
 
 
 <a class="index-entry-id" id="index-copying-Copying-this-document"></a>
 <a class="anchor" id="Copying-information"></a>
 <p>This is a test manual, trivially and explicitly in the public
-domain<a class="footnote" id="DOCF1_3" 
href="index_special_region_fot.html#FOOT1_3"><sup>3</sup></a>.
+domain<a class="footnote" id="DOCF1_3" href="#FOOT1_3"><sup>3</sup></a>.
 </p>
 <div class="printindex cp-printindex">
 <table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Chapter_cp_letter-C"><b>C</b></a>
@@ -78,10 +66,10 @@ domain<a class="footnote" id="DOCF1_3" 
href="index_special_region_fot.html#FOOT1
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Copying-this-document">Copying this 
document</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Chapter_cp_letter-P">P</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-copying-Public-domain">Public 
domain</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Public-domain">Public domain</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Chapter_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-titlepage-Titlepage-footnote">Titlepage
 footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-footnote">Titlepage 
footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-index">Titlepage index</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 </table>
@@ -110,29 +98,24 @@ and titlepage, and various wrong index entries.
 <dt><dt><a id='index-fun'></a><span>fun<a class="copiable-link" 
href='#index-fun'> &para;</a></span></dt>
 </dl>
 
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
-</td></tr>
-</table>
 
 </div>
+<div class="footnotes-segment">
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Copying-and-indices.html" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h5 class="footnote-body-heading"><a id="FOOT1_3" href="#DOCF1_3">(3)</a></h5>
+<a class="anchor" id="Public-domain-reference"></a><p>The public
+domain is something you should allready know
 </p>
+<a class="index-entry-id" id="index-copying-Public-domain"></a>
+</div>
+<hr>
+<div class="nav-panel">
+<p>
+Next: <a href="Copying-and-indices.html" accesskey="n" rel="next">Copying and 
indices</a>,  Up : <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
similarity index 70%
rename from 
tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
index e5cfedbfad..3e90da53c9 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-and-indices.html
@@ -15,13 +15,16 @@ domain.
 <meta name="keywords" content="Appendix A Copying and indices (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="index.html" rel="up" title="Top">
+<link href="index.html" rel="prev" title="Top">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -34,22 +37,11 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <body lang="en">
 <div class="appendix-level-extent" id="Copying-and-indices">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="Chapter.html" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="index.html" title="Up section"> Up </a>]</td>
-<td>[ &gt; ]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h1>
+<div class="nav-panel">
+<p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="appendix" id="Copying-and-indices-1">Appendix A Copying and 
indices</h2>
 
 <p>In the appendix, we print the indices and references.
 </p>
@@ -58,16 +50,16 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 <a class="index-entry-id" id="index-Copying-appendix"></a>
 
 <p><a class="ref" href="index.html#Copying-information">Copying 
information</a> for the copying information.
-<a class="ref" 
href="index_special_region_fot.html#Public-domain-reference">Public domain 
reference</a> for reference on the licence.
+<a class="ref" href="index.html#Public-domain-reference">Public domain 
reference</a> for reference on the licence.
 </p>
 <p><a class="ref" href="index.html#Titlepage-anchor">Titlepage anchor</a> for 
the titlepage.
-<a class="ref" 
href="index_special_region_fot.html#Titlepage-footnote-anchor">Titlepage 
footnote anchor</a> for reference on the titlepage.
+<a class="ref" href="index.html#Titlepage-footnote-anchor">Titlepage footnote 
anchor</a> for reference on the titlepage.
 </p>
 
 <a class="index-entry-id" id="index-copying-Copying-this-document"></a>
 <a class="anchor" id="Copying-information"></a>
 <p>This is a test manual, trivially and explicitly in the public
-domain<a class="footnote" id="DOCF1_4" 
href="index_special_region_fot.html#FOOT1_4"><sup>4</sup></a>.
+domain<a class="footnote" id="DOCF1_4" href="#FOOT1_4"><sup>4</sup></a>.
 </p>
 <div class="printindex cp-printindex">
 <table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Copying-and-indices-1_cp_letter-C"><b>C</b></a>
@@ -85,10 +77,10 @@ domain<a class="footnote" id="DOCF1_4" 
href="index_special_region_fot.html#FOOT1
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Copying-this-document">Copying this 
document</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Copying-and-indices-1_cp_letter-P">P</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-copying-Public-domain">Public 
domain</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Public-domain">Public domain</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Copying-and-indices-1_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-titlepage-Titlepage-footnote">Titlepage
 footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-footnote">Titlepage 
footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-index">Titlepage index</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 </table>
@@ -118,10 +110,10 @@ domain<a class="footnote" id="DOCF1_4" 
href="index_special_region_fot.html#FOOT1
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Copying-this-document">Copying this 
document</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Copying-and-indices-1_cp_letter-P">P</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-copying-Public-domain">Public 
domain</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-copying-Public-domain">Public domain</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Copying-and-indices-1_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-titlepage-Titlepage-footnote">Titlepage
 footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-footnote">Titlepage 
footnote</a></td><td class="printindex-index-section"><a 
href="index.html">Top</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="index.html#index-titlepage-Titlepage-index">Titlepage index</a></td><td 
class="printindex-index-section"><a href="index.html">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 </table>
@@ -158,23 +150,22 @@ domain<a class="footnote" id="DOCF1_4" 
href="index_special_region_fot.html#FOOT1
 </div>
 
 </div>
+<div class="footnotes-segment">
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="Chapter.html" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h5 class="footnote-body-heading"><a id="FOOT1_4" href="#DOCF1_4">(4)</a></h5>
+<a class="anchor" id="Public-domain-reference"></a><p>The public
+domain is something you should allready know
 </p>
+<a class="index-entry-id" id="index-copying-Public-domain"></a>
+</div>
+<hr>
+<div class="nav-panel">
+<p>
+Prev: <a href="Chapter.html" accesskey="p" rel="prev">Chapter</a>,  Up : <a 
href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="index_special_region_toc.html#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
similarity index 95%
rename from 
tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
index 36dd8f1fa1..56b5018cdc 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Copying-information.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Copying-information.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Copying information (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Copying-information">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
similarity index 95%
rename from 
tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
index 918a326ef8..512fa6320a 100644
--- 
a/tp/tests/indices/res_parser_info/index_special_region_html/Public-domain-reference.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Public-domain-reference.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Public domain reference (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Public-domain-reference">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
similarity index 95%
copy from 
tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
copy to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
index 4d4ed06c16..09e660a111 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-anchor.html
@@ -16,7 +16,6 @@ domain.
 <meta name="keywords" content="Titlepage anchor (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
 <meta http-equiv="Refresh" content="0; url=index.html#Titlepage-anchor">
 <meta name="viewport" content="width=device-width,initial-scale=1">
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
similarity index 71%
rename from 
tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
index 4d4ed06c16..97642419ed 100644
--- 
a/tp/tests/indices/res_parser/index_special_region_html/Titlepage-anchor.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/Titlepage-footnote-anchor.html
@@ -10,20 +10,19 @@ This is a test manual, trivially and explicitly in the 
public
 domain.
 
  -->
-<title>Titlepage anchor (Top)</title>
+<title>Titlepage footnote anchor (Top)</title>
 
-<meta name="description" content="Titlepage anchor (Top)">
-<meta name="keywords" content="Titlepage anchor (Top)">
+<meta name="description" content="Titlepage footnote anchor (Top)">
+<meta name="keywords" content="Titlepage footnote anchor (Top)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 
-<meta http-equiv="Refresh" content="0; url=index.html#Titlepage-anchor">
+<meta http-equiv="Refresh" content="0; 
url=index.html#Titlepage-footnote-anchor">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
 </head>
 
 <body lang="en">
 
-<p>The node you are looking for is at <a 
href="index.html#Titlepage-anchor">Titlepage anchor</a>.</p>
+<p>The node you are looking for is at <a 
href="index.html#Titlepage-footnote-anchor">Titlepage footnote anchor</a>.</p>
 </body>
diff --git a/tp/tests/indices/res_parser/index_special_region_html/index.html 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index.html
similarity index 61%
rename from tp/tests/indices/res_parser/index_special_region_html/index.html
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index.html
index 14dfc2eb22..39fbe83ddc 100644
--- a/tp/tests/indices/res_parser/index_special_region_html/index.html
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index.html
@@ -15,13 +15,15 @@ domain.
 <meta name="keywords" content="Top">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link href="#Top" rel="start" title="Top">
+<link href="#Top" rel="index" title="Top">
+<link href="index_special_region_toc.html#SEC_Contents" rel="contents" 
title="Table of Contents">
+<link href="Copying-and-indices.html" rel="next" title="Appendix A Copying and 
indices">
 <style type="text/css">
 <!--
 a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
 th.entries-header-printindex {text-align:left}
@@ -36,13 +38,13 @@ th.sections-header-printindex {text-align:left; 
padding-left: 1em}
 
 <a class="index-entry-id" id="index-titlepage-Titlepage-index"></a>
 <a class="anchor" id="Titlepage-anchor"></a>
-<p>This is the titlepage<a class="footnote" id="DOCF2" 
href="index_special_region_fot.html#FOOT2"><sup>1</sup></a>
+<p>This is the titlepage<a class="footnote" id="DOCF2" 
href="#FOOT2"><sup>1</sup></a>
 </p>
 
 <a class="index-entry-id" id="index-copying-Copying-this-document"></a>
 <a class="anchor" id="Copying-information"></a>
 <p>This is a test manual, trivially and explicitly in the public
-domain<a class="footnote" id="DOCF1" 
href="index_special_region_fot.html#FOOT1"><sup>2</sup></a>.
+domain<a class="footnote" id="DOCF1" href="#FOOT1"><sup>2</sup></a>.
 </p>
 <div class="printindex cp-printindex">
 <table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Top-1_cp_letter-C"><b>C</b></a>
@@ -60,10 +62,10 @@ domain<a class="footnote" id="DOCF1" 
href="index_special_region_fot.html#FOOT1">
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-Copying-this-document">Copying this document</a></td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Top-1_cp_letter-P">P</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-copying-Public-domain">Public 
domain</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-Public-domain">Public domain</a></td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><th id="Top-1_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="index_special_region_fot.html#index-titlepage-Titlepage-footnote">Titlepage
 footnote</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-Titlepage-footnote">Titlepage footnote</a></td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-Titlepage-index">Titlepage index</a></td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
 <tr><td colspan="3"><hr></td></tr>
 </table>
@@ -81,28 +83,36 @@ domain<a class="footnote" id="DOCF1" 
href="index_special_region_fot.html#FOOT1">
 
 
 <div class="top-level-extent" id="Top">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Top" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+</div>
 <h1 class="top" id="Top-1">Top</h1>
+<ul class="mini-toc">
+<li><a href="Chapter.html" accesskey="1">Chapter</a></li>
+<li><a href="Copying-and-indices.html" accesskey="2">Copying and 
indices</a></li>
+</ul>
 </div>
+<div class="footnotes-segment">
 <hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="#Top" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
+<h4 class="footnotes-heading">Footnotes</h4>
+
+<h5 class="footnote-body-heading"><a id="FOOT2" href="#DOCF2">(1)</a></h5>
+<a class="anchor" id="Titlepage-footnote-anchor"></a><p>This is a fine 
document.
+</p>
+<a class="index-entry-id" id="index-titlepage-Titlepage-footnote"></a>
+<h5 class="footnote-body-heading"><a id="FOOT1" href="#DOCF1">(2)</a></h5>
+<a class="anchor" id="Public-domain-reference"></a><p>The public
+domain is something you should allready know
 </p>
+<a class="index-entry-id" id="index-copying-Public-domain"></a>
+</div>
+<hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Top" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
 
 
 </body>
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index_special_region_toc.html
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index_special_region_toc.html
new file mode 100644
index 0000000000..da6b1cc2ef
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_html/index_special_region_toc.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- 
+
+This is a test manual, trivially and explicitly in the public
+domain.
+
+ -->
+<title>Table of Contents (Top)</title>
+
+<meta name="description" content="Table of Contents (Top)">
+<meta name="keywords" content="Table of Contents (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<link href="index.html" rel="start" title="Top">
+<link href="index.html" rel="index" title="Top">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<style type="text/css">
+<!--
+ul.toc-numbered-mark {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<div class="element-contents" id="SEC_Contents">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+<h2 class="contents-heading">Table of Contents</h2>
+
+<div class="contents">
+
+<ul class="toc-numbered-mark">
+  <li><a id="toc-Chapter" href="Chapter.html">1 Chapter</a></li>
+  <li><a id="toc-Copying-and-indices-1" href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></li>
+</ul>
+</div>
+</div><hr>
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="index.html" title="Index" 
rel="index">Index</a>]</p>
+</div>
+
+
+
+</body>
+</html>
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_info/index_special_region.info
similarity index 90%
rename from 
tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
rename to 
tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_info/index_special_region.info
index 8c2b63bf40..b8b7a022ca 100644
Binary files 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.info
 and 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_info/index_special_region.info
 differ
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Chapter.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Chapter.txt
new file mode 100644
index 0000000000..463233dcce
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Chapter.txt
@@ -0,0 +1,23 @@
+1 Chapter
+*********
+
+This is a test manual, trivially and explicitly in the public domain(1).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.   (line 0)
+* Copying this document:                 Top.                   (line 6)
+
+   This test demonstrates @anchor and indices in @copying and titlepage,
+and various wrong index entries.
+
+ -- truc:
+ -- truc:
+ -- :
+
+fun
+
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Copying-and-indices.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Copying-and-indices.txt
new file mode 100644
index 0000000000..7c42fd77fd
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Copying-and-indices.txt
@@ -0,0 +1,39 @@
+Appendix A Copying and indices
+******************************
+
+In the appendix, we print the indices and references.
+
+   *note Copying information:: for the copying information.  *note
+Public domain reference:: for reference on the licence.
+
+   *note Titlepage anchor:: for the titlepage.  *note Titlepage footnote
+anchor:: for reference on the titlepage.
+
+   This is a test manual, trivially and explicitly in the public
+domain(1).
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 31)
+* Copying this document:                 Copying and indices.  (line 37)
+* Public domain:                         Top.                  (line 25)
+
+* Menu:
+
+* Copying appendix:                      Copying and indices.  (line 31)
+* Copying this document:                 Copying and indices.  (line 37)
+* Public domain:                         Top.                  (line 25)
+
+* Menu:
+
+* another fun:                           Copying and indices.  (line 31)
+* findex entry:                          Top.                  (line 16)
+* fun:                                   Top.                  (line 20)
+
+Top
+1 Chapter
+Appendix A Copying and indices
+   ---------- Footnotes ----------
+
+   (1) The public domain is something you should allready know
+
diff --git 
a/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Top.txt
 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Top.txt
new file mode 100644
index 0000000000..4e9cd1e470
--- /dev/null
+++ 
b/tp/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default/res_plaintext/index_special_region_titlepage_no_nodes_footnotes_default.txt/Top.txt
@@ -0,0 +1,3 @@
+Top
+***
+
diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am
index 31b781ebf4..534dbaf3e7 100644
--- a/tp/tests/indices/Makefile.am
+++ b/tp/tests/indices/Makefile.am
@@ -1,6 +1,5 @@
 EXTRA_DIST = \
  index_special_region_no_insertcopying.texi \
- index_special_region.texi \
  indices_in_begin_tables_lists.texi \
  index_entries_relate_to_item.texi \
  list-of-tests res_parser res_parser_info
diff --git a/tp/tests/indices/list-of-tests b/tp/tests/indices/list-of-tests
index f286b56be9..ee52971a46 100644
--- a/tp/tests/indices/list-of-tests
+++ b/tp/tests/indices/list-of-tests
@@ -1,8 +1,6 @@
 # formats : :_info
 
-index_special_region index_special_region.texi --split chapter -c 
'USE_TITLEPAGE_FOR_TITLE 0'
 index_special_region_no_insertcopying 
index_special_region_no_insertcopying.texi --split chapter -c 
'USE_TITLEPAGE_FOR_TITLE 0'
-index_special_region_html index_special_region.texi --html --split chapter
 index_special_region_no_insertcopying_html 
index_special_region_no_insertcopying.texi --html --split chapter
 
 # Same input file also tested in t/converters_tests.t.  It is interesting to
diff --git a/tp/tests/indices/res_parser/index_special_region/index.html 
b/tp/tests/indices/res_parser/index_special_region/index.html
deleted file mode 100644
index 328bd147b5..0000000000
--- a/tp/tests/indices/res_parser/index_special_region/index.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>Top</title>
-
-<meta name="description" content="Top">
-<meta name="keywords" content="Top">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-
-
-
-<div class="top-level-extent" id="Top">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="top" id="Top-1">Top</h1>
-</div>
-<hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[ &lt; ]</td>
-<td>[<a href="Chapter.html" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser/index_special_region/index_special_region.1 
b/tp/tests/indices/res_parser/index_special_region/index_special_region.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/index_special_region/index_special_region.2 
b/tp/tests/indices/res_parser/index_special_region/index_special_region.2
deleted file mode 100644
index 127a79aad7..0000000000
--- a/tp/tests/indices/res_parser/index_special_region/index_special_region.2
+++ /dev/null
@@ -1,6 +0,0 @@
-index_special_region.texi:46: warning: @cindex missing argument
-index_special_region.texi:47: warning: missing name for @deffn
-index_special_region.texi:48: warning: missing name for @deffnx
-index_special_region.texi:49: warning: missing name for @deffnx
-index_special_region.texi:52: missing @ftable argument
-index_special_region.texi:53: warning: @item missing argument
diff --git 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html
 
b/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html
deleted file mode 100644
index fa95c527d5..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>About This Document (Top)</title>
-
-<meta name="description" content="About This Document (Top)">
-<meta name="keywords" content="About This Document (Top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
-td.button-direction-about {text-align:center}
-td.name-direction-about {text-align:center}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-about" id="SEC_About">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="about-heading">About This Document</h1>
-
-<p>
-  This document was generated on <em class="emph">a sunny day</em> using <a 
class="uref" href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.
-</p>
-<p>
-  The buttons in the navigation panels have the following meaning:
-</p>
-<table border="1">
-  <tr>
-    <th> Button </th>
-    <th> Name </th>
-    <th> Go to </th>
-    <th> From 1.2.3 go to</th>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &lt;&lt; ] </td>
-    <td class="name-direction-about">FastBack</td>
-    <td>Beginning of this chapter or previous chapter</td>
-    <td>1</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &lt; ] </td>
-    <td class="name-direction-about">Back</td>
-    <td>Previous section in reading order</td>
-    <td>1.2.2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ Up ] </td>
-    <td class="name-direction-about">Up</td>
-    <td>Up section</td>
-    <td>1.2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &gt; ] </td>
-    <td class="name-direction-about">Forward</td>
-    <td>Next section in reading order</td>
-    <td>1.2.4</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &gt;&gt; ] </td>
-    <td class="name-direction-about">FastForward</td>
-    <td>Next chapter</td>
-    <td>2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Top] </td>
-    <td class="name-direction-about">Top</td>
-    <td>Cover (top) of document</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Contents] </td>
-    <td class="name-direction-about">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Index] </td>
-    <td class="name-direction-about">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ ? ] </td>
-    <td class="name-direction-about">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </td>
-  </tr>
-</table>
-
-<p>
-  where the <strong class="strong"> Example </strong> assumes that the current 
position is at <strong class="strong"> Subsubsection One-Two-Three </strong> of 
a document of the following structure:
-</p>
-
-<ul>
-  <li> 1. Section One
-    <ul>
-      <li>1.1 Subsection One-One
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.2 Subsection One-Two
-        <ul>
-          <li>1.2.1 Subsubsection One-Two-One</li>
-          <li>1.2.2 Subsubsection One-Two-Two</li>
-          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
-            <strong>&lt;== Current Position </strong></li>
-          <li>1.2.4 Subsubsection One-Two-Four</li>
-        </ul>
-      </li>
-      <li>1.3 Subsection One-Three
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.4 Subsection One-Four</li>
-    </ul>
-  </li>
-</ul>
-</div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html
 
b/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html
deleted file mode 100644
index cc30acd955..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>Footnotes (Top)</title>
-
-<meta name="description" content="Footnotes (Top)">
-<meta name="keywords" content="Footnotes (Top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-footnotes" id="SEC_Footnotes">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="footnotes-heading">Footnotes</h1>
-
-<h5 class="footnote-body-heading"><a id="FOOT1" 
href="Chapter.html#DOCF1">(1)</a></h5>
-<a class="anchor" id="Public-domain-reference"></a><p>The public
-domain is something you should allready know
-</p>
-<a class="index-entry-id" id="index-copying-Public-domain"></a>
-<h5 class="footnote-body-heading"><a id="FOOT1_2" 
href="Copying-and-indices.html#DOCF1_2">(2)</a></h5>
-<a class="anchor" id="Public-domain-reference"></a><p>The public
-domain is something you should allready know
-</p>
-<a class="index-entry-id" id="index-copying-Public-domain"></a>
-</div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html
 
b/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html
deleted file mode 100644
index 8258853a60..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>Table of Contents (Top)</title>
-
-<meta name="description" content="Table of Contents (Top)">
-<meta name="keywords" content="Table of Contents (Top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
-ul.toc-numbered-mark {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-contents" id="SEC_Contents">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="contents-heading">Table of Contents</h1>
-
-<div class="contents">
-
-<ul class="toc-numbered-mark">
-  <li><a id="toc-Chapter" href="Chapter.html">1 Chapter</a></li>
-  <li><a id="toc-Copying-and-indices-1" href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></li>
-</ul>
-</div>
-</div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[<a href="Chapter.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region.1 
b/tp/tests/indices/res_parser/index_special_region_html/index_special_region.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region.2 
b/tp/tests/indices/res_parser/index_special_region_html/index_special_region.2
deleted file mode 100644
index 127a79aad7..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region.2
+++ /dev/null
@@ -1,6 +0,0 @@
-index_special_region.texi:46: warning: @cindex missing argument
-index_special_region.texi:47: warning: missing name for @deffn
-index_special_region.texi:48: warning: missing name for @deffnx
-index_special_region.texi:49: warning: missing name for @deffnx
-index_special_region.texi:52: missing @ftable argument
-index_special_region.texi:53: warning: @item missing argument
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html
 
b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html
deleted file mode 100644
index 40626acbad..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>About This Document (Top)</title>
-
-<meta name="description" content="About This Document (Top)">
-<meta name="keywords" content="About This Document (Top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
-td.button-direction-about {text-align:center}
-td.name-direction-about {text-align:center}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-about" id="SEC_About">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="about-heading">About This Document</h1>
-
-<p>
-  This document was generated on <em class="emph">a sunny day</em> using <a 
class="uref" href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.
-</p>
-<p>
-  The buttons in the navigation panels have the following meaning:
-</p>
-<table border="1">
-  <tr>
-    <th> Button </th>
-    <th> Name </th>
-    <th> Go to </th>
-    <th> From 1.2.3 go to</th>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &lt;&lt; ] </td>
-    <td class="name-direction-about">FastBack</td>
-    <td>Beginning of this chapter or previous chapter</td>
-    <td>1</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &lt; ] </td>
-    <td class="name-direction-about">Back</td>
-    <td>Previous section in reading order</td>
-    <td>1.2.2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ Up ] </td>
-    <td class="name-direction-about">Up</td>
-    <td>Up section</td>
-    <td>1.2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &gt; ] </td>
-    <td class="name-direction-about">Forward</td>
-    <td>Next section in reading order</td>
-    <td>1.2.4</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ &gt;&gt; ] </td>
-    <td class="name-direction-about">FastForward</td>
-    <td>Next chapter</td>
-    <td>2</td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Top] </td>
-    <td class="name-direction-about">Top</td>
-    <td>Cover (top) of document</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Contents] </td>
-    <td class="name-direction-about">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [Index] </td>
-    <td class="name-direction-about">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td class="button-direction-about"> [ ? ] </td>
-    <td class="name-direction-about">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </td>
-  </tr>
-</table>
-
-<p>
-  where the <strong class="strong"> Example </strong> assumes that the current 
position is at <strong class="strong"> Subsubsection One-Two-Three </strong> of 
a document of the following structure:
-</p>
-
-<ul>
-  <li> 1. Section One
-    <ul>
-      <li>1.1 Subsection One-One
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.2 Subsection One-Two
-        <ul>
-          <li>1.2.1 Subsubsection One-Two-One</li>
-          <li>1.2.2 Subsubsection One-Two-Two</li>
-          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
-            <strong>&lt;== Current Position </strong></li>
-          <li>1.2.4 Subsubsection One-Two-Four</li>
-        </ul>
-      </li>
-      <li>1.3 Subsection One-Three
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.4 Subsection One-Four</li>
-    </ul>
-  </li>
-</ul>
-</div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="index_special_region_toc.html#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html
 
b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html
deleted file mode 100644
index ae4425245e..0000000000
--- 
a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<!-- 
-
-This is a test manual, trivially and explicitly in the public
-domain.
-
- -->
-<title>Table of Contents (Top)</title>
-
-<meta name="description" content="Table of Contents (Top)">
-<meta name="keywords" content="Table of Contents (Top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-<meta name="viewport" content="width=device-width,initial-scale=1">
-
-<style type="text/css">
-<!--
-span.program-in-footer {font-size: smaller}
-ul.toc-numbered-mark {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en">
-<div class="element-contents" id="SEC_Contents">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="contents-heading">Table of Contents</h1>
-
-<div class="contents">
-
-<ul class="toc-numbered-mark">
-  <li><a id="toc-Chapter" href="Chapter.html">1 Chapter</a></li>
-  <li><a id="toc-Copying-and-indices-1" href="Copying-and-indices.html" 
rel="index">Appendix A Copying and indices</a></li>
-</ul>
-</div>
-</div><hr>
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="index.html" title="Cover (top) of document">Top</a>]</td>
-<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td>[<a href="index.html" title="Index">Index</a>]</td>
-<td>[<a href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
-  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
-</p>
-
-
-</body>
-</html>
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.1 
b/tp/tests/indices/res_parser_info/index_special_region/index_special_region.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.2 
b/tp/tests/indices/res_parser_info/index_special_region/index_special_region.2
deleted file mode 100644
index dac29abd7d..0000000000
--- 
a/tp/tests/indices/res_parser_info/index_special_region/index_special_region.2
+++ /dev/null
@@ -1,9 +0,0 @@
-texi2any: warning: ignoring splitting for format Info
-index_special_region.texi:46: warning: @cindex missing argument
-index_special_region.texi:47: warning: missing name for @deffn
-index_special_region.texi:48: warning: missing name for @deffnx
-index_special_region.texi:49: warning: missing name for @deffnx
-index_special_region.texi:52: missing @ftable argument
-index_special_region.texi:53: warning: @item missing argument
-index_special_region.texi:8: @anchor output more than once: Copying information
-index_special_region.texi:11: @anchor output more than once: Public domain 
reference
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/index_special_region.1
 
b/tp/tests/indices/res_parser_info/index_special_region_html/index_special_region.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_html/index_special_region.2
 
b/tp/tests/indices/res_parser_info/index_special_region_html/index_special_region.2
deleted file mode 100644
index 127a79aad7..0000000000
--- 
a/tp/tests/indices/res_parser_info/index_special_region_html/index_special_region.2
+++ /dev/null
@@ -1,6 +0,0 @@
-index_special_region.texi:46: warning: @cindex missing argument
-index_special_region.texi:47: warning: missing name for @deffn
-index_special_region.texi:48: warning: missing name for @deffnx
-index_special_region.texi:49: warning: missing name for @deffnx
-index_special_region.texi:52: missing @ftable argument
-index_special_region.texi:53: warning: @item missing argument
diff --git 
a/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying/index_special_region_no_insertcopying.info
 
b/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying/index_special_region_no_insertcopying.info
new file mode 100644
index 0000000000..f75eabc220
Binary files /dev/null and 
b/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying/index_special_region_no_insertcopying.info
 differ
diff --git a/tp/tests/test_scripts/indices_index_special_region.sh 
b/tp/tests/test_scripts/indices_index_special_region.sh
deleted file mode 100755
index 88f4c11626..0000000000
--- a/tp/tests/test_scripts/indices_index_special_region.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-
-
-dir=indices
-name='index_special_region'
-mkdir -p $dir
-
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-exit $exit_status
-
diff --git a/tp/tests/test_scripts/indices_index_special_region_html.sh 
b/tp/tests/test_scripts/indices_index_special_region_html.sh
deleted file mode 100755
index a048dea768..0000000000
--- a/tp/tests/test_scripts/indices_index_special_region_html.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-
-
-dir=indices
-name='index_special_region_html'
-mkdir -p $dir
-
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-exit $exit_status
-



reply via email to

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