texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp Texinfo/Parser.pm Texinfo/Convert/XM...


From: Patrice Dumas
Subject: texinfo/tp Texinfo/Parser.pm Texinfo/Convert/XM...
Date: Sun, 04 Sep 2011 12:14:07 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/09/04 12:14:07

Modified files:
        tp/Texinfo     : Parser.pm 
        tp/Texinfo/Convert: XML.pm 
        tp/t/results/coverage: commands.pl multitable.pl 
                               punctuation_in_line_commands.pl table.pl 
        tp/t/results/coverage_braces: heading_in_footnote.pl 
        tp/t/results/def: inter_item_commands_in_def.pl 
        tp/t/results/float: cindex_in_caption.pl complex_float.pl 
                            float_copying.pl 
        tp/t/results/heading: heading_in_copying.pl 
        tp/t/results/html_tests: index_and_node_same_name.pl 
        tp/t/results/indices: double_index_entry.pl image_lines_count.pl 
                              image_text_lines_count.pl 
                              index_entries_locations.pl 
                              index_entry_before_first_node.pl 
                              index_entry_before_node.pl 
                              index_entry_in_footnote.pl 
                              printindex_index_entry_in_copying.pl 
                              printindex_index_entry_in_copying_in_footnote.pl 
                              
printindex_index_entry_in_copying_no_insertcopying.pl 
                              printindex_with_space_before.pl 
                              syncode_index_print_both.pl 
                              unknown_then_known_index_entry.pl 
        tp/t/results/info_tests: before_node_and_section.pl 
                                 colon_in_index_entry.pl 
                                 multitable_anchor_and_index_entry.pl 
                                 nested_multitable_anchor_index.pl 
        tp/t/results/invalid_nestings: center.pl in_table.pl 
                                       multitable_item_in_index.pl 
                                       on_index_entry_line.pl 
                                       tab_in_index.pl 
        tp/t/results/itemize: inter_item_commands_in_itemize.pl 
        tp/t/results/macro: backslash_in_arg.pl 
                            macro_in_index_commands.pl 
        tp/t/results/misc_commands: comment_space_command_on_line.pl 
                                    index_entries.pl 
        tp/t/results/multitable: inter_item_commands_in_multitable.pl 
        tp/t/results/plaintext_tests: at_commands_glued_in_example.pl 
                                      at_commands_glued_in_paragraph.pl 
        tp/t/results/sectioning: no_element.pl 
                                 placed_things_before_element.pl 
        tp/t/results/test_count: printindex.pl 
        tp/t/results/value: value_in_index_commands.pl 
        tp/t/results/xtable: inter_item_commands_in_table.pl 

Log message:
        Add a type for index entry commands.
        Use it for XML.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.291&r2=1.292
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/XML.pm?cvsroot=texinfo&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/commands.pl?cvsroot=texinfo&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/multitable.pl?cvsroot=texinfo&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/punctuation_in_line_commands.pl?cvsroot=texinfo&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/table.pl?cvsroot=texinfo&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage_braces/heading_in_footnote.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/def/inter_item_commands_in_def.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/cindex_in_caption.pl?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/complex_float.pl?cvsroot=texinfo&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/float_copying.pl?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/heading/heading_in_copying.pl?cvsroot=texinfo&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/html_tests/index_and_node_same_name.pl?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/double_index_entry.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/image_lines_count.pl?cvsroot=texinfo&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/image_text_lines_count.pl?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/index_entries_locations.pl?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/index_entry_before_first_node.pl?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/index_entry_before_node.pl?cvsroot=texinfo&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/index_entry_in_footnote.pl?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/printindex_index_entry_in_copying.pl?cvsroot=texinfo&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/printindex_with_space_before.pl?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/syncode_index_print_both.pl?cvsroot=texinfo&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/indices/unknown_then_known_index_entry.pl?cvsroot=texinfo&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/info_tests/before_node_and_section.pl?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/info_tests/colon_in_index_entry.pl?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/info_tests/multitable_anchor_and_index_entry.pl?cvsroot=texinfo&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/info_tests/nested_multitable_anchor_index.pl?cvsroot=texinfo&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/center.pl?cvsroot=texinfo&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/in_table.pl?cvsroot=texinfo&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/multitable_item_in_index.pl?cvsroot=texinfo&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/on_index_entry_line.pl?cvsroot=texinfo&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/tab_in_index.pl?cvsroot=texinfo&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/itemize/inter_item_commands_in_itemize.pl?cvsroot=texinfo&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/macro/backslash_in_arg.pl?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/macro/macro_in_index_commands.pl?cvsroot=texinfo&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/misc_commands/comment_space_command_on_line.pl?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/misc_commands/index_entries.pl?cvsroot=texinfo&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/multitable/inter_item_commands_in_multitable.pl?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/plaintext_tests/at_commands_glued_in_example.pl?cvsroot=texinfo&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/plaintext_tests/at_commands_glued_in_paragraph.pl?cvsroot=texinfo&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/no_element.pl?cvsroot=texinfo&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/placed_things_before_element.pl?cvsroot=texinfo&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/test_count/printindex.pl?cvsroot=texinfo&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/value/value_in_index_commands.pl?cvsroot=texinfo&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/xtable/inter_item_commands_in_table.pl?cvsroot=texinfo&r1=1.12&r2=1.13

Patches:
Index: Texinfo/Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -b -r1.291 -r1.292
--- Texinfo/Parser.pm   3 Sep 2011 23:35:51 -0000       1.291
+++ Texinfo/Parser.pm   4 Sep 2011 12:14:02 -0000       1.292
@@ -2895,6 +2895,7 @@
           _enter_index_entry($self, $current->{'cmdname'}, $current,
                              $current->{'extra'}->{'misc_content'}, 
                              undef, $line_nr);
+          $current->{'type'} = 'index_entry_command';
         }
       }
       if (defined($command_structuring_level{$command})) {

Index: Texinfo/Convert/XML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/XML.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Texinfo/Convert/XML.pm      4 Sep 2011 09:59:59 -0000       1.14
+++ Texinfo/Convert/XML.pm      4 Sep 2011 12:14:03 -0000       1.15
@@ -509,6 +509,18 @@
         $result .= "<entry command=\"$root->{'cmdname'}\">";
         $close_element = 'entry';
       }
+    } elsif ($root->{'type'} and $root->{'type'} eq 'index_entry_command') {
+      my $element;
+      my $attribute;
+      if (exists $Texinfo::Common::misc_commands{$root->{'cmdname'}}) {
+        $element = $root->{'cmdname'};
+        $attribute = '';
+      } else {
+        $element = "indexcommand";
+        $attribute = " command=\"$root->{'cmdname'}\"";
+      }
+      $attribute .= " 
index=\"$root->{'extra'}->{'index_entry'}->{'index_name'}\"";
+      return 
"<$element${attribute}>".$self->_index_entry($root)."</$element>\n";
     } elsif (exists($xml_misc_commands{$root->{'cmdname'}})) {
       my $command;
       if (exists ($xml_misc_elements_with_arg_map{$root->{'cmdname'}})) {

Index: t/results/coverage/commands.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/coverage/commands.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- t/results/coverage/commands.pl      3 Sep 2011 21:51:31 -0000       1.44
+++ t/results/coverage/commands.pl      4 Sep 2011 12:14:03 -0000       1.45
@@ -359,7 +359,8 @@
         'line_nr' => 7,
         'macro' => ''
       },
-      'parent' => {}
+      'parent' => {},
+      'type' => 'index_entry_command'
     },
     {
       'parent' => {},

Index: t/results/coverage/multitable.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/coverage/multitable.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- t/results/coverage/multitable.pl    3 Sep 2011 22:40:55 -0000       1.44
+++ t/results/coverage/multitable.pl    4 Sep 2011 12:14:03 -0000       1.45
@@ -334,7 +334,8 @@
                             'line_nr' => 7,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/coverage/punctuation_in_line_commands.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/coverage/punctuation_in_line_commands.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- t/results/coverage/punctuation_in_line_commands.pl  3 Sep 2011 21:51:31 
-0000       1.16
+++ t/results/coverage/punctuation_in_line_commands.pl  4 Sep 2011 12:14:03 
-0000       1.17
@@ -824,7 +824,8 @@
             'line_nr' => 26,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/coverage/table.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/coverage/table.pl,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- t/results/coverage/table.pl 3 Sep 2011 21:51:31 -0000       1.45
+++ t/results/coverage/table.pl 4 Sep 2011 12:14:03 -0000       1.46
@@ -320,7 +320,8 @@
                 'line_nr' => 11,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},
@@ -450,7 +451,8 @@
                         'line_nr' => 15,
                         'macro' => ''
                       },
-                      'parent' => {}
+                      'parent' => {},
+                      'type' => 'index_entry_command'
                     }
                   ],
                   'parent' => {},

Index: t/results/coverage_braces/heading_in_footnote.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/coverage_braces/heading_in_footnote.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/coverage_braces/heading_in_footnote.pl    3 Sep 2011 21:51:31 
-0000       1.12
+++ t/results/coverage_braces/heading_in_footnote.pl    4 Sep 2011 12:14:03 
-0000       1.13
@@ -124,7 +124,8 @@
                     'line_nr' => 4,
                     'macro' => ''
                   },
-                  'parent' => {}
+                  'parent' => {},
+                  'type' => 'index_entry_command'
                 },
                 {
                   'contents' => [

Index: t/results/def/inter_item_commands_in_def.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/def/inter_item_commands_in_def.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/def/inter_item_commands_in_def.pl 3 Sep 2011 21:51:33 -0000       
1.12
+++ t/results/def/inter_item_commands_in_def.pl 4 Sep 2011 12:14:03 -0000       
1.13
@@ -324,7 +324,8 @@
                 'line_nr' => 5,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},
@@ -511,7 +512,8 @@
                 'line_nr' => 7,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},

Index: t/results/float/cindex_in_caption.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/float/cindex_in_caption.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- t/results/float/cindex_in_caption.pl        3 Sep 2011 21:51:33 -0000       
1.11
+++ t/results/float/cindex_in_caption.pl        4 Sep 2011 12:14:03 -0000       
1.12
@@ -211,7 +211,8 @@
                             'line_nr' => 8,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/float/complex_float.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/float/complex_float.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- t/results/float/complex_float.pl    3 Sep 2011 22:40:55 -0000       1.29
+++ t/results/float/complex_float.pl    4 Sep 2011 12:14:03 -0000       1.30
@@ -443,7 +443,8 @@
                     'line_nr' => 30,
                     'macro' => ''
                   },
-                  'parent' => {}
+                  'parent' => {},
+                  'type' => 'index_entry_command'
                 }
               ],
               'parent' => {},
@@ -1769,7 +1770,8 @@
                             'line_nr' => 71,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},
@@ -3389,7 +3391,8 @@
                             'line_nr' => 116,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/float/float_copying.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/float/float_copying.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- t/results/float/float_copying.pl    3 Sep 2011 21:51:34 -0000       1.11
+++ t/results/float/float_copying.pl    4 Sep 2011 12:14:03 -0000       1.12
@@ -226,7 +226,8 @@
                                         'line_nr' => 12,
                                         'macro' => ''
                                       },
-                                      'parent' => {}
+                                      'parent' => {},
+                                      'type' => 'index_entry_command'
                                     },
                                     {
                                       'args' => [
@@ -278,7 +279,8 @@
                                         'line_nr' => 13,
                                         'macro' => ''
                                       },
-                                      'parent' => {}
+                                      'parent' => {},
+                                      'type' => 'index_entry_command'
                                     },
                                     {
                                       'parent' => {},
@@ -510,7 +512,8 @@
                             'line_nr' => 20,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         },
                         {
                           'args' => [
@@ -562,7 +565,8 @@
                             'line_nr' => 21,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/heading/heading_in_copying.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/heading/heading_in_copying.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- t/results/heading/heading_in_copying.pl     3 Sep 2011 21:51:34 -0000       
1.9
+++ t/results/heading/heading_in_copying.pl     4 Sep 2011 12:14:04 -0000       
1.10
@@ -147,7 +147,8 @@
                 'line_nr' => 4,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},

Index: t/results/html_tests/index_and_node_same_name.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/html_tests/index_and_node_same_name.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- t/results/html_tests/index_and_node_same_name.pl    3 Sep 2011 21:51:34 
-0000       1.3
+++ t/results/html_tests/index_and_node_same_name.pl    4 Sep 2011 12:14:04 
-0000       1.4
@@ -139,7 +139,8 @@
             'line_nr' => 4,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [

Index: t/results/indices/double_index_entry.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/indices/double_index_entry.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/indices/double_index_entry.pl     3 Sep 2011 21:51:34 -0000       
1.12
+++ t/results/indices/double_index_entry.pl     4 Sep 2011 12:14:04 -0000       
1.13
@@ -97,7 +97,8 @@
             'line_nr' => 3,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -172,7 +173,8 @@
             'line_nr' => 7,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -431,7 +433,8 @@
             'line_nr' => 15,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/image_lines_count.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/indices/image_lines_count.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- t/results/indices/image_lines_count.pl      3 Sep 2011 21:51:34 -0000       
1.9
+++ t/results/indices/image_lines_count.pl      4 Sep 2011 12:14:04 -0000       
1.10
@@ -137,7 +137,8 @@
             'line_nr' => 5,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/image_text_lines_count.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/image_text_lines_count.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- t/results/indices/image_text_lines_count.pl 3 Sep 2011 21:51:34 -0000       
1.8
+++ t/results/indices/image_text_lines_count.pl 4 Sep 2011 12:14:04 -0000       
1.9
@@ -137,7 +137,8 @@
             'line_nr' => 5,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/index_entries_locations.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/index_entries_locations.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- t/results/indices/index_entries_locations.pl        3 Sep 2011 21:51:34 
-0000       1.8
+++ t/results/indices/index_entries_locations.pl        4 Sep 2011 12:14:04 
-0000       1.9
@@ -128,7 +128,8 @@
                 'line_nr' => 7,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},
@@ -185,7 +186,8 @@
                 'line_nr' => 9,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},
@@ -264,7 +266,8 @@
             'line_nr' => 13,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'contents' => [
@@ -333,7 +336,8 @@
             'line_nr' => 16,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/index_entry_before_first_node.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/index_entry_before_first_node.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- t/results/indices/index_entry_before_first_node.pl  3 Sep 2011 21:51:34 
-0000       1.8
+++ t/results/indices/index_entry_before_first_node.pl  4 Sep 2011 12:14:04 
-0000       1.9
@@ -64,7 +64,8 @@
             'line_nr' => 2,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/index_entry_before_node.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/index_entry_before_node.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- t/results/indices/index_entry_before_node.pl        3 Sep 2011 21:51:34 
-0000       1.13
+++ t/results/indices/index_entry_before_node.pl        4 Sep 2011 12:14:04 
-0000       1.14
@@ -377,7 +377,8 @@
             'line_nr' => 12,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/index_entry_in_footnote.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/index_entry_in_footnote.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- t/results/indices/index_entry_in_footnote.pl        3 Sep 2011 21:51:34 
-0000       1.4
+++ t/results/indices/index_entry_in_footnote.pl        4 Sep 2011 12:14:04 
-0000       1.5
@@ -114,7 +114,8 @@
                             'line_nr' => 4,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/indices/printindex_index_entry_in_copying.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/printindex_index_entry_in_copying.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- t/results/indices/printindex_index_entry_in_copying.pl      3 Sep 2011 
21:51:34 -0000       1.15
+++ t/results/indices/printindex_index_entry_in_copying.pl      4 Sep 2011 
12:14:04 -0000       1.16
@@ -77,7 +77,8 @@
                 'line_nr' => 3,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},

Index: t/results/indices/printindex_index_entry_in_copying_in_footnote.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/indices/printindex_index_entry_in_copying_in_footnote.pl  3 Sep 
2011 21:51:35 -0000       1.12
+++ t/results/indices/printindex_index_entry_in_copying_in_footnote.pl  4 Sep 
2011 12:14:04 -0000       1.13
@@ -100,7 +100,8 @@
                                 'line_nr' => 5,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},

Index: t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl     
3 Sep 2011 21:51:35 -0000       1.12
+++ t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl     
4 Sep 2011 12:14:04 -0000       1.13
@@ -77,7 +77,8 @@
                 'line_nr' => 3,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},

Index: t/results/indices/printindex_with_space_before.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/printindex_with_space_before.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- t/results/indices/printindex_with_space_before.pl   3 Sep 2011 21:51:35 
-0000       1.8
+++ t/results/indices/printindex_with_space_before.pl   4 Sep 2011 12:14:04 
-0000       1.9
@@ -97,7 +97,8 @@
             'line_nr' => 3,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/syncode_index_print_both.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/syncode_index_print_both.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- t/results/indices/syncode_index_print_both.pl       3 Sep 2011 21:51:35 
-0000       1.9
+++ t/results/indices/syncode_index_print_both.pl       4 Sep 2011 12:14:04 
-0000       1.10
@@ -145,7 +145,8 @@
             'line_nr' => 5,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -197,7 +198,8 @@
             'line_nr' => 6,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/indices/unknown_then_known_index_entry.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/indices/unknown_then_known_index_entry.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- t/results/indices/unknown_then_known_index_entry.pl 3 Sep 2011 21:51:35 
-0000       1.19
+++ t/results/indices/unknown_then_known_index_entry.pl 4 Sep 2011 12:14:04 
-0000       1.20
@@ -103,7 +103,8 @@
             'line_nr' => 3,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         }
       ],
       'parent' => {},

Index: t/results/info_tests/before_node_and_section.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/info_tests/before_node_and_section.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/info_tests/before_node_and_section.pl     3 Sep 2011 21:51:35 
-0000       1.12
+++ t/results/info_tests/before_node_and_section.pl     4 Sep 2011 12:14:05 
-0000       1.13
@@ -157,7 +157,8 @@
                 'line_nr' => 3,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'parent' => {},

Index: t/results/info_tests/colon_in_index_entry.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/info_tests/colon_in_index_entry.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- t/results/info_tests/colon_in_index_entry.pl        3 Sep 2011 21:51:35 
-0000       1.4
+++ t/results/info_tests/colon_in_index_entry.pl        4 Sep 2011 12:14:05 
-0000       1.5
@@ -144,7 +144,8 @@
             'line_nr' => 5,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/info_tests/multitable_anchor_and_index_entry.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/info_tests/multitable_anchor_and_index_entry.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- t/results/info_tests/multitable_anchor_and_index_entry.pl   3 Sep 2011 
22:40:56 -0000       1.14
+++ t/results/info_tests/multitable_anchor_and_index_entry.pl   4 Sep 2011 
12:14:05 -0000       1.15
@@ -369,7 +369,8 @@
                                 'line_nr' => 8,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             },
                             {
                               'args' => [
@@ -750,7 +751,8 @@
                                 'line_nr' => 21,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},

Index: t/results/info_tests/nested_multitable_anchor_index.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/info_tests/nested_multitable_anchor_index.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- t/results/info_tests/nested_multitable_anchor_index.pl      3 Sep 2011 
22:40:56 -0000       1.13
+++ t/results/info_tests/nested_multitable_anchor_index.pl      4 Sep 2011 
12:14:05 -0000       1.14
@@ -296,7 +296,8 @@
                                                 'line_nr' => 7,
                                                 'macro' => ''
                                               },
-                                              'parent' => {}
+                                              'parent' => {},
+                                              'type' => 'index_entry_command'
                                             }
                                           ],
                                           'parent' => {},
@@ -575,7 +576,8 @@
                                 'line_nr' => 11,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},

Index: t/results/invalid_nestings/center.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/invalid_nestings/center.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- t/results/invalid_nestings/center.pl        3 Sep 2011 22:40:56 -0000       
1.41
+++ t/results/invalid_nestings/center.pl        4 Sep 2011 12:14:05 -0000       
1.42
@@ -220,7 +220,8 @@
                 'line_nr' => 3,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},

Index: t/results/invalid_nestings/in_table.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/invalid_nestings/in_table.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- t/results/invalid_nestings/in_table.pl      3 Sep 2011 21:51:36 -0000       
1.40
+++ t/results/invalid_nestings/in_table.pl      4 Sep 2011 12:14:05 -0000       
1.41
@@ -677,7 +677,8 @@
                                 'line_nr' => 13,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},
@@ -861,7 +862,8 @@
                                 'line_nr' => 17,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},
@@ -1008,7 +1010,8 @@
                                 'line_nr' => 20,
                                 'macro' => ''
                               },
-                              'parent' => {}
+                              'parent' => {},
+                              'type' => 'index_entry_command'
                             }
                           ],
                           'parent' => {},

Index: t/results/invalid_nestings/multitable_item_in_index.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/invalid_nestings/multitable_item_in_index.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- t/results/invalid_nestings/multitable_item_in_index.pl      3 Sep 2011 
21:51:36 -0000       1.24
+++ t/results/invalid_nestings/multitable_item_in_index.pl      4 Sep 2011 
12:14:05 -0000       1.25
@@ -115,7 +115,8 @@
                 'line_nr' => 2,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},

Index: t/results/invalid_nestings/on_index_entry_line.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/invalid_nestings/on_index_entry_line.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- t/results/invalid_nestings/on_index_entry_line.pl   3 Sep 2011 21:51:36 
-0000       1.29
+++ t/results/invalid_nestings/on_index_entry_line.pl   4 Sep 2011 12:14:05 
-0000       1.30
@@ -199,7 +199,8 @@
         'misc_content' => []
       },
       'line_nr' => {},
-      'parent' => {}
+      'parent' => {},
+      'type' => 'index_entry_command'
     }
   ],
   'type' => 'text_root'

Index: t/results/invalid_nestings/tab_in_index.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/invalid_nestings/tab_in_index.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- t/results/invalid_nestings/tab_in_index.pl  3 Sep 2011 22:40:56 -0000       
1.27
+++ t/results/invalid_nestings/tab_in_index.pl  4 Sep 2011 12:14:05 -0000       
1.28
@@ -172,7 +172,8 @@
                             'line_nr' => 3,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/itemize/inter_item_commands_in_itemize.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/itemize/inter_item_commands_in_itemize.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- t/results/itemize/inter_item_commands_in_itemize.pl 3 Sep 2011 21:51:36 
-0000       1.9
+++ t/results/itemize/inter_item_commands_in_itemize.pl 4 Sep 2011 12:14:05 
-0000       1.10
@@ -100,7 +100,8 @@
                 'line_nr' => 3,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},
@@ -283,7 +284,8 @@
                 'line_nr' => 8,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},
@@ -392,7 +394,8 @@
                 'line_nr' => 10,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'contents' => [
@@ -557,7 +560,8 @@
                     'line_nr' => 17,
                     'macro' => ''
                   },
-                  'parent' => {}
+                  'parent' => {},
+                  'type' => 'index_entry_command'
                 }
               ],
               'parent' => {},

Index: t/results/macro/backslash_in_arg.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/macro/backslash_in_arg.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- t/results/macro/backslash_in_arg.pl 3 Sep 2011 21:51:37 -0000       1.2
+++ t/results/macro/backslash_in_arg.pl 4 Sep 2011 12:14:05 -0000       1.3
@@ -150,7 +150,8 @@
             'line_nr' => 7,
             'macro' => 'funindex'
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -202,7 +203,8 @@
             'line_nr' => 8,
             'macro' => 'funindex'
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -254,7 +256,8 @@
             'line_nr' => 9,
             'macro' => 'funindex'
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -306,7 +309,8 @@
             'line_nr' => 10,
             'macro' => 'funindex'
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [

Index: t/results/macro/macro_in_index_commands.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/macro/macro_in_index_commands.pl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- t/results/macro/macro_in_index_commands.pl  3 Sep 2011 21:51:37 -0000       
1.34
+++ t/results/macro/macro_in_index_commands.pl  4 Sep 2011 12:14:05 -0000       
1.35
@@ -795,7 +795,8 @@
             'line_nr' => 51,
             'macro' => 'trucindex-command'
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -930,7 +931,8 @@
             'line_nr' => 53,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -988,7 +990,8 @@
             'line_nr' => 55,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -1093,7 +1096,8 @@
             'line_nr' => 59,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -1145,7 +1149,8 @@
             'line_nr' => 60,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -1424,7 +1429,8 @@
             'line_nr' => 70,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -1482,7 +1488,8 @@
             'line_nr' => 72,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/misc_commands/comment_space_command_on_line.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/misc_commands/comment_space_command_on_line.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- t/results/misc_commands/comment_space_command_on_line.pl    3 Sep 2011 
21:51:37 -0000       1.11
+++ t/results/misc_commands/comment_space_command_on_line.pl    4 Sep 2011 
12:14:06 -0000       1.12
@@ -302,7 +302,8 @@
             'line_nr' => 8,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/misc_commands/index_entries.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/misc_commands/index_entries.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- t/results/misc_commands/index_entries.pl    3 Sep 2011 21:51:37 -0000       
1.29
+++ t/results/misc_commands/index_entries.pl    4 Sep 2011 12:14:06 -0000       
1.30
@@ -56,7 +56,8 @@
         'line_nr' => 1,
         'macro' => ''
       },
-      'parent' => {}
+      'parent' => {},
+      'type' => 'index_entry_command'
     },
     {
       'parent' => {},
@@ -159,7 +160,8 @@
         'line_nr' => 5,
         'macro' => ''
       },
-      'parent' => {}
+      'parent' => {},
+      'type' => 'index_entry_command'
     }
   ],
   'type' => 'text_root'

Index: t/results/multitable/inter_item_commands_in_multitable.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/multitable/inter_item_commands_in_multitable.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- t/results/multitable/inter_item_commands_in_multitable.pl   3 Sep 2011 
22:40:56 -0000       1.11
+++ t/results/multitable/inter_item_commands_in_multitable.pl   4 Sep 2011 
12:14:06 -0000       1.12
@@ -146,7 +146,8 @@
                         'line_nr' => 6,
                         'macro' => ''
                       },
-                      'parent' => {}
+                      'parent' => {},
+                      'type' => 'index_entry_command'
                     },
                     {
                       'parent' => {},
@@ -616,7 +617,8 @@
                             'line_nr' => 17,
                             'macro' => ''
                           },
-                          'parent' => {}
+                          'parent' => {},
+                          'type' => 'index_entry_command'
                         }
                       ],
                       'parent' => {},

Index: t/results/plaintext_tests/at_commands_glued_in_example.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/plaintext_tests/at_commands_glued_in_example.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- t/results/plaintext_tests/at_commands_glued_in_example.pl   3 Sep 2011 
21:51:37 -0000       1.10
+++ t/results/plaintext_tests/at_commands_glued_in_example.pl   4 Sep 2011 
12:14:06 -0000       1.11
@@ -541,7 +541,8 @@
                 'line_nr' => 15,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             }
           ],
           'parent' => {},

Index: t/results/plaintext_tests/at_commands_glued_in_paragraph.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/plaintext_tests/at_commands_glued_in_paragraph.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- t/results/plaintext_tests/at_commands_glued_in_paragraph.pl 3 Sep 2011 
21:51:37 -0000       1.10
+++ t/results/plaintext_tests/at_commands_glued_in_paragraph.pl 4 Sep 2011 
12:14:06 -0000       1.11
@@ -535,7 +535,8 @@
             'line_nr' => 14,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         }
       ],
       'parent' => {},

Index: t/results/sectioning/no_element.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/sectioning/no_element.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- t/results/sectioning/no_element.pl  3 Sep 2011 21:51:38 -0000       1.15
+++ t/results/sectioning/no_element.pl  4 Sep 2011 12:14:06 -0000       1.16
@@ -761,7 +761,8 @@
         'line_nr' => 32,
         'macro' => ''
       },
-      'parent' => {}
+      'parent' => {},
+      'type' => 'index_entry_command'
     }
   ],
   'type' => 'text_root'

Index: t/results/sectioning/placed_things_before_element.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/sectioning/placed_things_before_element.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- t/results/sectioning/placed_things_before_element.pl        3 Sep 2011 
21:51:38 -0000       1.13
+++ t/results/sectioning/placed_things_before_element.pl        4 Sep 2011 
12:14:06 -0000       1.14
@@ -671,7 +671,8 @@
             'line_nr' => 28,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/test_count/printindex.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/test_count/printindex.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- t/results/test_count/printindex.pl  3 Sep 2011 21:51:38 -0000       1.10
+++ t/results/test_count/printindex.pl  4 Sep 2011 12:14:06 -0000       1.11
@@ -97,7 +97,8 @@
             'line_nr' => 3,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -149,7 +150,8 @@
             'line_nr' => 4,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -201,7 +203,8 @@
             'line_nr' => 5,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -305,7 +308,8 @@
             'line_nr' => 9,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -570,13 +574,13 @@
    [6] (27,0)
    [10] (34,3) :empty_line:text|\\n|
    [10] (34,3)
-   [11] (34,3) @cindex
+   [11] (34,3) @cindex:index_entry_command
    [11] (34,3)
  locations  (2) l 3
-   [12] (34,3) @cindex
+   [12] (34,3) @cindex:index_entry_command
    [12] (34,3)
  locations  (3) l 3
-   [13] (34,3) @cindex
+   [13] (34,3) @cindex:index_entry_command
    [13] (34,3)
  locations  (4) l 3
    [14] (34,3) :empty_line:text|\\n|
@@ -617,7 +621,7 @@
    [15] (431,12)
    [32] (431,12) :empty_line:text|\\n|
    [32] (431,12)
-   [33] (431,12) @cindex
+   [33] (431,12) @cindex:index_entry_command
    [33] (431,12)
  locations  (5) l 12
    [34] (431,12) :empty_line:text|\\n|

Index: t/results/value/value_in_index_commands.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/value/value_in_index_commands.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- t/results/value/value_in_index_commands.pl  3 Sep 2011 21:51:38 -0000       
1.31
+++ t/results/value/value_in_index_commands.pl  4 Sep 2011 12:14:06 -0000       
1.32
@@ -464,7 +464,8 @@
             'line_nr' => 24,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -595,7 +596,8 @@
             'misc_content' => []
           },
           'line_nr' => {},
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -653,7 +655,8 @@
             'line_nr' => 28,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -758,7 +761,8 @@
             'line_nr' => 32,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'args' => [
@@ -810,7 +814,8 @@
             'line_nr' => 33,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -1089,7 +1094,8 @@
             'line_nr' => 43,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},
@@ -1147,7 +1153,8 @@
             'line_nr' => 45,
             'macro' => ''
           },
-          'parent' => {}
+          'parent' => {},
+          'type' => 'index_entry_command'
         },
         {
           'parent' => {},

Index: t/results/xtable/inter_item_commands_in_table.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/xtable/inter_item_commands_in_table.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- t/results/xtable/inter_item_commands_in_table.pl    3 Sep 2011 21:51:38 
-0000       1.12
+++ t/results/xtable/inter_item_commands_in_table.pl    4 Sep 2011 12:14:06 
-0000       1.13
@@ -576,7 +576,8 @@
                         'line_nr' => 16,
                         'macro' => ''
                       },
-                      'parent' => {}
+                      'parent' => {},
+                      'type' => 'index_entry_command'
                     },
                     {
                       'args' => [
@@ -994,7 +995,8 @@
                 'line_nr' => 31,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'args' => [
@@ -1225,7 +1227,8 @@
                 'line_nr' => 38,
                 'macro' => ''
               },
-              'parent' => {}
+              'parent' => {},
+              'type' => 'index_entry_command'
             },
             {
               'contents' => [



reply via email to

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