texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/t 57invalid_nestings.t results/inval...


From: Patrice Dumas
Subject: texinfo/tp/t 57invalid_nestings.t results/inval...
Date: Sat, 07 Jan 2012 13:50:07 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/07 13:50:06

Modified files:
        tp/t           : 57invalid_nestings.t 
Removed files:
        tp/t/results/invalid_nestings: verbatim_in_style_command.pl 

Log message:
        Remove duplicate test.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/57invalid_nestings.t?cvsroot=texinfo&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/invalid_nestings/verbatim_in_style_command.pl?cvsroot=texinfo&r1=1.5&r2=0

Patches:
Index: 57invalid_nestings.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/57invalid_nestings.t,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- 57invalid_nestings.t        22 Dec 2011 10:54:41 -0000      1.20
+++ 57invalid_nestings.t        7 Jan 2012 13:50:06 -0000       1.21
@@ -392,12 +392,6 @@
 example
 @end example
 }'],
-['verbatim_in_style_command',
-'@code{
address@hidden
-verbatim
address@hidden verbatim
-}'],
 ['float_in_style_command',
 '@code{
 @float A, B

Index: results/invalid_nestings/verbatim_in_style_command.pl
===================================================================
RCS file: results/invalid_nestings/verbatim_in_style_command.pl
diff -N results/invalid_nestings/verbatim_in_style_command.pl
--- results/invalid_nestings/verbatim_in_style_command.pl       29 Oct 2011 
14:44:50 -0000      1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,133 +0,0 @@
-use vars qw(%result_texis %result_texts %result_trees %result_errors 
-   %result_indices %result_sectioning %result_nodes %result_menus
-   %result_floats %result_converted %result_converted_errors 
-   %result_elements %result_directions_text);
-
-use utf8;
-
-$result_trees{'verbatim_in_style_command'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'args' => [
-            {
-              'contents' => [
-                {
-                  'parent' => {},
-                  'text' => '
-'
-                }
-              ],
-              'parent' => {},
-              'type' => 'brace_command_arg'
-            }
-          ],
-          'cmdname' => 'code',
-          'contents' => [],
-          'line_nr' => {
-            'file_name' => '',
-            'line_nr' => 1,
-            'macro' => ''
-          },
-          'parent' => {}
-        }
-      ],
-      'parent' => {},
-      'type' => 'paragraph'
-    },
-    {
-      'cmdname' => 'verbatim',
-      'contents' => [
-        {
-          'extra' => {
-            'command' => {}
-          },
-          'parent' => {},
-          'text' => '
-',
-          'type' => 'empty_line_after_command'
-        },
-        {
-          'parent' => {},
-          'text' => 'verbatim
-',
-          'type' => 'raw'
-        }
-      ],
-      'extra' => {
-        'invalid_nesting' => 1
-      },
-      'line_nr' => {
-        'file_name' => '',
-        'line_nr' => 2,
-        'macro' => ''
-      },
-      'parent' => {}
-    },
-    {
-      'extra' => {
-        'command' => {}
-      },
-      'parent' => {},
-      'text' => '
-',
-      'type' => 'empty_line_after_command'
-    }
-  ],
-  'type' => 'text_root'
-};
-$result_trees{'verbatim_in_style_command'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'verbatim_in_style_command'}{'contents'}[0]{'contents'}[0]{'args'}[0];
-$result_trees{'verbatim_in_style_command'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'parent'}
 = $result_trees{'verbatim_in_style_command'}{'contents'}[0]{'contents'}[0];
-$result_trees{'verbatim_in_style_command'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'verbatim_in_style_command'}{'contents'}[0];
-$result_trees{'verbatim_in_style_command'}{'contents'}[0]{'parent'} = 
$result_trees{'verbatim_in_style_command'};
-$result_trees{'verbatim_in_style_command'}{'contents'}[1]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'verbatim_in_style_command'}{'contents'}[1];
-$result_trees{'verbatim_in_style_command'}{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'verbatim_in_style_command'}{'contents'}[1];
-$result_trees{'verbatim_in_style_command'}{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'verbatim_in_style_command'}{'contents'}[1];
-$result_trees{'verbatim_in_style_command'}{'contents'}[1]{'parent'} = 
$result_trees{'verbatim_in_style_command'};
-$result_trees{'verbatim_in_style_command'}{'contents'}[2]{'extra'}{'command'} 
= $result_trees{'verbatim_in_style_command'}{'contents'}[1];
-$result_trees{'verbatim_in_style_command'}{'contents'}[2]{'parent'} = 
$result_trees{'verbatim_in_style_command'};
-
-$result_texis{'verbatim_in_style_command'} = '@code{
address@hidden
-verbatim
address@hidden verbatim
-';
-
-
-$result_texts{'verbatim_in_style_command'} = '
-verbatim
-';
-
-$result_errors{'verbatim_in_style_command'} = [
-  {
-    'error_line' => ':1: @code missing close brace
-',
-    'file_name' => '',
-    'line_nr' => 1,
-    'macro' => '',
-    'text' => '@code missing close brace',
-    'type' => 'error'
-  },
-  {
-    'error_line' => ':2: warning: @verbatim should not appear in @code
-',
-    'file_name' => '',
-    'line_nr' => 2,
-    'macro' => '',
-    'text' => '@verbatim should not appear in @code',
-    'type' => 'warning'
-  },
-  {
-    'error_line' => ':5: Misplaced }
-',
-    'file_name' => '',
-    'line_nr' => 5,
-    'macro' => '',
-    'text' => 'Misplaced }',
-    'type' => 'error'
-  }
-];
-
-
-1;



reply via email to

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