texinfo-commits
[Top][All Lists]
Advanced

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

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


From: gavinsmith0123
Subject: [7844] update diff-for-test-parsetexi.diff
Date: Sat, 24 Jun 2017 15:13:38 -0400 (EDT)

Revision: 7844
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7844
Author:   gavin
Date:     2017-06-24 15:13:38 -0400 (Sat, 24 Jun 2017)
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       2017-06-23 17:58:55 UTC (rev 
7843)
+++ trunk/tp/diff-for-test-parsetexi.diff       2017-06-24 19:13:38 UTC (rev 
7844)
@@ -1,8 +1,8 @@
 Index: Texinfo/Convert/Converter.pm
 ===================================================================
---- Texinfo/Convert/Converter.pm       (revision 7488)
+--- Texinfo/Convert/Converter.pm       (revision 7842)
 +++ Texinfo/Convert/Converter.pm       (working copy)
-@@ -1136,6 +1136,8 @@ sub _collect_leading_trailing_spaces_arg($$)
+@@ -1136,6 +1136,8 @@
    return @result;
  }
  
@@ -11,7 +11,7 @@
  sub _table_item_content_tree($$$)
  {
    my $self = shift;
-@@ -1160,7 +1162,8 @@ sub _table_item_content_tree($$$)
+@@ -1160,7 +1162,8 @@
                 'contents' => $contents,
                 'parent' => $command,};
      $command->{'args'} = [$arg];
@@ -23,9 +23,9 @@
    $converted_tree->{'contents'} = $contents;
 Index: Texinfo/ModulePath.pm.in
 ===================================================================
---- Texinfo/ModulePath.pm.in   (revision 7490)
+--- Texinfo/ModulePath.pm.in   (revision 7828)
 +++ Texinfo/ModulePath.pm.in   (working copy)
-@@ -51,6 +51,7 @@ sub init (;$$) {
+@@ -73,6 +73,7 @@
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
        unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 
'lib'));
      }
@@ -35,9 +35,9 @@
    if (!$libexec_dir) {
 Index: Texinfo/Parser.pm
 ===================================================================
---- Texinfo/Parser.pm  (revision 7506)
+--- Texinfo/Parser.pm  (revision 7842)
 +++ Texinfo/Parser.pm  (working copy)
-@@ -33,6 +33,9 @@ package Texinfo::Parser;
+@@ -33,6 +33,9 @@
  use 5.006;
  use strict;
  
@@ -49,9 +49,9 @@
  
 Index: Texinfo/Report.pm
 ===================================================================
---- Texinfo/Report.pm  (revision 7496)
+--- Texinfo/Report.pm  (revision 7836)
 +++ Texinfo/Report.pm  (working copy)
-@@ -48,7 +48,8 @@ use File::Basename;
+@@ -48,7 +48,8 @@
  
  use Locale::Messages;
  # to be able to load a parser if none was given to gdt.
@@ -61,9 +61,9 @@
  
  # return the errors and warnings
  sub errors($)
-@@ -392,7 +393,8 @@ sub gdt($$;$$)
-     }
+@@ -378,7 +379,8 @@
    }
+   $parser_conf->{'in_gdt'} = 1;
    #my $parser = Texinfo::Parser::parser($parser_conf);
 -  my $parser = Texinfo::Parser::simple_parser($parser_conf);
 +  #my $parser = Texinfo::Parser::simple_parser($parser_conf);
@@ -73,9 +73,9 @@
    }
 Index: Texinfo/Structuring.pm
 ===================================================================
---- Texinfo/Structuring.pm     (revision 7506)
+--- Texinfo/Structuring.pm     (revision 7842)
 +++ Texinfo/Structuring.pm     (working copy)
-@@ -396,7 +396,8 @@ sub nodes_tree($)
+@@ -396,7 +396,8 @@
    foreach my $node (@{$self->{'nodes'}}) {
      if ($node->{'extra'}->{'normalized'} eq 'Top') {
        $top_node = $node;
@@ -87,9 +87,9 @@
        $top_node_up
 Index: t/test_utils.pl
 ===================================================================
---- t/test_utils.pl    (revision 7480)
+--- t/test_utils.pl    (revision 7828)
 +++ t/test_utils.pl    (working copy)
-@@ -43,7 +43,8 @@ Texinfo::ModulePath::init();
+@@ -32,7 +32,8 @@
  
  use Test::More;
  
@@ -99,7 +99,7 @@
  use Texinfo::Convert::Text;
  use Texinfo::Convert::Texinfo;
  use Texinfo::Structuring;
-@@ -730,7 +731,8 @@ sub test($$)
+@@ -696,7 +697,8 @@
    #  push @tested_formats, @{$self->{'test_formats'}};
    }
  
@@ -111,9 +111,9 @@
                                            't/include/',
 Index: texi2any.pl
 ===================================================================
---- texi2any.pl        (revision 7480)
+--- texi2any.pl        (revision 7828)
 +++ texi2any.pl        (working copy)
-@@ -273,8 +273,8 @@ if ($configured_version eq '@' . 'PACKAGE_VERSION@
+@@ -273,8 +273,8 @@
    } else {
      # used in the standalone perl module, as $hardcoded_version is undef
      # and it should never be configured in that setup
@@ -123,8 +123,8 @@
 +    ## $configured_version = $Texinfo::Parser::VERSION;
    }
  }
- my $configured_package = '@PACKAGE@';
-@@ -1068,7 +1068,14 @@ if ($call_texi2dvi) {
+ 
+@@ -1083,7 +1083,14 @@
    document_warn(__('--Xopt option without printed output')); 
  }
  




reply via email to

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