texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Use nesting context basic inline stack more gener


From: Gavin D. Smith
Subject: branch master updated: Use nesting context basic inline stack more generally
Date: Fri, 03 Feb 2023 14:16:09 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new d39e470067 Use nesting context basic inline stack more generally
d39e470067 is described below

commit d39e4700671fa8445bf2a9b424467ac716928ef8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Feb 3 19:15:37 2023 +0000

    Use nesting context basic inline stack more generally
    
    * tp/Texinfo/ParserNonXS.pm
    (_process_remaining_on_line) <contain basic inline>:
    Push command on stack.
    (_close_brace_command) <contain basic inline>:
    Pop command from stack.
    (_process_remaining_on_line) <ref commands>:
    No longer push and pop basic_inline_stack.
    
    * tp/Texinfo/XS/parsetexi/separator.c
    (handle_open_brace) <CF_contain_basic_inline>:
    Push nesting_context.basic_inline_stack.
    * tp/Texinfo/XS/parsetexi/close.c
    (close_brace_command) <CF_contain_basic_line>:
    Pop nesting_context.basic_inline_stack.
    * tp/Texinfo/XS/parsetexi/separator.c
    (handle_open_brace, handle_close_brace) <ref command>:
    No longer call push_command or pop_command on stack.
---
 ChangeLog                                          |  22 ++
 tp/Texinfo/ParserNonXS.pm                          |   9 +-
 tp/Texinfo/XS/parsetexi/close.c                    |   3 +
 tp/Texinfo/XS/parsetexi/separator.c                |   7 +-
 .../coverage_braces/contain_plain_text_nestings.pl |   9 +
 tp/t/results/coverage_braces/test_image.pl         | 225 +++++++++++++++++++++
 tp/t/results/float/complex_float.pl                |  12 +-
 tp/t/results/invalid_nestings/in_errormsg.pl       |  27 +++
 tp/t/results/invalid_nestings/in_table.pl          |  99 ---------
 tp/t/results/invalid_nestings/ref_in_anchor.pl     |   9 +
 tp/t/results/invalid_nestings/section_in_math.pl   |  18 ++
 tp/t/results/misc_commands/test_allowcodebreaks.pl |  12 +-
 .../res_parser/formatting_chm/formatting.2         |  16 ++
 .../res_parser/formatting_docbook/formatting.2     |  16 ++
 .../res_parser/formatting_epub/formatting.2        |  16 ++
 .../res_parser/formatting_html32/formatting.2      |  16 ++
 .../formatting_html_no_split/formatting.2          |  16 ++
 .../res_parser/formatting_info/formatting.2        |  16 ++
 .../res_parser/formatting_latex/formatting.2       |  16 ++
 .../formatting_macro_expand/formatting.2           |  16 ++
 .../res_parser/formatting_plaintext/formatting.2   |  16 ++
 .../res_parser/formatting_rawtext/formatting.2     |  16 ++
 .../formatting_regions/formatting_regions.2        |  16 ++
 .../res_parser/formatting_textcontent/formatting.2 |  16 ++
 .../res_parser/formatting_xhtml/formatting.2       |  16 ++
 .../res_parser/formatting_xml/formatting.2         |  16 ++
 .../formatting_enable_encoding/formatting.2        |  16 ++
 .../res_parser/formatting_epub_nodes/formatting.2  |  16 ++
 .../res_parser/formatting_exotic/formatting.2      |  16 ++
 .../layout/res_parser/formatting_fr/formatting.2   |  16 ++
 .../res_parser/formatting_fr_icons/formatting.2    |  16 ++
 .../res_parser/formatting_fr_info/formatting.2     |  16 ++
 .../formatting_info_ascii_punctuation/formatting.2 |  16 ++
 .../formatting_info_disable_encoding/formatting.2  |  16 ++
 .../res_parser/formatting_inline_css/formatting.2  |  16 ++
 .../res_parser/formatting_mathjax/formatting.2     |  16 ++
 .../formatting_numerical_entities/formatting.2     |  16 ++
 .../formatting.2                                   |  16 ++
 .../formatting_sort_element_counts/formatting.2    |  16 ++
 .../res_parser/formatting_texi2html/formatting.2   |  16 ++
 .../formatting_texi2html_nodes/formatting.2        |  16 ++
 .../formatting_weird_quotes/formatting.2           |  16 ++
 42 files changed, 822 insertions(+), 110 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c63c494d70..7ee3d50dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2023-02-03  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Use nesting context basic inline stack more generally
+
+       * tp/Texinfo/ParserNonXS.pm
+       (_process_remaining_on_line) <contain basic inline>:
+       Push command on stack.
+       (_close_brace_command) <contain basic inline>:
+       Pop command from stack.
+       (_process_remaining_on_line) <ref commands>:
+       No longer push and pop basic_inline_stack.
+
+       * tp/Texinfo/XS/parsetexi/separator.c
+       (handle_open_brace) <CF_contain_basic_inline>:
+       Push nesting_context.basic_inline_stack.
+       * tp/Texinfo/XS/parsetexi/close.c
+       (close_brace_command) <CF_contain_basic_line>:
+       Pop nesting_context.basic_inline_stack.
+       * tp/Texinfo/XS/parsetexi/separator.c
+       (handle_open_brace, handle_close_brace) <ref command>:
+       No longer call push_command or pop_command on stack.
+
 2023-02-03  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): use
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index eca1e85016..9ae903dc12 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -1506,6 +1506,9 @@ sub _close_brace_command($$$;$$$)
         or $current->{'cmdname'} eq 'shortcaption');
   }
 
+  pop @{$self->{'nesting_context'}->{'basic_inline_stack'}}
+    if ($contain_basic_inline_commands{$current->{'cmdname'}});
+
   if ($current->{'cmdname'} ne 'verb'
       or $current->{'info'}->{'delimiter'} eq '') {
     if (defined($closed_block_command)) {
@@ -5798,6 +5801,8 @@ sub _process_remaining_on_line($$$$)
         }
 
         $current = $current->{'args'}->[-1];
+        push @{$self->{'nesting_context'}->{'basic_inline_stack'}}, $command
+          if ($contain_basic_inline_commands{$command});
         if ($self->{'brace_commands'}->{$command} eq 'context') {
           if ($command eq 'caption' or $command eq 'shortcaption') {
             my $float;
@@ -5870,9 +5875,6 @@ sub _process_remaining_on_line($$$$)
           }
           $self->_push_context('ct_inlineraw', $command)
             if ($command eq 'inlineraw');
-          push @{$self->{'nesting_context'}->{'basic_inline_stack'}},
-               $command
-            if ($Texinfo::Commands::ref_commands{$command});
         }
         print STDERR "OPENED \@$current->{'parent'}->{'cmdname'}, remaining: "
           .(defined($current->{'parent'}->{'remaining_args'}) ? "remaining: 
$current->{'parent'}->{'remaining_args'}, " : '')
@@ -5971,7 +5973,6 @@ sub _process_remaining_on_line($$$$)
           }
         } elsif ($ref_commands{$current->{'parent'}->{'cmdname'}}) {
           my $ref = $current->{'parent'};
-          pop @{$self->{'nesting_context'}->{'basic_inline_stack'}};
           if (@{$ref->{'args'}}) {
             my @args;
             for $a (@{$ref->{'args'}}) {
diff --git a/tp/Texinfo/XS/parsetexi/close.c b/tp/Texinfo/XS/parsetexi/close.c
index 451249f8d6..09cfe9eb0c 100644
--- a/tp/Texinfo/XS/parsetexi/close.c
+++ b/tp/Texinfo/XS/parsetexi/close.c
@@ -46,6 +46,9 @@ close_brace_command (ELEMENT *current,
         nesting_context.caption--;
     }
 
+  if (command_flags(current) & CF_contain_basic_inline)
+    (void) pop_command (&nesting_context.basic_inline_stack);
+
   if (current->cmd != CM_verb)
     goto yes;
   k = lookup_info (current, "delimiter");
diff --git a/tp/Texinfo/XS/parsetexi/separator.c 
b/tp/Texinfo/XS/parsetexi/separator.c
index d26deda33a..b0af071e87 100644
--- a/tp/Texinfo/XS/parsetexi/separator.c
+++ b/tp/Texinfo/XS/parsetexi/separator.c
@@ -43,6 +43,8 @@ handle_open_brace (ELEMENT *current, char **line_inout)
       arg = new_element (ET_NONE);
       add_to_element_args (current, arg);
       current = arg;
+      if (command_data(command).flags & CF_contain_basic_inline)
+        push_command (&nesting_context.basic_inline_stack, command);
 
       if (command == CM_verb)
         {
@@ -155,10 +157,6 @@ handle_open_brace (ELEMENT *current, char **line_inout)
               if (command == CM_inlineraw)
                 push_context (ct_inlineraw, command);
             }
-          if (command_data(command).flags & CF_ref)
-            {
-              push_command (&nesting_context.basic_inline_stack, command);
-            }
         }
       debug ("OPENED");
     }
@@ -285,7 +283,6 @@ handle_close_brace (ELEMENT *current, char **line_inout)
       else if (command_data(closed_command).flags & CF_ref)
         {
           ELEMENT *ref = current->parent;
-          (void) pop_command (&nesting_context.basic_inline_stack);
           if (ref->args.number > 0)
             {
               if ((closed_command == CM_inforef
diff --git a/tp/t/results/coverage_braces/contain_plain_text_nestings.pl 
b/tp/t/results/coverage_braces/contain_plain_text_nestings.pl
index 49f578be18..5d09f74634 100644
--- a/tp/t/results/coverage_braces/contain_plain_text_nestings.pl
+++ b/tp/t/results/coverage_braces/contain_plain_text_nestings.pl
@@ -946,6 +946,15 @@ $result_errors{'contain_plain_text_nestings'} = [
     'text' => '@ref should not appear in @w',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @ref should not appear anywhere inside @w
+',
+    'file_name' => '',
+    'line_nr' => 13,
+    'macro' => '',
+    'text' => '@ref should not appear anywhere inside @w',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @ref should not appear in @hyphenation
 ',
diff --git a/tp/t/results/coverage_braces/test_image.pl 
b/tp/t/results/coverage_braces/test_image.pl
index 944e63c04e..39e27ee323 100644
--- a/tp/t/results/coverage_braces/test_image.pl
+++ b/tp/t/results/coverage_braces/test_image.pl
@@ -2837,6 +2837,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2846,6 +2855,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2855,6 +2873,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2864,6 +2891,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2873,6 +2909,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 9,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2882,6 +2927,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 14,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2891,6 +2945,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 14,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2900,6 +2963,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 14,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2909,6 +2981,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 14,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2918,6 +2999,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 14,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2927,6 +3017,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 20,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2936,6 +3035,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 20,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2945,6 +3053,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 20,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2954,6 +3071,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 20,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2963,6 +3089,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 20,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2972,6 +3107,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 24,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2981,6 +3125,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 24,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2990,6 +3143,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 24,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -2999,6 +3161,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 24,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3008,6 +3179,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 24,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3017,6 +3197,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 26,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3026,6 +3215,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 26,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3035,6 +3233,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 26,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3044,6 +3251,15 @@ $result_errors{'test_image'} = [
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 26,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @verb should not appear in @image (possibly 
involving @files-char)
 ',
@@ -3052,6 +3268,15 @@ $result_errors{'test_image'} = [
     'macro' => 'files-char',
     'text' => '@verb should not appear in @image',
     'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside @image 
(possibly involving @files-char)
+',
+    'file_name' => '',
+    'line_nr' => 26,
+    'macro' => 'files-char',
+    'text' => '@verb should not appear anywhere inside @image',
+    'type' => 'warning'
   }
 ];
 
diff --git a/tp/t/results/float/complex_float.pl 
b/tp/t/results/float/complex_float.pl
index 6778b9cacd..0cb780428e 100644
--- a/tp/t/results/float/complex_float.pl
+++ b/tp/t/results/float/complex_float.pl
@@ -3835,7 +3835,17 @@ $result_menus{'complex_float'} = {
 };
 
$result_menus{'complex_float'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
 = $result_menus{'complex_float'};
 
-$result_errors{'complex_float'} = [];
+$result_errors{'complex_float'} = [
+  {
+    'error_line' => 'warning: @verb should not appear anywhere inside 
@shortcaption
+',
+    'file_name' => '',
+    'line_nr' => 87,
+    'macro' => '',
+    'text' => '@verb should not appear anywhere inside @shortcaption',
+    'type' => 'warning'
+  }
+];
 
 
 $result_floats{'complex_float'} = {
diff --git a/tp/t/results/invalid_nestings/in_errormsg.pl 
b/tp/t/results/invalid_nestings/in_errormsg.pl
index 7f9ddebbe6..0355288e34 100644
--- a/tp/t/results/invalid_nestings/in_errormsg.pl
+++ b/tp/t/results/invalid_nestings/in_errormsg.pl
@@ -299,6 +299,15 @@ $result_errors{'in_errormsg'} = [
     'text' => '@anchor should not appear in @errormsg',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @anchor should not appear anywhere inside 
@errormsg
+',
+    'file_name' => '',
+    'line_nr' => 3,
+    'macro' => '',
+    'text' => '@anchor should not appear anywhere inside @errormsg',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @ref should not appear in @errormsg
 ',
@@ -308,6 +317,15 @@ $result_errors{'in_errormsg'} = [
     'text' => '@ref should not appear in @errormsg',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @ref should not appear anywhere inside @errormsg
+',
+    'file_name' => '',
+    'line_nr' => 3,
+    'macro' => '',
+    'text' => '@ref should not appear anywhere inside @errormsg',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'warning: @table should not appear in @errormsg
 ',
@@ -317,6 +335,15 @@ $result_errors{'in_errormsg'} = [
     'text' => '@table should not appear in @errormsg',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @table should not appear anywhere inside 
@errormsg
+',
+    'file_name' => '',
+    'line_nr' => 6,
+    'macro' => '',
+    'text' => '@table should not appear anywhere inside @errormsg',
+    'type' => 'warning'
+  },
   {
     'error_line' => '@errormsg missing closing brace
 ',
diff --git a/tp/t/results/invalid_nestings/in_table.pl 
b/tp/t/results/invalid_nestings/in_table.pl
index df4c52475d..106136bf6a 100644
--- a/tp/t/results/invalid_nestings/in_table.pl
+++ b/tp/t/results/invalid_nestings/in_table.pl
@@ -1167,15 +1167,6 @@ $result_errors{'in_table'} = [
     'text' => 'misplaced }',
     'type' => 'error'
   },
-  {
-    'error_line' => 'warning: @item should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 12,
-    'macro' => '',
-    'text' => '@item should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
   {
     'error_line' => 'warning: @center should not appear in @item
 ',
@@ -1185,24 +1176,6 @@ $result_errors{'in_table'} = [
     'text' => '@center should not appear in @item',
     'type' => 'warning'
   },
-  {
-    'error_line' => 'warning: @center should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 12,
-    'macro' => '',
-    'text' => '@center should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @item should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 13,
-    'macro' => '',
-    'text' => '@item should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
   {
     'error_line' => 'warning: @cindex should not appear in @item
 ',
@@ -1212,33 +1185,6 @@ $result_errors{'in_table'} = [
     'text' => '@cindex should not appear in @item',
     'type' => 'warning'
   },
-  {
-    'error_line' => 'warning: @cindex should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 13,
-    'macro' => '',
-    'text' => '@cindex should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @vtable should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 16,
-    'macro' => '',
-    'text' => '@vtable should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @item should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 17,
-    'macro' => '',
-    'text' => '@item should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
   {
     'error_line' => 'warning: @cindex should not appear in @item
 ',
@@ -1248,24 +1194,6 @@ $result_errors{'in_table'} = [
     'text' => '@cindex should not appear in @item',
     'type' => 'warning'
   },
-  {
-    'error_line' => 'warning: @cindex should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 17,
-    'macro' => '',
-    'text' => '@cindex should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @item should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 20,
-    'macro' => '',
-    'text' => '@item should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
   {
     'error_line' => 'warning: @cindex should not appear in @item
 ',
@@ -1275,33 +1203,6 @@ $result_errors{'in_table'} = [
     'text' => '@cindex should not appear in @item',
     'type' => 'warning'
   },
-  {
-    'error_line' => 'warning: @cindex should not appear anywhere inside @ref
-',
-    'file_name' => '',
-    'line_nr' => 20,
-    'macro' => '',
-    'text' => '@cindex should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @printindex should not appear anywhere inside 
@ref
-',
-    'file_name' => '',
-    'line_nr' => 25,
-    'macro' => '',
-    'text' => '@printindex should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => 'warning: @printindex should not appear anywhere inside 
@ref
-',
-    'file_name' => '',
-    'line_nr' => 27,
-    'macro' => '',
-    'text' => '@printindex should not appear anywhere inside @ref',
-    'type' => 'warning'
-  },
   {
     'error_line' => 'warning: empty index key in @item
 ',
diff --git a/tp/t/results/invalid_nestings/ref_in_anchor.pl 
b/tp/t/results/invalid_nestings/ref_in_anchor.pl
index 5d180d0f78..1c9d76cd8d 100644
--- a/tp/t/results/invalid_nestings/ref_in_anchor.pl
+++ b/tp/t/results/invalid_nestings/ref_in_anchor.pl
@@ -152,6 +152,15 @@ $result_errors{'ref_in_anchor'} = [
     'macro' => '',
     'text' => '@ref should not appear in @anchor',
     'type' => 'warning'
+  },
+  {
+    'error_line' => 'warning: @ref should not appear anywhere inside @anchor
+',
+    'file_name' => '',
+    'line_nr' => 2,
+    'macro' => '',
+    'text' => '@ref should not appear anywhere inside @anchor',
+    'type' => 'warning'
   }
 ];
 
diff --git a/tp/t/results/invalid_nestings/section_in_math.pl 
b/tp/t/results/invalid_nestings/section_in_math.pl
index f148051847..c031381421 100644
--- a/tp/t/results/invalid_nestings/section_in_math.pl
+++ b/tp/t/results/invalid_nestings/section_in_math.pl
@@ -224,6 +224,15 @@ 
$result_sectioning{'section_in_math'}{'structure'}{'section_childs'}[1]{'structu
 
$result_sectioning{'section_in_math'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
 = $result_sectioning{'section_in_math'}{'structure'}{'section_childs'}[0];
 
 $result_errors{'section_in_math'} = [
+  {
+    'error_line' => 'warning: @section should not appear anywhere inside @math
+',
+    'file_name' => '',
+    'line_nr' => 4,
+    'macro' => '',
+    'text' => '@section should not appear anywhere inside @math',
+    'type' => 'warning'
+  },
   {
     'error_line' => 'misplaced {
 ',
@@ -251,6 +260,15 @@ $result_errors{'section_in_math'} = [
     'text' => '@section should not appear in @math',
     'type' => 'warning'
   },
+  {
+    'error_line' => 'warning: @section should not appear anywhere inside @math
+',
+    'file_name' => '',
+    'line_nr' => 8,
+    'macro' => '',
+    'text' => '@section should not appear anywhere inside @math',
+    'type' => 'warning'
+  },
   {
     'error_line' => '@section seen before @math closing brace
 ',
diff --git a/tp/t/results/misc_commands/test_allowcodebreaks.pl 
b/tp/t/results/misc_commands/test_allowcodebreaks.pl
index 88a12e02ba..152ed45138 100644
--- a/tp/t/results/misc_commands/test_allowcodebreaks.pl
+++ b/tp/t/results/misc_commands/test_allowcodebreaks.pl
@@ -2263,7 +2263,17 @@ $result_menus{'test_allowcodebreaks'} = {
   'info' => {}
 };
 
-$result_errors{'test_allowcodebreaks'} = [];
+$result_errors{'test_allowcodebreaks'} = [
+  {
+    'error_line' => 'warning: @anchor should not appear anywhere inside @w 
(possibly involving @testallowcodebreakspara)
+',
+    'file_name' => '',
+    'line_nr' => 29,
+    'macro' => 'testallowcodebreakspara',
+    'text' => '@anchor should not appear anywhere inside @w',
+    'type' => 'warning'
+  }
+];
 
 
 $result_floats{'test_allowcodebreaks'} = {};
diff --git a/tp/tests/coverage/res_parser/formatting_chm/formatting.2 
b/tp/tests/coverage/res_parser/formatting_chm/formatting.2
index 1fb32c80d9..3363f2651f 100644
--- a/tp/tests/coverage/res_parser/formatting_chm/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_chm/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_docbook/formatting.2 
b/tp/tests/coverage/res_parser/formatting_docbook/formatting.2
index d4bdfbb0a4..7da0b7275a 100644
--- a/tp/tests/coverage/res_parser/formatting_docbook/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_docbook/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_epub/formatting.2 
b/tp/tests/coverage/res_parser/formatting_epub/formatting.2
index 6e1ea9d8d2..c36729a7c7 100644
--- a/tp/tests/coverage/res_parser/formatting_epub/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_epub/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_html32/formatting.2 
b/tp/tests/coverage/res_parser/formatting_html32/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/coverage/res_parser/formatting_html32/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_html32/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2 
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
index a4ecc343d5..5aa7cf000e 100644
--- a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_info/formatting.2 
b/tp/tests/coverage/res_parser/formatting_info/formatting.2
index b13faaf489..4cab14e9b2 100644
--- a/tp/tests/coverage/res_parser/formatting_info/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_info/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_latex/formatting.2 
b/tp/tests/coverage/res_parser/formatting_latex/formatting.2
index 7efa0a4215..29335adc37 100644
--- a/tp/tests/coverage/res_parser/formatting_latex/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_latex/formatting.2
@@ -39,9 +39,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -108,9 +112,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -176,9 +184,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -257,9 +269,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_macro_expand/formatting.2 
b/tp/tests/coverage/res_parser/formatting_macro_expand/formatting.2
index a7e6064bde..7e06034bcc 100644
--- a/tp/tests/coverage/res_parser/formatting_macro_expand/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_macro_expand/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2 
b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
index 4630dcaf73..621070375e 100644
--- a/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_rawtext/formatting.2 
b/tp/tests/coverage/res_parser/formatting_rawtext/formatting.2
index a7e6064bde..7e06034bcc 100644
--- a/tp/tests/coverage/res_parser/formatting_rawtext/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_rawtext/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2 
b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
index 81804ea3d9..7d1affd4e1 100644
--- a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
+++ b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
@@ -40,9 +40,13 @@ formatting_regions.texi:27: @image missing filename argument 
(possibly involving
 formatting_regions.texi:27: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:27: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:27: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:27: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:27: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:27: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:27: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:27: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:27: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:27: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:27: @sp missing argument (possibly involving @mymacro)
 formatting_regions.texi:27: warning: @author not meaningful outside 
`@titlepage' and `@quotation' environments (possibly involving @mymacro)
 formatting_regions.texi:27: command @bullet not accepting argument in brace 
should not be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting_regions.texi:38: @image missing filename 
argument (possibly involving
 formatting_regions.texi:38: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:38: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:38: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:38: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:38: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:38: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:38: @sp missing argument (possibly involving @mymacro)
 formatting_regions.texi:38: command @bullet not accepting argument in brace 
should not be on @table line (possibly involving @mymacro)
 formatting_regions.texi:38: missing @table argument (possibly involving 
@mymacro)
@@ -179,9 +187,13 @@ formatting_regions.texi:45: @image missing filename 
argument (possibly involving
 formatting_regions.texi:45: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:45: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:45: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:45: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:45: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:45: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:45: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:45: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:45: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:45: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:45: @sp missing argument (possibly involving @mymacro)
 formatting_regions.texi:45: warning: @author not meaningful outside 
`@titlepage' and `@quotation' environments (possibly involving @mymacro)
 formatting_regions.texi:45: command @bullet not accepting argument in brace 
should not be on @table line (possibly involving @mymacro)
@@ -249,9 +261,13 @@ formatting_regions.texi:48: @image missing filename 
argument (possibly involving
 formatting_regions.texi:48: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:48: @image missing filename argument (possibly 
involving @mymacro)
 formatting_regions.texi:48: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:48: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:48: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:48: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:48: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:48: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:48: warning: @verb should not appear in @image 
(possibly involving @mymacro)
+formatting_regions.texi:48: warning: @verb should not appear anywhere inside 
@image (possibly involving @mymacro)
 formatting_regions.texi:48: @sp missing argument (possibly involving @mymacro)
 formatting_regions.texi:48: warning: @author not meaningful outside 
`@titlepage' and `@quotation' environments (possibly involving @mymacro)
 formatting_regions.texi:48: command @bullet not accepting argument in brace 
should not be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_textcontent/formatting.2 
b/tp/tests/coverage/res_parser/formatting_textcontent/formatting.2
index a7e6064bde..7e06034bcc 100644
--- a/tp/tests/coverage/res_parser/formatting_textcontent/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_textcontent/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2 
b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_xml/formatting.2 
b/tp/tests/coverage/res_parser/formatting_xml/formatting.2
index a7e6064bde..7e06034bcc 100644
--- a/tp/tests/coverage/res_parser/formatting_xml/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_xml/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2 
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
index 6e1ea9d8d2..c36729a7c7 100644
--- a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting.2 
b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
index a4ecc343d5..5aa7cf000e 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_fr/formatting.2 
b/tp/tests/layout/res_parser/formatting_fr/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_fr/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2 
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_fr_info/formatting.2 
b/tp/tests/layout/res_parser/formatting_fr_info/formatting.2
index b13faaf489..4cab14e9b2 100644
--- a/tp/tests/layout/res_parser/formatting_fr_info/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr_info/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2 
b/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2
index b13faaf489..4cab14e9b2 100644
--- a/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2 
b/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2
index b13faaf489..4cab14e9b2 100644
--- a/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2 
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2 
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2 
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
 
b/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
index 4630dcaf73..621070375e 100644
--- 
a/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
+++ 
b/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
index a4ecc343d5..5aa7cf000e 100644
--- a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_texi2html/formatting.2 
b/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2 
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
index 7f4ceb2c3a..7b744c4afe 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
@@ -40,9 +40,13 @@ formatting.texi:22: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:22: @sp missing argument (possibly involving @mymacro)
 formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -110,9 +114,13 @@ formatting.texi:32: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:32: @sp missing argument (possibly involving @mymacro)
 formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
 formatting.texi:32: missing @table argument (possibly involving @mymacro)
@@ -179,9 +187,13 @@ formatting.texi:81: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:81: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:81: @sp missing argument (possibly involving @mymacro)
 formatting.texi:81: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:81: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
@@ -261,9 +273,13 @@ formatting.texi:86: @image missing filename argument 
(possibly involving @mymacr
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: @image missing filename argument (possibly involving 
@mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:86: warning: @verb should not appear anywhere inside @image 
(possibly involving @mymacro)
 formatting.texi:86: @sp missing argument (possibly involving @mymacro)
 formatting.texi:86: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:86: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)



reply via email to

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