texinfo-commits
[Top][All Lists]
Advanced

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

[7497] record normalized for float again


From: gavinsmith0123
Subject: [7497] record normalized for float again
Date: Fri, 4 Nov 2016 09:52:08 +0000 (UTC)

Revision: 7497
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7497
Author:   gavin
Date:     2016-11-04 09:52:08 +0000 (Fri, 04 Nov 2016)
Log Message:
-----------
record normalized for float again

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/t/results/converters_tests/things_before_setfilename.pl
    trunk/tp/t/results/converters_tests/things_before_setfilename_no_element.pl
    trunk/tp/t/results/coverage/block_commands.pl
    trunk/tp/t/results/coverage/punctuation_in_line_commands.pl
    trunk/tp/t/results/coverage_braces/test_image.pl
    trunk/tp/t/results/float/anchor_in_caption.pl
    trunk/tp/t/results/float/cindex_in_caption.pl
    trunk/tp/t/results/float/comment_space_comand_in_float.pl
    trunk/tp/t/results/float/complex_float.pl
    trunk/tp/t/results/float/empty_listoffloats_with_floats.pl
    trunk/tp/t/results/float/float_copying.pl
    trunk/tp/t/results/float/float_with_at_commands.pl
    trunk/tp/t/results/float/footnote_in_caption.pl
    trunk/tp/t/results/float/footnote_in_caption_and_error.pl
    trunk/tp/t/results/float/numbering_captions_listoffloats.pl
    trunk/tp/t/results/float/ref_to_float.pl
    trunk/tp/t/results/float/simple.pl
    trunk/tp/t/results/info_tests/error_in_footnote.pl
    trunk/tp/t/results/info_tests/float_long_captions.pl
    trunk/tp/t/results/invalid_nestings/float_in_style_command.pl
    trunk/tp/t/results/misc_commands/comment_space_command_on_line.pl
    trunk/tp/t/results/paragraph/commands_in_flushright.pl
    trunk/tp/t/results/sectioning/double_node_anchor_float.pl
    trunk/tp/t/results/sectioning/equivalent_labels.pl
    trunk/tp/t/results/sectioning/no_element.pl
    trunk/tp/t/results/sectioning/placed_things_before_element.pl
    trunk/tp/t/results/sectioning/placed_things_before_node.pl
    trunk/tp/t/results/xml_tests/commands_and_spaces.pl
    trunk/tp/t/results/xml_tests/comments_end_lines.pl
    trunk/tp/t/results/xml_tests/comments_on_block_command_lines.pl
    trunk/tp/t/results/xml_tests/image_inline_or_not.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/ChangeLog     2016-11-04 09:52:08 UTC (rev 7497)
@@ -1,3 +1,9 @@
+2016-11-04  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm (_register_label): Remove exemption for
+       recording 'normalized' names for floats.  Reverses change on
+       2016-11-01.
+
 2016-11-03  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Report.pm (errors): Sort the errors by filename and 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/Texinfo/Parser.pm  2016-11-04 09:52:08 UTC (rev 7497)
@@ -2454,8 +2454,7 @@
                        $self->{'labels'}->{$normalized}->{'line_nr'});
     return 0;
   } else {
-    $current->{'extra'}->{'normalized'} = $normalized
-      unless $current->{'cmdname'} eq 'float';
+    $current->{'extra'}->{'normalized'} = $normalized;
     $current->{'extra'}->{'node_content'} = $label->{'node_content'};
     $self->{'labels'}->{$normalized} = $current;
     return 1;

Modified: trunk/tp/t/results/converters_tests/things_before_setfilename.pl
===================================================================
--- trunk/tp/t/results/converters_tests/things_before_setfilename.pl    
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/converters_tests/things_before_setfilename.pl    
2016-11-04 09:52:08 UTC (rev 7497)
@@ -443,6 +443,7 @@
                 'node_content' => [
                   {}
                 ],
+                'normalized' => 'float-anchor',
                 'spaces_after_command' => {},
                 'type' => {
                   'normalized' => ''
@@ -673,6 +674,7 @@
                 'node_content' => [
                   {}
                 ],
+                'normalized' => 'ta',
                 'spaces_after_command' => {},
                 'type' => {
                   'content' => [
@@ -1698,6 +1700,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float-anchor',
         'type' => {
           'normalized' => ''
         }
@@ -1723,6 +1726,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'ta',
         'type' => {
           'content' => [
             {

Modified: 
trunk/tp/t/results/converters_tests/things_before_setfilename_no_element.pl
===================================================================
--- trunk/tp/t/results/converters_tests/things_before_setfilename_no_element.pl 
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/converters_tests/things_before_setfilename_no_element.pl 
2016-11-04 09:52:08 UTC (rev 7497)
@@ -441,6 +441,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-anchor',
             'spaces_after_command' => {},
             'type' => {
               'normalized' => ''
@@ -671,6 +672,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'ta',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -1517,6 +1519,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float-anchor',
         'type' => {
           'normalized' => ''
         }
@@ -1542,6 +1545,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'ta',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/coverage/block_commands.pl
===================================================================
--- trunk/tp/t/results/coverage/block_commands.pl       2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/coverage/block_commands.pl       2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -375,6 +375,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'b-float',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -524,6 +525,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'b-float',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/coverage/punctuation_in_line_commands.pl
===================================================================
--- trunk/tp/t/results/coverage/punctuation_in_line_commands.pl 2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/coverage/punctuation_in_line_commands.pl 2016-11-04 
09:52:08 UTC (rev 7497)
@@ -545,6 +545,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-label_0021-After-punc',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -716,6 +717,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-with-caption',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -1406,6 +1408,7 @@
           'extra' => {},
           'level' => 0
         },
+        'normalized' => 'float-label_0021-After-punc',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -1441,6 +1444,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'label-with-caption',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/coverage_braces/test_image.pl
===================================================================
--- trunk/tp/t/results/coverage_braces/test_image.pl    2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/coverage_braces/test_image.pl    2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -3304,6 +3304,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'Image-with-commands',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -4619,6 +4620,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'Image-with-commands',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/anchor_in_caption.pl
===================================================================
--- trunk/tp/t/results/float/anchor_in_caption.pl       2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/float/anchor_in_caption.pl       2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -273,6 +273,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -440,6 +441,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/cindex_in_caption.pl
===================================================================
--- trunk/tp/t/results/float/cindex_in_caption.pl       2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/float/cindex_in_caption.pl       2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -299,6 +299,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -541,6 +542,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/comment_space_comand_in_float.pl
===================================================================
--- trunk/tp/t/results/float/comment_space_comand_in_float.pl   2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/float/comment_space_comand_in_float.pl   2016-11-04 
09:52:08 UTC (rev 7497)
@@ -180,6 +180,7 @@
               {},
               {}
             ],
+            'normalized' => 'label--',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -404,6 +405,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label--',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/complex_float.pl
===================================================================
--- trunk/tp/t/results/float/complex_float.pl   2016-11-03 16:49:03 UTC (rev 
7496)
+++ trunk/tp/t/results/float/complex_float.pl   2016-11-04 09:52:08 UTC (rev 
7497)
@@ -2663,6 +2663,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text-with-a-lot-of-features',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -4115,6 +4116,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-with-a-lot-of-features-and-no-shortcaption',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -5360,6 +5362,7 @@
           'extra' => {},
           'level' => 0
         },
+        'normalized' => 'text-with-a-lot-of-features',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -5404,6 +5407,7 @@
           'level' => 1,
           'number' => 1
         },
+        'normalized' => 'float-with-a-lot-of-features-and-no-shortcaption',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/empty_listoffloats_with_floats.pl
===================================================================
--- trunk/tp/t/results/float/empty_listoffloats_with_floats.pl  2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/float/empty_listoffloats_with_floats.pl  2016-11-04 
09:52:08 UTC (rev 7497)
@@ -117,6 +117,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'label1',
         'spaces_after_command' => {},
         'type' => {
           'normalized' => ''
@@ -277,6 +278,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'label2',
         'spaces_after_command' => {},
         'type' => {
           'normalized' => ''
@@ -693,6 +695,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label1',
         'type' => {
           'normalized' => ''
         }
@@ -716,6 +719,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label2',
         'type' => {
           'normalized' => ''
         }

Modified: trunk/tp/t/results/float/float_copying.pl
===================================================================
--- trunk/tp/t/results/float/float_copying.pl   2016-11-03 16:49:03 UTC (rev 
7496)
+++ trunk/tp/t/results/float/float_copying.pl   2016-11-04 09:52:08 UTC (rev 
7497)
@@ -654,6 +654,7 @@
                 'node_content' => [
                   {}
                 ],
+                'normalized' => 'public-domain',
                 'spaces_after_command' => {},
                 'type' => {
                   'content' => [
@@ -1630,6 +1631,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'public-domain',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/float_with_at_commands.pl
===================================================================
--- trunk/tp/t/results/float/float_with_at_commands.pl  2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/float/float_with_at_commands.pl  2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -338,6 +338,7 @@
           {},
           {}
         ],
+        'normalized' => 'premi_00e8re-entr_00e9e',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -576,6 +577,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'premi_00e8re-entr_00e9e',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/footnote_in_caption.pl
===================================================================
--- trunk/tp/t/results/float/footnote_in_caption.pl     2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/float/footnote_in_caption.pl     2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -268,6 +268,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -434,6 +435,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/footnote_in_caption_and_error.pl
===================================================================
--- trunk/tp/t/results/float/footnote_in_caption_and_error.pl   2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/float/footnote_in_caption_and_error.pl   2016-11-04 
09:52:08 UTC (rev 7497)
@@ -274,6 +274,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -452,6 +453,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/numbering_captions_listoffloats.pl
===================================================================
--- trunk/tp/t/results/float/numbering_captions_listoffloats.pl 2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/float/numbering_captions_listoffloats.pl 2016-11-04 
09:52:08 UTC (rev 7497)
@@ -307,6 +307,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text-with-a-lot-of-features',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -700,6 +701,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-but-no-type',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -832,6 +834,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-but-no-type-and-no-caption',
             'spaces_after_command' => {},
             'type' => {
               'normalized' => ''
@@ -1288,6 +1291,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-but-no-type-2',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -1498,6 +1502,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'warning-in-top',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -2130,6 +2135,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text-in-chapter',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -2308,6 +2314,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-with-a-lot-of-features-and-no-shortcaption',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -2628,6 +2635,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'theoreme',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -2829,6 +2837,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-but-no-type-in-chapter',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -3039,6 +3048,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'warning-in-chapter',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -3413,6 +3423,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text-in-section',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -3841,6 +3852,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'unnumbered-float',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -4037,6 +4049,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label-but-no-type-in-unnumbered',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -4352,6 +4365,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'Section-within-unnumbered-float',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -4780,6 +4794,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'Chapter-with-subsec-float',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -5087,6 +5102,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'unnumbered-sec-float',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -5289,6 +5305,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 
'label-but-no-type-in-unnumbered-subsec-in-chapter',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -5598,6 +5615,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'appendix-sec-float',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -8531,6 +8549,7 @@
           'extra' => {},
           'level' => 0
         },
+        'normalized' => 'label-but-no-type',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8555,6 +8574,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'label-but-no-type-and-no-caption',
         'type' => {
           'normalized' => ''
         }
@@ -8625,6 +8645,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'label-but-no-type-2',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8660,6 +8681,7 @@
           'level' => 1,
           'number' => 1
         },
+        'normalized' => 'label-but-no-type-in-chapter',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8694,6 +8716,7 @@
           'extra' => {},
           'level' => 1
         },
+        'normalized' => 'label-but-no-type-in-unnumbered',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8728,6 +8751,7 @@
           'extra' => {},
           'level' => 2
         },
+        'normalized' => 'label-but-no-type-in-unnumbered-subsec-in-chapter',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8764,6 +8788,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'text-with-a-lot-of-features',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8833,6 +8858,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'text-in-chapter',
         'type' => {
           'content' => [
             {
@@ -8866,6 +8892,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'float-with-a-lot-of-features-and-no-shortcaption',
         'type' => {
           'content' => [
             {
@@ -8894,6 +8921,7 @@
           'level' => 2,
           'number' => '1.1'
         },
+        'normalized' => 'text-in-section',
         'type' => {
           'content' => [
             {
@@ -8923,6 +8951,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'unnumbered-float',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -8962,6 +8991,7 @@
           'extra' => {},
           'level' => 2
         },
+        'normalized' => 'Section-within-unnumbered-float',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9002,6 +9032,7 @@
           'level' => 1,
           'number' => 2
         },
+        'normalized' => 'Chapter-with-subsec-float',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9037,6 +9068,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'unnumbered-sec-float',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9077,6 +9109,7 @@
           'level' => 1,
           'number' => 'A'
         },
+        'normalized' => 'appendix-sec-float',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9114,6 +9147,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'warning-in-top',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9149,6 +9183,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'warning-in-chapter',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {
@@ -9186,6 +9221,7 @@
           }
         },
         'float_section' => {},
+        'normalized' => 'theoreme',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/ref_to_float.pl
===================================================================
--- trunk/tp/t/results/float/ref_to_float.pl    2016-11-03 16:49:03 UTC (rev 
7496)
+++ trunk/tp/t/results/float/ref_to_float.pl    2016-11-04 09:52:08 UTC (rev 
7497)
@@ -117,6 +117,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'Label1',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -243,6 +244,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'Label2',
         'spaces_after_command' => {},
         'type' => {
           'normalized' => ''
@@ -473,6 +475,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'Label2',
         'type' => {
           'normalized' => ''
         }
@@ -492,6 +495,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'Label1',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/float/simple.pl
===================================================================
--- trunk/tp/t/results/float/simple.pl  2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/float/simple.pl  2016-11-04 09:52:08 UTC (rev 7497)
@@ -154,6 +154,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'Label',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -241,6 +242,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'Label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/info_tests/error_in_footnote.pl
===================================================================
--- trunk/tp/t/results/info_tests/error_in_footnote.pl  2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/info_tests/error_in_footnote.pl  2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -324,6 +324,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -648,6 +649,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/info_tests/float_long_captions.pl
===================================================================
--- trunk/tp/t/results/info_tests/float_long_captions.pl        2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/info_tests/float_long_captions.pl        2016-11-04 
09:52:08 UTC (rev 7497)
@@ -183,6 +183,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text1',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -341,6 +342,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'text2',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -586,6 +588,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'text1',
         'type' => {
           'content' => [
             {
@@ -614,6 +617,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'text2',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/invalid_nestings/float_in_style_command.pl
===================================================================
--- trunk/tp/t/results/invalid_nestings/float_in_style_command.pl       
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/invalid_nestings/float_in_style_command.pl       
2016-11-04 09:52:08 UTC (rev 7497)
@@ -184,6 +184,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'B',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -304,6 +305,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'B',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/misc_commands/comment_space_command_on_line.pl
===================================================================
--- trunk/tp/t/results/misc_commands/comment_space_command_on_line.pl   
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/misc_commands/comment_space_command_on_line.pl   
2016-11-04 09:52:08 UTC (rev 7497)
@@ -607,6 +607,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'label',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -969,6 +970,7 @@
           'extra' => {},
           'level' => 0
         },
+        'normalized' => 'label',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/paragraph/commands_in_flushright.pl
===================================================================
--- trunk/tp/t/results/paragraph/commands_in_flushright.pl      2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/paragraph/commands_in_flushright.pl      2016-11-04 
09:52:08 UTC (rev 7497)
@@ -1038,6 +1038,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'type',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -1874,6 +1875,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'type',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/sectioning/double_node_anchor_float.pl
===================================================================
--- trunk/tp/t/results/sectioning/double_node_anchor_float.pl   2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/sectioning/double_node_anchor_float.pl   2016-11-04 
09:52:08 UTC (rev 7497)
@@ -576,6 +576,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float1',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -1007,6 +1008,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float1',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/sectioning/equivalent_labels.pl
===================================================================
--- trunk/tp/t/results/sectioning/equivalent_labels.pl  2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/sectioning/equivalent_labels.pl  2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -221,6 +221,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'floa',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -652,6 +653,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'floa',
         'type' => {
           'content' => [
             {
@@ -714,6 +716,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'floa',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/sectioning/no_element.pl
===================================================================
--- trunk/tp/t/results/sectioning/no_element.pl 2016-11-03 16:49:03 UTC (rev 
7496)
+++ trunk/tp/t/results/sectioning/no_element.pl 2016-11-04 09:52:08 UTC (rev 
7497)
@@ -515,6 +515,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'float-anchor',
         'spaces_after_command' => {},
         'type' => {
           'normalized' => ''
@@ -1013,6 +1014,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float-anchor',
         'type' => {
           'normalized' => ''
         }

Modified: trunk/tp/t/results/sectioning/placed_things_before_element.pl
===================================================================
--- trunk/tp/t/results/sectioning/placed_things_before_element.pl       
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/sectioning/placed_things_before_element.pl       
2016-11-04 09:52:08 UTC (rev 7497)
@@ -423,6 +423,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-anchor',
             'spaces_after_command' => {},
             'type' => {
               'normalized' => ''
@@ -1130,6 +1131,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float-anchor',
         'type' => {
           'normalized' => ''
         }

Modified: trunk/tp/t/results/sectioning/placed_things_before_node.pl
===================================================================
--- trunk/tp/t/results/sectioning/placed_things_before_node.pl  2016-11-03 
16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/sectioning/placed_things_before_node.pl  2016-11-04 
09:52:08 UTC (rev 7497)
@@ -423,6 +423,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'float-anchor',
             'spaces_after_command' => {},
             'type' => {
               'normalized' => ''
@@ -1225,6 +1226,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'float-anchor',
         'type' => {
           'normalized' => ''
         }

Modified: trunk/tp/t/results/xml_tests/commands_and_spaces.pl
===================================================================
--- trunk/tp/t/results/xml_tests/commands_and_spaces.pl 2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/xml_tests/commands_and_spaces.pl 2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -960,6 +960,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'b',
             'shortcaption' => {},
             'spaces_after_command' => {},
             'type' => {
@@ -2808,6 +2809,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'b',
         'shortcaption' => {
           'cmdname' => 'shortcaption',
           'extra' => {

Modified: trunk/tp/t/results/xml_tests/comments_end_lines.pl
===================================================================
--- trunk/tp/t/results/xml_tests/comments_end_lines.pl  2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/xml_tests/comments_end_lines.pl  2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -1028,6 +1028,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'g',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -1553,6 +1554,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'g',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/xml_tests/comments_on_block_command_lines.pl
===================================================================
--- trunk/tp/t/results/xml_tests/comments_on_block_command_lines.pl     
2016-11-03 16:49:03 UTC (rev 7496)
+++ trunk/tp/t/results/xml_tests/comments_on_block_command_lines.pl     
2016-11-04 09:52:08 UTC (rev 7497)
@@ -2044,6 +2044,7 @@
         'node_content' => [
           {}
         ],
+        'normalized' => 'g',
         'spaces_after_command' => {},
         'type' => {
           'content' => [
@@ -2819,6 +2820,7 @@
             'text_arg' => 'float'
           }
         },
+        'normalized' => 'g',
         'type' => {
           'content' => [
             {

Modified: trunk/tp/t/results/xml_tests/image_inline_or_not.pl
===================================================================
--- trunk/tp/t/results/xml_tests/image_inline_or_not.pl 2016-11-03 16:49:03 UTC 
(rev 7496)
+++ trunk/tp/t/results/xml_tests/image_inline_or_not.pl 2016-11-04 09:52:08 UTC 
(rev 7497)
@@ -1706,6 +1706,7 @@
             'node_content' => [
               {}
             ],
+            'normalized' => 'g',
             'spaces_after_command' => {},
             'type' => {
               'content' => [
@@ -2305,6 +2306,7 @@
           'level' => 1,
           'number' => 1
         },
+        'normalized' => 'g',
         'type' => {
           'content' => [
             {




reply via email to

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