texinfo-commits
[Top][All Lists]
Advanced

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

[7508] update diff-for-test-parsetexi.diff


From: gavinsmith0123
Subject: [7508] update diff-for-test-parsetexi.diff
Date: Sun, 13 Nov 2016 18:45:19 +0000 (UTC)

Revision: 7508
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7508
Author:   gavin
Date:     2016-11-13 18:45:19 +0000 (Sun, 13 Nov 2016)
Log Message:
-----------
update diff-for-test-parsetexi.diff

Modified Paths:
--------------
    trunk/tp/diff-for-test-parsetexi.diff

Modified: trunk/tp/diff-for-test-parsetexi.diff
===================================================================
--- trunk/tp/diff-for-test-parsetexi.diff       2016-11-13 18:04:42 UTC (rev 
7507)
+++ trunk/tp/diff-for-test-parsetexi.diff       2016-11-13 18:45:19 UTC (rev 
7508)
@@ -2,7 +2,7 @@
 ===================================================================
 --- Texinfo/Convert/Converter.pm       (revision 7488)
 +++ Texinfo/Convert/Converter.pm       (working copy)
-@@ -1136,6 +1136,8 @@
+@@ -1136,6 +1136,8 @@ sub _collect_leading_trailing_spaces_arg($$)
    return @result;
  }
  
@@ -11,7 +11,7 @@
  sub _table_item_content_tree($$$)
  {
    my $self = shift;
-@@ -1160,7 +1162,8 @@
+@@ -1160,7 +1162,8 @@ sub _table_item_content_tree($$$)
                 'contents' => $contents,
                 'parent' => $command,};
      $command->{'args'} = [$arg];
@@ -25,7 +25,7 @@
 ===================================================================
 --- Texinfo/ModulePath.pm.in   (revision 7490)
 +++ Texinfo/ModulePath.pm.in   (working copy)
-@@ -51,6 +51,7 @@
+@@ -51,6 +51,7 @@ sub init (;$$) {
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
        unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 
'lib'));
      }
@@ -37,7 +37,7 @@
 ===================================================================
 --- Texinfo/Parser.pm  (revision 7506)
 +++ Texinfo/Parser.pm  (working copy)
-@@ -33,6 +33,9 @@
+@@ -33,6 +33,9 @@ package Texinfo::Parser;
  use 5.006;
  use strict;
  
@@ -51,7 +51,7 @@
 ===================================================================
 --- Texinfo/Report.pm  (revision 7496)
 +++ Texinfo/Report.pm  (working copy)
-@@ -48,7 +48,8 @@
+@@ -48,7 +48,8 @@ use File::Basename;
  
  use Locale::Messages;
  # to be able to load a parser if none was given to gdt.
@@ -61,7 +61,7 @@
  
  # return the errors and warnings
  sub errors($)
-@@ -392,7 +393,8 @@
+@@ -392,7 +393,8 @@ sub gdt($$;$$)
      }
    }
    #my $parser = Texinfo::Parser::parser($parser_conf);
@@ -75,7 +75,7 @@
 ===================================================================
 --- Texinfo/Structuring.pm     (revision 7506)
 +++ Texinfo/Structuring.pm     (working copy)
-@@ -396,7 +396,8 @@
+@@ -396,7 +396,8 @@ sub nodes_tree($)
    foreach my $node (@{$self->{'nodes'}}) {
      if ($node->{'extra'}->{'normalized'} eq 'Top') {
        $top_node = $node;
@@ -85,20 +85,11 @@
        my $top_node_up_content_tree
                           = $parser->parse_texi_line($self->{'TOP_NODE_UP'});
        $top_node_up
-@@ -644,7 +645,7 @@
-                                               'extra' => $node_direction };
-               $node->{'node_'.$direction}->{'extra'}->{'top_node_up'} 
-                 = $node;
--            } else {
-+            } elsif (0) {
-               $self->line_error(sprintf($self->
-                                   __("%s reference to nonexistent `%s'"),
-                     $direction_texts{$direction},
 Index: t/test_utils.pl
 ===================================================================
 --- t/test_utils.pl    (revision 7480)
 +++ t/test_utils.pl    (working copy)
-@@ -43,7 +43,8 @@
+@@ -43,7 +43,8 @@ Texinfo::ModulePath::init();
  
  use Test::More;
  
@@ -108,7 +99,7 @@
  use Texinfo::Convert::Text;
  use Texinfo::Convert::Texinfo;
  use Texinfo::Structuring;
-@@ -730,7 +731,8 @@
+@@ -730,7 +731,8 @@ sub test($$)
    #  push @tested_formats, @{$self->{'test_formats'}};
    }
  
@@ -122,7 +113,7 @@
 ===================================================================
 --- texi2any.pl        (revision 7480)
 +++ texi2any.pl        (working copy)
-@@ -273,8 +273,8 @@
+@@ -273,8 +273,8 @@ if ($configured_version eq '@' . 'PACKAGE_VERSION@
    } else {
      # used in the standalone perl module, as $hardcoded_version is undef
      # and it should never be configured in that setup
@@ -133,7 +124,7 @@
    }
  }
  my $configured_package = '@PACKAGE@';
-@@ -1068,7 +1068,14 @@
+@@ -1068,7 +1068,14 @@ if ($call_texi2dvi) {
    document_warn(__('--Xopt option without printed output')); 
  }
  




reply via email to

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