texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Makefile.tres, tp/t/09indices.t, tp/tests/in


From: Patrice Dumas
Subject: branch master updated: * tp/Makefile.tres, tp/t/09indices.t, tp/tests/indices/Makefile.am (EXTRA_DIST), tp/tests/indices/list-of-tests: move printindex_between_node_section and printindex_between_part_chapter tests out of tp/tests/indices/list-of-tests to tp/t/09indices.t and inline them instead of using Texinfo files.
Date: Fri, 30 Dec 2022 13:13:37 -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 2ff8b2598f * tp/Makefile.tres, tp/t/09indices.t, 
tp/tests/indices/Makefile.am (EXTRA_DIST), tp/tests/indices/list-of-tests: move 
printindex_between_node_section and printindex_between_part_chapter tests out 
of tp/tests/indices/list-of-tests to tp/t/09indices.t and inline them instead 
of using Texinfo files.
2ff8b2598f is described below

commit 2ff8b2598f45d848e7c80dc61a1240dd39dd1cc9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Dec 30 19:13:27 2022 +0100

    * tp/Makefile.tres, tp/t/09indices.t, tp/tests/indices/Makefile.am
    (EXTRA_DIST), tp/tests/indices/list-of-tests: move
    printindex_between_node_section and printindex_between_part_chapter
    tests out of tp/tests/indices/list-of-tests to tp/t/09indices.t and
    inline them instead of using Texinfo files.
---
 ChangeLog                                          |    8 +
 tp/Makefile.tres                                   |    2 +
 tp/t/09indices.t                                   |   42 +
 .../indices/printindex_between_node_section.pl     |  889 +++++++++++++++++
 .../indices/printindex_between_part_chapter.pl     | 1016 ++++++++++++++++++++
 tp/tests/indices/Makefile.am                       |    2 -
 tp/tests/indices/list-of-tests                     |    2 -
 .../indices/printindex_between_node_section.texi   |   41 -
 .../indices/printindex_between_part_chapter.texi   |   41 -
 .../printindex_between_node_section/index.html     |   23 -
 .../node-chap1.html                                |   23 -
 .../printindex_between_node_section/node-sec1.html |   23 -
 .../printindex_between_node_section.1              |    0
 .../printindex_between_node_section.2              |    0
 .../printindex_between_node_section.html           |  267 -----
 .../printindex_between_part_chapter.1              |    0
 .../printindex_between_part_chapter.2              |    0
 .../printindex_between_part_chapter.html           |  270 ------
 .../printindex_between_node_section.1              |    0
 .../printindex_between_node_section.2              |    0
 .../printindex_between_node_section.info           |  Bin 1800 -> 0 bytes
 .../printindex_between_part_chapter.1              |    0
 .../printindex_between_part_chapter.2              |    1 -
 .../printindex_between_part_chapter.info           |  Bin 1824 -> 0 bytes
 .../indices_printindex_between_node_section.sh     |   19 -
 .../indices_printindex_between_part_chapter.sh     |   19 -
 26 files changed, 1957 insertions(+), 731 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 96d5eee48a..027318de6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-12-30  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Makefile.tres, tp/t/09indices.t, tp/tests/indices/Makefile.am
+       (EXTRA_DIST), tp/tests/indices/list-of-tests: move
+       printindex_between_node_section and printindex_between_part_chapter
+       tests out of tp/tests/indices/list-of-tests to tp/t/09indices.t and
+       inline them instead of using Texinfo files.
+
 2022-12-30  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/09indices.t,
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index 229b74880c..d8df6c589e 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -792,6 +792,8 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/indices/multiple_index_text_sortas_seeentry_seealso.pl \
   t/results/indices/print_merged_index.pl \
   t/results/indices/printindex_before_document.pl \
+  t/results/indices/printindex_between_node_section.pl \
+  t/results/indices/printindex_between_part_chapter.pl \
   t/results/indices/printindex_index_entry_in_copying.pl \
   t/results/indices/printindex_index_entry_in_copying_in_footnote.pl \
   t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl \
diff --git a/tp/t/09indices.t b/tp/t/09indices.t
index 1ee7ecc5dd..1976b2d87a 100644
--- a/tp/t/09indices.t
+++ b/tp/t/09indices.t
@@ -211,6 +211,48 @@ Para.
 
 Text.
 @printindex cp
+'],
+['printindex_between_node_section',
+'@node Top
+@top top
+
+@cindex top1
+@cindex top1
+@cindex aop1
+@cindex aop1
+
+@node node chap1
+@chapter chapter 1
+
+@cindex chap1
+@cindex chap1
+
+@node node sec1
+@printindex cp
+@section section1
+'],
+['printindex_between_part_chapter',
+'@node Top
+@top top
+
+@cindex top1
+@cindex top1
+@cindex aop1
+@cindex aop1
+
+@part Part 1
+
+@printindex cp
+
+@node node chap1
+@chapter chapter 1
+
+@node node chap2
+@chapter chapter 2
+
+@cindex chap2
+@cindex chap2
+
 '],
 ['image_lines_count',
 '@node Top
diff --git a/tp/t/results/indices/printindex_between_node_section.pl 
b/tp/t/results/indices/printindex_between_node_section.pl
new file mode 100644
index 0000000000..feb3490aad
--- /dev/null
+++ b/tp/t/results/indices/printindex_between_node_section.pl
@@ -0,0 +1,889 @@
+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{'printindex_between_node_section'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [],
+          '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' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'top1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              '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' => '',
+            'line_nr' => 4,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'top1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 2,
+              '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' => '',
+            'line_nr' => 5,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'aop1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              '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' => '',
+            'line_nr' => 6,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'aop1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 4,
+              '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' => '',
+            'line_nr' => 7,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 2,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'node chap1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'node-chap1'
+          }
+        ],
+        'normalized' => 'node-chap1'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 9,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'chapter 1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'chap1'
+                }
+              ],
+              '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' => '',
+            'line_nr' => 12,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'chap1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 6,
+              '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' => '',
+            'line_nr' => 13,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 10,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'node sec1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          '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' => '',
+            'line_nr' => 16,
+            'macro' => ''
+          }
+        }
+      ],
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'node-sec1'
+          }
+        ],
+        'normalized' => 'node-sec1'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 15,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'section1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'section',
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 17,
+        'macro' => ''
+      }
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'printindex_between_node_section'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_node_section'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4];
+$result_trees{'printindex_between_node_section'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[3]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_node_section'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[3]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1];
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[1]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[3];
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2];
+$result_trees{'printindex_between_node_section'}{'contents'}[4]{'contents'}[2]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_node_section'}{'contents'}[3];
+$result_trees{'printindex_between_node_section'}{'contents'}[5]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[5]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_node_section'}{'contents'}[5]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_node_section'}{'contents'}[5]{'args'}[0]{'contents'}[0];
+
+$result_texis{'printindex_between_node_section'} = '@node Top
+@top top
+
+@cindex top1
+@cindex top1
+@cindex aop1
+@cindex aop1
+
+@node node chap1
+@chapter chapter 1
+
+@cindex chap1
+@cindex chap1
+
+@node node sec1
+@printindex cp
+@section section1
+';
+
+
+$result_texts{'printindex_between_node_section'} = 'top
+***
+
+
+1 chapter 1
+***********
+
+
+1.1 section1
+============
+';
+
+$result_sectioning{'printindex_between_node_section'} = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {
+              'cmdname' => 'chapter',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'normalized' => 'node-chap1'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_childs' => [
+                  {
+                    'cmdname' => 'section',
+                    'extra' => {
+                      'associated_node' => {
+                        'cmdname' => 'node',
+                        'extra' => {
+                          'isindex' => 1,
+                          'normalized' => 'node-sec1'
+                        },
+                        'info' => {},
+                        'structure' => {}
+                      }
+                    },
+                    'info' => {},
+                    'structure' => {
+                      'section_level' => 2,
+                      'section_number' => '1.1',
+                      'section_up' => {}
+                    }
+                  }
+                ],
+                'section_level' => 1,
+                'section_number' => 1,
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = 
$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_node_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'printindex_between_node_section'};
+
+$result_nodes{'printindex_between_node_section'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'node_next' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'chapter',
+          'extra' => {},
+          'info' => {},
+          'structure' => {
+            'section_number' => 1
+          }
+        },
+        'normalized' => 'node-chap1'
+      },
+      'info' => {},
+      'structure' => {
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    }
+  }
+};
+$result_nodes{'printindex_between_node_section'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'printindex_between_node_section'};
+$result_nodes{'printindex_between_node_section'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'printindex_between_node_section'};
+
+$result_menus{'printindex_between_node_section'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {}
+};
+
+$result_errors{'printindex_between_node_section'} = [];
+
+
+$result_floats{'printindex_between_node_section'} = {};
+
+
+$result_indices_sort_strings{'printindex_between_node_section'} = {
+  'cp' => [
+    'aop1',
+    'aop1',
+    'chap1',
+    'chap1',
+    'top1',
+    'top1'
+  ]
+};
+
+
+
+$result_converted{'info'}->{'printindex_between_node_section'} = 'This is , 
produced from .
+
+
+File: ,  Node: Top,  Next: node chap1,  Up: (dir)
+
+top
+***
+
+* Menu:
+
+* node chap1::
+
+
+File: ,  Node: node chap1,  Prev: Top,  Up: Top
+
+1 chapter 1
+***********
+
+* Menu:
+
+* node sec1::
+
+
+File: ,  Node: node sec1,  Up: node chap1
+
+[index]
+* Menu:
+
+* aop1:                                  Top.                   (line 6)
+* aop1 <1>:                              Top.                   (line 5)
+* chap1:                                 node chap1.            (line 6)
+* chap1 <1>:                             node chap1.            (line 5)
+* top1:                                  Top.                   (line 6)
+* top1 <1>:                              Top.                   (line 6)
+
+1.1 section1
+============
+
+
+
+Tag Table:
+Node: Top27
+Node: node chap1114
+Node: node sec1214
+
+End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
+';
+
+
+$result_converted{'plaintext'}->{'printindex_between_node_section'} = 'top
+***
+
+1 chapter 1
+***********
+
+* Menu:
+
+* aop1:                                  Top.                   (line 3)
+* aop1 <1>:                              Top.                   (line 2)
+* chap1:                                 node chap1.            (line 6)
+* chap1 <1>:                             node chap1.            (line 5)
+* top1:                                  Top.                   (line 3)
+* top1 <1>:                              Top.                   (line 3)
+
+1.1 section1
+============
+
+';
+
+
+$result_converted{'html_text'}->{'printindex_between_node_section'} = '<div 
class="top-level-extent" id="Top">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<h1 class="top" id="top">top</h1>
+
+<a class="index-entry-id" id="index-top1"></a>
+<a class="index-entry-id" id="index-top1-1"></a>
+<a class="index-entry-id" id="index-aop1"></a>
+<a class="index-entry-id" id="index-aop1-1"></a>
+
+<ul class="mini-toc">
+<li><a href="#node-chap1" accesskey="1">chapter 1</a></li>
+</ul>
+<hr>
+<div class="chapter-level-extent" id="node-chap1">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter" id="chapter-1">1 chapter 1</h2>
+
+<a class="index-entry-id" id="index-chap1"></a>
+<a class="index-entry-id" id="index-chap1-1"></a>
+
+<ul class="mini-toc">
+<li><a href="#node-sec1" accesskey="1">section1</a></li>
+</ul>
+<hr>
+<div class="section-level-extent" id="node-sec1">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#t_i_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="cp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index Entry</th><th 
class="sections-header-printindex">Section</th></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-A">A</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-aop1">aop1</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-aop1-1">aop1</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-C">C</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-chap1">chap1</a></td><td class="printindex-index-section"><a 
href="#node-chap1">node chap1</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-chap1-1">chap1</a></td><td class="printindex-index-section"><a 
href="#node-chap1">node chap1</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-T">T</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top1">top1</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-top1-1">top1</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+</table>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#t_i_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+<h3 class="section" id="section1">1.1 section1</h3>
+</div>
+</div>
+</div>
+';
+
+
+$result_converted{'xml'}->{'printindex_between_node_section'} = '<node 
name="Top" spaces=" "><nodename>Top</nodename><nodenext automatic="on">node 
chap1</nodenext></node>
+<top spaces=" "><sectiontitle>top</sectiontitle>
+
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="1">top1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="2">top1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="3">aop1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="4">aop1</indexterm></cindex>
+
+</top>
+<node name="node-chap1" spaces=" "><nodename>node chap1</nodename><nodeprev 
automatic="on">Top</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<chapter spaces=" "><sectiontitle>chapter 1</sectiontitle>
+
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="5">chap1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="6">chap1</indexterm></cindex>
+
+<node name="node-sec1" spaces=" "><nodename>node sec1</nodename><nodeup 
automatic="on">node chap1</nodeup></node>
+<printindex spaces=" " value="cp" line="cp"></printindex>
+<section spaces=" "><sectiontitle>section1</sectiontitle>
+</section>
+</chapter>
+';
+
+1;
diff --git a/tp/t/results/indices/printindex_between_part_chapter.pl 
b/tp/t/results/indices/printindex_between_part_chapter.pl
new file mode 100644
index 0000000000..4b7f80427f
--- /dev/null
+++ b/tp/t/results/indices/printindex_between_part_chapter.pl
@@ -0,0 +1,1016 @@
+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{'printindex_between_part_chapter'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [],
+          'type' => 'preamble_before_content'
+        }
+      ],
+      'type' => 'before_node_section'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'isindex' => 1,
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'top'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'top1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 1,
+              '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' => '',
+            'line_nr' => 4,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'top1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 2,
+              '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' => '',
+            'line_nr' => 5,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'aop1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 3,
+              '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' => '',
+            'line_nr' => 6,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'aop1'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 4,
+              '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' => '',
+            'line_nr' => 7,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 2,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'Part 1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'part',
+      'contents' => [
+        {
+          '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' => '',
+            'line_nr' => 11,
+            'macro' => ''
+          }
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 9,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'node chap1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'node-chap1'
+          }
+        ],
+        'normalized' => 'node-chap1'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 13,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'chapter 1'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'associated_part' => {}
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 14,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'node chap2'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [
+              {}
+            ],
+            'normalized' => 'node-chap2'
+          }
+        ],
+        'normalized' => 'node-chap2'
+      },
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 16,
+        'macro' => ''
+      }
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'text' => 'chapter 2'
+            }
+          ],
+          'info' => {
+            'spaces_after_argument' => '
+'
+          },
+          'type' => 'line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'chap2'
+                }
+              ],
+              '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' => '',
+            'line_nr' => 19,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'text' => 'chap2'
+                }
+              ],
+              'info' => {
+                'spaces_after_argument' => '
+'
+              },
+              'type' => 'line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'content_normalized' => [],
+              'entry_content' => [],
+              'entry_element' => {},
+              'entry_node' => {},
+              'entry_number' => 6,
+              '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' => '',
+            'line_nr' => 20,
+            'macro' => ''
+          },
+          'type' => 'index_entry_command'
+        },
+        {
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {},
+      'info' => {
+        'spaces_before_argument' => ' '
+      },
+      'source_info' => {
+        'file_name' => '',
+        'line_nr' => 17,
+        'macro' => ''
+      }
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[2]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[3]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[2]{'contents'}[4]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[4]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[4]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[5]{'extra'}{'associated_part'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[3];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[6]{'extra'}{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[6]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[6]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[6]{'args'}[0]{'contents'}[0];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[1]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[6];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'extra'}{'index_entry'}{'entry_content'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'extra'}{'index_entry'}{'entry_element'}
 = 
$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2];
+$result_trees{'printindex_between_part_chapter'}{'contents'}[7]{'contents'}[2]{'extra'}{'index_entry'}{'entry_node'}
 = $result_trees{'printindex_between_part_chapter'}{'contents'}[6];
+
+$result_texis{'printindex_between_part_chapter'} = '@node Top
+@top top
+
+@cindex top1
+@cindex top1
+@cindex aop1
+@cindex aop1
+
+@part Part 1
+
+@printindex cp
+
+@node node chap1
+@chapter chapter 1
+
+@node node chap2
+@chapter chapter 2
+
+@cindex chap2
+@cindex chap2
+
+';
+
+
+$result_texts{'printindex_between_part_chapter'} = 'top
+***
+
+
+Part 1
+******
+
+
+1 chapter 1
+***********
+
+2 chapter 2
+***********
+
+
+';
+
+$result_sectioning{'printindex_between_part_chapter'} = {
+  'structure' => {
+    'section_childs' => [
+      {
+        'cmdname' => 'top',
+        'extra' => {
+          'associated_node' => {
+            'cmdname' => 'node',
+            'extra' => {
+              'isindex' => 1,
+              'normalized' => 'Top'
+            },
+            'info' => {},
+            'structure' => {}
+          }
+        },
+        'info' => {},
+        'structure' => {
+          'section_level' => 0,
+          'section_up' => {}
+        }
+      },
+      {
+        'cmdname' => 'part',
+        'extra' => {
+          'part_associated_section' => {
+            'cmdname' => 'chapter',
+            'extra' => {
+              'associated_node' => {
+                'cmdname' => 'node',
+                'extra' => {
+                  'normalized' => 'node-chap1'
+                },
+                'info' => {},
+                'structure' => {}
+              },
+              'associated_part' => {}
+            },
+            'info' => {},
+            'structure' => {
+              'section_level' => 1,
+              'section_number' => 1,
+              'section_up' => {},
+              'toplevel_prev' => {},
+              'toplevel_up' => {}
+            }
+          },
+          'part_following_node' => {}
+        },
+        'info' => {},
+        'structure' => {
+          'section_childs' => [
+            {},
+            {
+              'cmdname' => 'chapter',
+              'extra' => {
+                'associated_node' => {
+                  'cmdname' => 'node',
+                  'extra' => {
+                    'normalized' => 'node-chap2'
+                  },
+                  'info' => {},
+                  'structure' => {}
+                }
+              },
+              'info' => {},
+              'structure' => {
+                'section_level' => 1,
+                'section_number' => 2,
+                'section_prev' => {},
+                'section_up' => {},
+                'toplevel_prev' => {},
+                'toplevel_up' => {}
+              }
+            }
+          ],
+          'section_level' => 0,
+          'section_prev' => {},
+          'section_up' => {}
+        }
+      }
+    ],
+    'section_level' => -1
+  }
+};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
 = $result_sectioning{'printindex_between_part_chapter'};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'section_up'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_following_node'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[0]
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'extra'}{'part_associated_section'};
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
 = 
$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'printindex_between_part_chapter'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
 = $result_sectioning{'printindex_between_part_chapter'};
+
+$result_nodes{'printindex_between_part_chapter'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {},
+      'info' => {},
+      'structure' => {}
+    },
+    'isindex' => 1,
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {
+    'node_next' => {
+      'cmdname' => 'node',
+      'extra' => {
+        'associated_section' => {
+          'cmdname' => 'chapter',
+          'extra' => {
+            'associated_part' => {
+              'cmdname' => 'part',
+              'extra' => {},
+              'info' => {},
+              'structure' => {}
+            }
+          },
+          'info' => {},
+          'structure' => {
+            'section_number' => 1
+          }
+        },
+        'node_preceding_part' => {},
+        'normalized' => 'node-chap1'
+      },
+      'info' => {},
+      'structure' => {
+        'node_next' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'associated_section' => {
+              'cmdname' => 'chapter',
+              'extra' => {},
+              'info' => {},
+              'structure' => {
+                'section_number' => 2
+              }
+            },
+            'normalized' => 'node-chap2'
+          },
+          'info' => {},
+          'structure' => {
+            'node_prev' => {},
+            'node_up' => {}
+          }
+        },
+        'node_prev' => {},
+        'node_up' => {}
+      }
+    }
+  }
+};
+$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'extra'}{'node_preceding_part'}
 = 
$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'};
+$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'};
+$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'printindex_between_part_chapter'};
+$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
 = $result_nodes{'printindex_between_part_chapter'};
+$result_nodes{'printindex_between_part_chapter'}{'structure'}{'node_next'}{'structure'}{'node_up'}
 = $result_nodes{'printindex_between_part_chapter'};
+
+$result_menus{'printindex_between_part_chapter'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'isindex' => 1,
+    'normalized' => 'Top'
+  },
+  'info' => {},
+  'structure' => {}
+};
+
+$result_errors{'printindex_between_part_chapter'} = [
+  {
+    'error_line' => 'warning: @part not empty
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => '',
+    'text' => '@part not empty',
+    'type' => 'warning'
+  }
+];
+
+
+$result_floats{'printindex_between_part_chapter'} = {};
+
+
+$result_indices_sort_strings{'printindex_between_part_chapter'} = {
+  'cp' => [
+    'aop1',
+    'aop1',
+    'chap2',
+    'chap2',
+    'top1',
+    'top1'
+  ]
+};
+
+
+
+$result_converted{'info'}->{'printindex_between_part_chapter'} = 'This is , 
produced from .
+
+
+File: ,  Node: Top,  Next: node chap1,  Up: (dir)
+
+top
+***
+
+* Menu:
+
+* node chap1::
+* node chap2::
+
+[index]
+* Menu:
+
+* aop1:                                  Top.                   (line 6)
+* aop1 <1>:                              Top.                   (line 5)
+* chap2:                                 node chap2.            (line 4)
+* chap2 <1>:                             node chap2.            (line 4)
+* top1:                                  Top.                   (line 6)
+* top1 <1>:                              Top.                   (line 6)
+
+
+File: ,  Node: node chap1,  Next: node chap2,  Prev: Top,  Up: Top
+
+1 chapter 1
+***********
+
+
+File: ,  Node: node chap2,  Prev: node chap1,  Up: Top
+
+2 chapter 2
+***********
+
+
+
+Tag Table:
+Node: Top27
+Node: node chap1589
+Node: node chap2684
+
+End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
+';
+
+
+$result_converted{'plaintext'}->{'printindex_between_part_chapter'} = 'top
+***
+
+* Menu:
+
+* aop1:                                  Top.                   (line 3)
+* aop1 <1>:                              Top.                   (line 2)
+* chap2:                                 node chap2.            (line 0)
+* chap2 <1>:                             node chap2.            (line 0)
+* top1:                                  Top.                   (line 3)
+* top1 <1>:                              Top.                   (line 3)
+
+1 chapter 1
+***********
+
+2 chapter 2
+***********
+
+';
+
+
+$result_converted{'html_text'}->{'printindex_between_part_chapter'} = '<div 
class="top-level-extent" id="Top">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<h1 class="top" id="top">top</h1>
+
+<a class="index-entry-id" id="index-top1"></a>
+<a class="index-entry-id" id="index-top1-1"></a>
+<a class="index-entry-id" id="index-aop1"></a>
+<a class="index-entry-id" id="index-aop1-1"></a>
+
+<hr>
+</div>
+<div class="part-level-extent" id="Part-1">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<h1 class="part">Part 1</h1>
+<hr>
+
+<div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#t_i_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="cp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index Entry</th><th 
class="sections-header-printindex">Section</th></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-A">A</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-aop1">aop1</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-aop1-1">aop1</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-C">C</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-chap2">chap2</a></td><td class="printindex-index-section"><a 
href="#node-chap2">node chap2</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-chap2-1">chap2</a></td><td class="printindex-index-section"><a 
href="#node-chap2">node chap2</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+<tr><th id="t_i_cp_letter-T">T</th></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top1">top1</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-top1-1">top1</a></td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td colspan="3"><hr></td></tr>
+</table>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#t_i_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#t_i_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+
+<ul class="mini-toc">
+<li><a href="#node-chap1" accesskey="1">chapter 1</a></li>
+<li><a href="#node-chap2" accesskey="2">chapter 2</a></li>
+</ul>
+<div class="chapter-level-extent" id="node-chap1">
+<h2 class="chapter" id="chapter-1">1 chapter 1</h2>
+
+<hr>
+</div>
+<div class="chapter-level-extent" id="node-chap2">
+<div class="nav-panel">
+<p>
+ &nbsp; [<a href="#node-chap1" title="Index" rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter" id="chapter-2">2 chapter 2</h2>
+
+<a class="index-entry-id" id="index-chap2"></a>
+<a class="index-entry-id" id="index-chap2-1"></a>
+
+</div>
+</div>
+';
+
+
+$result_converted{'xml'}->{'printindex_between_part_chapter'} = '<node 
name="Top" spaces=" "><nodename>Top</nodename><nodenext automatic="on">node 
chap1</nodenext></node>
+<top spaces=" "><sectiontitle>top</sectiontitle>
+
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="1">top1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="2">top1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="3">aop1</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="4">aop1</indexterm></cindex>
+
+</top>
+<part spaces=" "><sectiontitle>Part 1</sectiontitle>
+
+<printindex spaces=" " value="cp" line="cp"></printindex>
+
+<node name="node-chap1" spaces=" "><nodename>node chap1</nodename><nodenext 
automatic="on">node chap2</nodenext><nodeprev 
automatic="on">Top</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<chapter spaces=" "><sectiontitle>chapter 1</sectiontitle>
+
+</chapter>
+<node name="node-chap2" spaces=" "><nodename>node chap2</nodename><nodeprev 
automatic="on">node chap1</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<chapter spaces=" "><sectiontitle>chapter 2</sectiontitle>
+
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="5">chap2</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" 
number="6">chap2</indexterm></cindex>
+
+</chapter>
+</part>
+';
+
+1;
diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am
index 682d4eb588..441f68abbf 100644
--- a/tp/tests/indices/Makefile.am
+++ b/tp/tests/indices/Makefile.am
@@ -1,11 +1,9 @@
 EXTRA_DIST = index_table.texi \
  index_special_region_no_insertcopying.texi \
  index_special_region.texi index_special_region_no_region.texi \
- printindex_between_node_section.texi \
  index_and_node_same_name.texi \
  index_entry_in_footnote.texi \
  index_one_node.texi index_no_node_no_top.texi \
- printindex_between_part_chapter.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 68fce8a88e..8920b6fdd6 100644
--- a/tp/tests/indices/list-of-tests
+++ b/tp/tests/indices/list-of-tests
@@ -6,8 +6,6 @@ index_special_region_no_insertcopying 
index_special_region_no_insertcopying.texi
 index_special_region_html index_special_region.texi --html --split chapter
 index_special_region_no_region_html index_special_region_no_region.texi --html 
--split chapter
 index_special_region_no_insertcopying_html 
index_special_region_no_insertcopying.texi --html --split chapter
-printindex_between_node_section printindex_between_node_section.texi 
--node-files
-printindex_between_part_chapter printindex_between_part_chapter.texi
 index_and_node_same_name index_and_node_same_name.texi
 index_entry_in_footnote index_entry_in_footnote.texi
 index_one_node index_one_node.texi
diff --git a/tp/tests/indices/printindex_between_node_section.texi 
b/tp/tests/indices/printindex_between_node_section.texi
deleted file mode 100644
index 3c41f4cbd0..0000000000
--- a/tp/tests/indices/printindex_between_node_section.texi
+++ /dev/null
@@ -1,41 +0,0 @@
-\input texinfo.tex    @c -*-texinfo-*-
-
-@setfilename printindex_between_node_section.info
-
-@node Top
-@top top
-
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-
-
-@menu
-* node chap1::
-@end menu
-
-@node node chap1
-@chapter chapter 1
-
-@menu
-* node sec1::
-@end menu
-
-@node node sec1
-@printindex cp
-@section section1
-
-@bye
diff --git a/tp/tests/indices/printindex_between_part_chapter.texi 
b/tp/tests/indices/printindex_between_part_chapter.texi
deleted file mode 100644
index 29839683a5..0000000000
--- a/tp/tests/indices/printindex_between_part_chapter.texi
+++ /dev/null
@@ -1,41 +0,0 @@
-\input texinfo.tex    @c -*-texinfo-*-
-
-@setfilename printindex_between_part_chapter.info
-
-@node Top
-@top top
-
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex top1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-@cindex aop1
-
-
-@menu
-* node chap1::
-* node chap2::
-@end menu
-
-@part Part 1
-
-@printindex cp
-
-@node node chap1
-@chapter chapter 1
-
-@node node chap2
-@chapter chapter 2
-
-@bye
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/index.html 
b/tp/tests/indices/res_parser/printindex_between_node_section/index.html
deleted file mode 100644
index 7977027c1f..0000000000
--- a/tp/tests/indices/res_parser/printindex_between_node_section/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<!-- This file redirects to the location of a node or anchor -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Top (top)</title>
-
-<meta name="description" content="Top (top)">
-<meta name="keywords" content="Top (top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-
-<meta http-equiv="Refresh" content="0; 
url=printindex_between_node_section.html#Top">
-<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="printindex_between_node_section.html#Top">Top</a>.</p>
-</body>
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/node-chap1.html 
b/tp/tests/indices/res_parser/printindex_between_node_section/node-chap1.html
deleted file mode 100644
index 4f95c553d0..0000000000
--- 
a/tp/tests/indices/res_parser/printindex_between_node_section/node-chap1.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<!-- This file redirects to the location of a node or anchor -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>node chap1 (top)</title>
-
-<meta name="description" content="node chap1 (top)">
-<meta name="keywords" content="node chap1 (top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-
-<meta http-equiv="Refresh" content="0; 
url=printindex_between_node_section.html#node-chap1">
-<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="printindex_between_node_section.html#node-chap1">node chap1</a>.</p>
-</body>
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/node-sec1.html 
b/tp/tests/indices/res_parser/printindex_between_node_section/node-sec1.html
deleted file mode 100644
index 60c749644a..0000000000
--- a/tp/tests/indices/res_parser/printindex_between_node_section/node-sec1.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<!-- This file redirects to the location of a node or anchor -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>node sec1 (top)</title>
-
-<meta name="description" content="node sec1 (top)">
-<meta name="keywords" content="node sec1 (top)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
-
-<meta http-equiv="Refresh" content="0; 
url=printindex_between_node_section.html#node-sec1">
-<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="printindex_between_node_section.html#node-sec1">node sec1</a>.</p>
-</body>
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.1
 
b/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.2
 
b/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.2
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.html
 
b/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.html
deleted file mode 100644
index 780b2b8aa8..0000000000
--- 
a/tp/tests/indices/res_parser/printindex_between_node_section/printindex_between_node_section.html
+++ /dev/null
@@ -1,267 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>top</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">
-<!--
-a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
-td.button-direction-about {text-align:center}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
-td.name-direction-about {text-align:center}
-td.printindex-index-entry {vertical-align: top}
-td.printindex-index-section {vertical-align: top; padding-left: 1em}
-th.entries-header-printindex {text-align:left}
-th.sections-header-printindex {text-align:left; padding-left: 1em}
--->
-</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="#node-chap1" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="top" id="top">top</h1>
-
-<a class="index-entry-id" id="index-top1"></a>
-<a class="index-entry-id" id="index-top1-1"></a>
-<a class="index-entry-id" id="index-top1-2"></a>
-<a class="index-entry-id" id="index-top1-3"></a>
-<a class="index-entry-id" id="index-top1-4"></a>
-<a class="index-entry-id" id="index-top1-5"></a>
-<a class="index-entry-id" id="index-top1-6"></a>
-<a class="index-entry-id" id="index-top1-7"></a>
-<a class="index-entry-id" id="index-top1-8"></a>
-<a class="index-entry-id" id="index-aop1"></a>
-<a class="index-entry-id" id="index-aop1-1"></a>
-<a class="index-entry-id" id="index-aop1-2"></a>
-<a class="index-entry-id" id="index-aop1-3"></a>
-<a class="index-entry-id" id="index-aop1-4"></a>
-<a class="index-entry-id" id="index-aop1-5"></a>
-<a class="index-entry-id" id="index-aop1-6"></a>
-
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#node-chap1">1 chapter 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr style="height: 6px;">
-<div class="chapter-level-extent" id="node-chap1">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#Top" title="Beginning of this chapter or previous chapter"> 
&lt;&lt; </a>]</td>
-<td>[<a href="#Top" title="Previous section in reading order"> &lt; </a>]</td>
-<td>[<a href="#Top" title="Up section"> Up </a>]</td>
-<td>[<a href="#node-sec1" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[ &gt;&gt; ]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter" id="chapter-1">1 chapter 1</h1>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#node-sec1" rel="index">1.1 
section1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr>
-<div class="section-level-extent" id="node-sec1">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#node-chap1" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#node-chap1" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#node-chap1" 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="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<div class="printindex cp-printindex">
-<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#section1_cp_letter-A"><b>A</b></a>
- &nbsp; 
-<a class="summary-letter-printindex" href="#section1_cp_letter-T"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-<table class="cp-entries-printindex" border="0">
-<tr><td></td><th class="entries-header-printindex">Index Entry</th><th 
class="sections-header-printindex">Section</th></tr>
-<tr><td colspan="3"><hr></td></tr>
-<tr><th id="section1_cp_letter-A">A</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="#index-aop1">aop1</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-aop1-1">aop1</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-aop1-2">aop1</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-aop1-3">aop1</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-aop1-4">aop1</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-aop1-5">aop1</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-aop1-6">aop1</a></td><td class="printindex-index-section"><a 
href="#Top">top</a></td></tr>
-<tr><td colspan="3"><hr></td></tr>
-<tr><th id="section1_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top1">top1</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-top1-1">top1</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-top1-2">top1</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-top1-3">top1</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-top1-4">top1</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-top1-5">top1</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-top1-6">top1</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-top1-7">top1</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-top1-8">top1</a></td><td class="printindex-index-section"><a 
href="#Top">top</a></td></tr>
-<tr><td colspan="3"><hr></td></tr>
-</table>
-<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#section1_cp_letter-A"><b>A</b></a>
- &nbsp; 
-<a class="summary-letter-printindex" href="#section1_cp_letter-T"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-</div>
-<h2 class="section" id="section1">1.1 section1</h2>
-
-<hr style="height: 6px;">
-</div>
-</div>
-</div>
-<div class="element-about" id="SEC_About">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" 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>
-<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/printindex_between_part_chapter/printindex_between_part_chapter.1
 
b/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.2
 
b/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.2
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.html
 
b/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.html
deleted file mode 100644
index a8a96b6aa2..0000000000
--- 
a/tp/tests/indices/res_parser/printindex_between_part_chapter/printindex_between_part_chapter.html
+++ /dev/null
@@ -1,270 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>top</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">
-<!--
-a.summary-letter-printindex {text-decoration: none}
-span.program-in-footer {font-size: smaller}
-td.button-direction-about {text-align:center}
-td.menu-entry-description {vertical-align: top}
-td.menu-entry-destination {vertical-align: top}
-td.name-direction-about {text-align:center}
-td.printindex-index-entry {vertical-align: top}
-td.printindex-index-section {vertical-align: top; padding-left: 1em}
-th.entries-header-printindex {text-align:left}
-th.sections-header-printindex {text-align:left; padding-left: 1em}
--->
-</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="#node-chap1" title="Next section in reading order"> &gt; 
</a>]</td>
-<td> &nbsp; </td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="top" id="top">top</h1>
-
-<a class="index-entry-id" id="index-top1"></a>
-<a class="index-entry-id" id="index-top1-1"></a>
-<a class="index-entry-id" id="index-top1-2"></a>
-<a class="index-entry-id" id="index-top1-3"></a>
-<a class="index-entry-id" id="index-top1-4"></a>
-<a class="index-entry-id" id="index-top1-5"></a>
-<a class="index-entry-id" id="index-top1-6"></a>
-<a class="index-entry-id" id="index-top1-7"></a>
-<a class="index-entry-id" id="index-top1-8"></a>
-<a class="index-entry-id" id="index-aop1"></a>
-<a class="index-entry-id" id="index-aop1-1"></a>
-<a class="index-entry-id" id="index-aop1-2"></a>
-<a class="index-entry-id" id="index-aop1-3"></a>
-<a class="index-entry-id" id="index-aop1-4"></a>
-<a class="index-entry-id" id="index-aop1-5"></a>
-<a class="index-entry-id" id="index-aop1-6"></a>
-
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="#node-chap1">1 chapter 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-<tr><td class="menu-entry-destination"><a href="#node-chap2">2 chapter 
2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
-</td></tr>
-</table>
-
-<hr style="height: 6px;">
-</div>
-<div class="part-level-extent" id="Part-1">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#Top" title="Beginning of this chapter or previous chapter"> 
&lt;&lt; </a>]</td>
-<td>[<a href="#Top" title="Previous section in reading order"> &lt; </a>]</td>
-<td>[<a href="#Top" title="Up section"> Up </a>]</td>
-<td>[<a href="#node-chap2" title="Next section in reading order"> &gt; 
</a>]</td>
-<td>[<a href="#node-chap2" title="Next chapter"> &gt;&gt; </a>]</td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td> &nbsp; </td>
-<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="part">Part 1</h1>
-<hr>
-
-<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-1_cp_letter-A"><b>A</b></a>
- &nbsp; 
-<a class="summary-letter-printindex" href="#chapter-1_cp_letter-T"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-<table class="cp-entries-printindex" border="0">
-<tr><td></td><th class="entries-header-printindex">Index Entry</th><th 
class="sections-header-printindex">Section</th></tr>
-<tr><td colspan="3"><hr></td></tr>
-<tr><th id="chapter-1_cp_letter-A">A</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="#index-aop1">aop1</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-aop1-1">aop1</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-aop1-2">aop1</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-aop1-3">aop1</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-aop1-4">aop1</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-aop1-5">aop1</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-aop1-6">aop1</a></td><td class="printindex-index-section"><a 
href="#Top">top</a></td></tr>
-<tr><td colspan="3"><hr></td></tr>
-<tr><th id="chapter-1_cp_letter-T">T</th></tr>
-<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top1">top1</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-top1-1">top1</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-top1-2">top1</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-top1-3">top1</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-top1-4">top1</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-top1-5">top1</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-top1-6">top1</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-top1-7">top1</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-top1-8">top1</a></td><td class="printindex-index-section"><a 
href="#Top">top</a></td></tr>
-<tr><td colspan="3"><hr></td></tr>
-</table>
-<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-1_cp_letter-A"><b>A</b></a>
- &nbsp; 
-<a class="summary-letter-printindex" href="#chapter-1_cp_letter-T"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-</div>
-
-<div class="chapter-level-extent" id="node-chap1">
-<h1 class="chapter" id="chapter-1">1 chapter 1</h1>
-
-<hr>
-</div>
-<div class="chapter-level-extent" id="node-chap2">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#node-chap1" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
-<td>[<a href="#node-chap1" title="Previous section in reading order"> &lt; 
</a>]</td>
-<td>[<a href="#node-chap1" 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="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" title="Index">Index</a>]</td>
-<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter" id="chapter-2">2 chapter 2</h1>
-
-<hr style="height: 6px;">
-</div>
-</div>
-<div class="element-about" id="SEC_About">
-<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
-<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
-<td>[Contents]</td>
-<td>[<a href="#node-chap1" 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>
-<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/printindex_between_node_section/printindex_between_node_section.1
 
b/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.2
 
b/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.2
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.info
 
b/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.info
deleted file mode 100644
index 20800ceecc..0000000000
Binary files 
a/tp/tests/indices/res_parser_info/printindex_between_node_section/printindex_between_node_section.info
 and /dev/null differ
diff --git 
a/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.1
 
b/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.1
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.2
 
b/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.2
deleted file mode 100644
index ab3d3c4ca7..0000000000
--- 
a/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.2
+++ /dev/null
@@ -1 +0,0 @@
-printindex_between_part_chapter.texi:31: warning: @part not empty
diff --git 
a/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.info
 
b/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.info
deleted file mode 100644
index 29cdbbde6a..0000000000
Binary files 
a/tp/tests/indices/res_parser_info/printindex_between_part_chapter/printindex_between_part_chapter.info
 and /dev/null differ
diff --git a/tp/tests/test_scripts/indices_printindex_between_node_section.sh 
b/tp/tests/test_scripts/indices_printindex_between_node_section.sh
deleted file mode 100755
index 6b83e65669..0000000000
--- a/tp/tests/test_scripts/indices_printindex_between_node_section.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='printindex_between_node_section'
-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_printindex_between_part_chapter.sh 
b/tp/tests/test_scripts/indices_printindex_between_part_chapter.sh
deleted file mode 100755
index a8612fbf24..0000000000
--- a/tp/tests/test_scripts/indices_printindex_between_part_chapter.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='printindex_between_part_chapter'
-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]