texinfo-commits
[Top][All Lists]
Advanced

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

branch release/7.0 updated: * tp/Texinfo/Common.pm (%preamble_commands):


From: Patrice Dumas
Subject: branch release/7.0 updated: * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry command name.
Date: Sat, 12 Nov 2022 18:36:34 -0500

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

pertusus pushed a commit to branch release/7.0
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.0 by this push:
     new 86e243f4bf * tp/Texinfo/Common.pm (%preamble_commands): fix typo on 
direntry command name.
86e243f4bf is described below

commit 86e243f4bf357ad83d06ec71b937db93b6b06ee7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Nov 13 00:36:23 2022 +0100

    * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry
    command name.
---
 ChangeLog                                          |   5 +
 tp/Texinfo/Common.pm                               |   2 +-
 .../formatting/direntry_dircategory_info_split.pl  | 428 +++++++++----------
 tp/t/results/morecoverage/formatting_fr.pl         | 456 ++++++++++-----------
 tp/t/results/morecoverage/texi_formatting.pl       | 456 ++++++++++-----------
 .../res_parser/formatting_latex/formatting.tex     |  10 +-
 6 files changed, 681 insertions(+), 676 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8aa99bf2e9..c4ae1c3df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-11  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry
+       command name.
+
 2022-11-12  Patrice Dumas  <pertusus@free.fr>
 
        * util/htmlxref.cnf: add manuals, in particular mono manuals
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 679fc2ad10..075e24380f 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -738,7 +738,7 @@ foreach my $command (
 
 
 our %preamble_commands;
-foreach my $preamble_command ('direnty', 'hyphenation', 'errormsg',
+foreach my $preamble_command ('direntry', 'hyphenation', 'errormsg',
        'inlineraw', '*', keys(%document_settable_at_commands),
        (grep {$Texinfo::Commands::block_commands{$_} eq 'format_raw'
               or $Texinfo::Commands::block_commands{$_} eq 'region'}
diff --git a/tp/t/results/formatting/direntry_dircategory_info_split.pl 
b/tp/t/results/formatting/direntry_dircategory_info_split.pl
index d58b36e686..cd6f968501 100644
--- a/tp/t/results/formatting/direntry_dircategory_info_split.pl
+++ b/tp/t/results/formatting/direntry_dircategory_info_split.pl
@@ -107,116 +107,151 @@ $result_trees{'direntry_dircategory_info_split'} = {
                 'line_nr' => 5,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'foo'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => '('
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
                     },
                     {
-                      'text' => 'foo'
+                      'contents' => [
+                        {
+                          'text' => 'foo'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.   ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => '``hello---'
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'foo'
                         },
                         {
-                          'args' => [
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.   ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => '``hello---'
+                            },
                             {
-                              'contents' => [
+                              'args' => [
                                 {
-                                  'text' => 'there'
+                                  'contents' => [
+                                    {
+                                      'text' => 'there'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'type' => 'brace_command_arg'
+                              'cmdname' => 'var',
+                              'source_info' => {
+                                'file_name' => 'direntry_dircategory.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '?\'\'
+'
                             }
                           ],
-                          'cmdname' => 'var',
-                          'source_info' => {
-                            'file_name' => 'direntry_dircategory.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
+                          'type' => 'preformatted'
+                        }
+                      ],
+                      'type' => 'menu_entry_description'
+                    }
+                  ],
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
                         {
-                          'text' => '?\'\'
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
-                  'type' => 'menu_entry_description'
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
                 }
               ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 7,
+                'line_nr' => 6,
                 'macro' => ''
-              },
-              'type' => 'menu_entry'
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
             },
             {
               'args' => [
                 {
                   'contents' => [
                     {
-                      'text' => 'direntry'
+                      'text' => 'cat2'
                     }
                   ],
                   'extra' => {
@@ -226,185 +261,150 @@ $result_trees{'direntry_dircategory_info_split'} = {
                   'type' => 'line_arg'
                 }
               ],
-              'cmdname' => 'end',
+              'cmdname' => 'dircategory',
               'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
+                'spaces_before_argument' => ' '
               },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 8,
+                'line_nr' => 10,
                 'macro' => ''
               }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 6,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
+            },
             {
-              'contents' => [
+              'args' => [
                 {
-                  'text' => 'cat2'
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
                 }
               ],
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'line_arg'
-            }
-          ],
-          'cmdname' => 'dircategory',
-          'extra' => {
-            'spaces_before_argument' => ' '
-          },
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 10,
-            'macro' => ''
-          }
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
+                    {
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'aaa'
+                        },
+                        {
+                          'text' => ' ',
+                          'type' => 'space_at_end_menu_node'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
                     {
-                      'text' => 'aaa'
+                      'text' => '::               ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => ' ',
-                      'type' => 'space_at_end_menu_node'
+                      'contents' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'aaaa
+'
+                            },
+                            {
+                              'text' => '                   bbbbb
+'
+                            }
+                          ],
+                          'type' => 'preformatted'
+                        }
+                      ],
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::               ',
-                  'type' => 'menu_entry_separator'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_node' => {
+                      'node_content' => [
+                        {},
+                        {}
+                      ],
+                      'normalized' => 'aaa'
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 12,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
                   'contents' => [
                     {
                       'contents' => [
                         {
-                          'text' => 'aaaa
-'
+                          'text' => '
+',
+                          'type' => 'after_menu_description_line'
                         },
                         {
-                          'text' => '                   bbbbb
+                          'text' => 'menutitle
 '
                         }
                       ],
                       'type' => 'preformatted'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {},
-                    {}
-                  ],
-                  'normalized' => 'aaa'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
+                  'type' => 'menu_comment'
+                },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'menutitle
+                      'contents' => [
+                        {
+                          'text' => 'direntry'
+                        }
+                      ],
+                      'extra' => {
+                        'spaces_after_argument' => '
 '
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
-                    }
-                  ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 16,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 16,
+                'line_nr' => 11,
                 'macro' => ''
               }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 11,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
+            },
+            {
+              'text' => '
 ',
-          'type' => 'empty_line'
-        },
-        {
-          'text' => '
+              'type' => 'empty_line'
+            },
+            {
+              'text' => '
 ',
-          'type' => 'empty_line'
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -824,12 +824,12 @@ $result_trees{'direntry_dircategory_info_split'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[3];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[1]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[1]{'contents'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[3];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[1]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[1]{'contents'}[1];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'args'}[5];
diff --git a/tp/t/results/morecoverage/formatting_fr.pl 
b/tp/t/results/morecoverage/formatting_fr.pl
index 5d3766d819..daba7317c8 100644
--- a/tp/t/results/morecoverage/formatting_fr.pl
+++ b/tp/t/results/morecoverage/formatting_fr.pl
@@ -139,122 +139,221 @@ $result_trees{'formatting_fr'} = {
                 'line_nr' => 4,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => 'Truc'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Truc'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
                     {
-                      'text' => '('
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => 'formatting'
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.           ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '.           ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => 'The GNU documentation truc.
+                          'contents' => [
+                            {
+                              'text' => 'The GNU documentation truc.
 '
+                            }
+                          ],
+                          'type' => 'preformatted'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 6,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 6,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'args' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'cmdname' => '@'
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'contents' => [
+                                        {
+                                          'text' => 'e'
+                                        }
+                                      ],
+                                      'type' => 'following_arg'
+                                    }
+                                  ],
+                                  'cmdname' => '\'',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'type' => 'brace_command_arg'
+                                    }
+                                  ],
+                                  'cmdname' => 'equiv',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                }
+                              ],
+                              'type' => 'brace_command_arg'
+                            }
+                          ],
+                          'cmdname' => 'code',
+                          'source_info' => {
+                            'file_name' => 'formatting.texi',
+                            'line_nr' => 7,
+                            'macro' => ''
+                          }
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
+                    {
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.  ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
                         {
                           'contents' => [
                             {
-                              'cmdname' => '@'
+                              'text' => '``'
                             },
                             {
-                              'text' => ' '
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => '--- something'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'asis',
+                              'source_info' => {
+                                'file_name' => 'formatting.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '\'\' 
+'
+                            },
+                            {
+                              'text' => '                           '
                             },
                             {
                               'args' => [
                                 {
                                   'contents' => [
                                     {
-                                      'text' => 'e'
+                                      'text' => 'cmd'
                                     }
                                   ],
-                                  'type' => 'following_arg'
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'cmdname' => '\'',
+                              'cmdname' => 'command',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
                             },
@@ -264,182 +363,83 @@ $result_trees{'formatting_fr'} = {
                             {
                               'args' => [
                                 {
-                                  'type' => 'brace_command_arg'
+                                  'contents' => [
+                                    {
+                                      'text' => 'a'
+                                    }
+                                  ],
+                                  'type' => 'following_arg'
                                 }
                               ],
-                              'cmdname' => 'equiv',
+                              'cmdname' => '`',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
+                            },
+                            {
+                              'text' => '
+'
                             }
                           ],
-                          'type' => 'brace_command_arg'
+                          'type' => 'preformatted'
                         }
                       ],
-                      'cmdname' => 'code',
-                      'source_info' => {
-                        'file_name' => 'formatting.texi',
-                        'line_nr' => 7,
-                        'macro' => ''
-                      }
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => '('
-                    },
-                    {
-                      'text' => 'formatting'
-                    },
-                    {
-                      'text' => ')'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
                     }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.  ',
-                  'type' => 'menu_entry_separator'
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
                       'contents' => [
                         {
-                          'text' => '``'
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => '--- something'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'asis',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '\'\' 
-'
-                        },
-                        {
-                          'text' => '                           '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'cmd'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'command',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => ' '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 7,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 9,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'formatting.texi',
-                'line_nr' => 9,
+                'line_nr' => 5,
                 'macro' => ''
               }
             }
           ],
-          'source_info' => {
-            'file_name' => 'formatting.texi',
-            'line_nr' => 5,
-            'macro' => ''
-          }
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -3064,12 +3064,12 @@ $result_trees{'formatting_fr'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[5];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[5];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[3]{'contents'}[1];
 $result_trees{'formatting_fr'}{'contents'}[1]{'extra'}{'node_content'}[0] = 
$result_trees{'formatting_fr'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'formatting_fr'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'formatting_fr'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'formatting_fr'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'args'}[3];
diff --git a/tp/t/results/morecoverage/texi_formatting.pl 
b/tp/t/results/morecoverage/texi_formatting.pl
index 9515c7ca0b..7a7d4bb5ea 100644
--- a/tp/t/results/morecoverage/texi_formatting.pl
+++ b/tp/t/results/morecoverage/texi_formatting.pl
@@ -139,122 +139,221 @@ $result_trees{'texi_formatting'} = {
                 'line_nr' => 4,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => 'Truc'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Truc'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
                     {
-                      'text' => '('
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => 'formatting'
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.           ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '.           ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => 'The GNU documentation truc.
+                          'contents' => [
+                            {
+                              'text' => 'The GNU documentation truc.
 '
+                            }
+                          ],
+                          'type' => 'preformatted'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 6,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 6,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'args' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'cmdname' => '@'
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'contents' => [
+                                        {
+                                          'text' => 'e'
+                                        }
+                                      ],
+                                      'type' => 'following_arg'
+                                    }
+                                  ],
+                                  'cmdname' => '\'',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'type' => 'brace_command_arg'
+                                    }
+                                  ],
+                                  'cmdname' => 'equiv',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                }
+                              ],
+                              'type' => 'brace_command_arg'
+                            }
+                          ],
+                          'cmdname' => 'code',
+                          'source_info' => {
+                            'file_name' => 'formatting.texi',
+                            'line_nr' => 7,
+                            'macro' => ''
+                          }
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
+                    {
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.  ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
                         {
                           'contents' => [
                             {
-                              'cmdname' => '@'
+                              'text' => '``'
                             },
                             {
-                              'text' => ' '
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => '--- something'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'asis',
+                              'source_info' => {
+                                'file_name' => 'formatting.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '\'\' 
+'
+                            },
+                            {
+                              'text' => '                           '
                             },
                             {
                               'args' => [
                                 {
                                   'contents' => [
                                     {
-                                      'text' => 'e'
+                                      'text' => 'cmd'
                                     }
                                   ],
-                                  'type' => 'following_arg'
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'cmdname' => '\'',
+                              'cmdname' => 'command',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
                             },
@@ -264,182 +363,83 @@ $result_trees{'texi_formatting'} = {
                             {
                               'args' => [
                                 {
-                                  'type' => 'brace_command_arg'
+                                  'contents' => [
+                                    {
+                                      'text' => 'a'
+                                    }
+                                  ],
+                                  'type' => 'following_arg'
                                 }
                               ],
-                              'cmdname' => 'equiv',
+                              'cmdname' => '`',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
+                            },
+                            {
+                              'text' => '
+'
                             }
                           ],
-                          'type' => 'brace_command_arg'
+                          'type' => 'preformatted'
                         }
                       ],
-                      'cmdname' => 'code',
-                      'source_info' => {
-                        'file_name' => 'formatting.texi',
-                        'line_nr' => 7,
-                        'macro' => ''
-                      }
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => '('
-                    },
-                    {
-                      'text' => 'formatting'
-                    },
-                    {
-                      'text' => ')'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
                     }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.  ',
-                  'type' => 'menu_entry_separator'
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
                       'contents' => [
                         {
-                          'text' => '``'
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => '--- something'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'asis',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '\'\' 
-'
-                        },
-                        {
-                          'text' => '                           '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'cmd'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'command',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => ' '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 7,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 9,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'formatting.texi',
-                'line_nr' => 9,
+                'line_nr' => 5,
                 'macro' => ''
               }
             }
           ],
-          'source_info' => {
-            'file_name' => 'formatting.texi',
-            'line_nr' => 5,
-            'macro' => ''
-          }
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -3064,12 +3064,12 @@ $result_trees{'texi_formatting'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[5];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[5];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[3]{'contents'}[1];
 $result_trees{'texi_formatting'}{'contents'}[1]{'extra'}{'node_content'}[0] = 
$result_trees{'texi_formatting'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'texi_formatting'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'texi_formatting'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'texi_formatting'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'args'}[3];
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.tex 
b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
index db09b53ef9..a8486a3c59 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.tex
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
@@ -91,6 +91,11 @@ roundcorner=10pt}
 
 
 
+
+
+
+
+
 \begin{document}
 
 \frontmatter
@@ -3413,11 +3418,6 @@ g--roupe
 \pagestyle{single}%
 \mainmatter
 \tableofcontents\newpage
-
-
-
-
-
 \label{anchor:Top}%
 \chapter{{chapter}}
 \label{anchor:chapter}%



reply via email to

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