texinfo-commits
[Top][All Lists]
Advanced

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

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


From: gavinsmith0123
Subject: [8051] update diff-for-test-parsetexi.diff
Date: Sun, 12 Aug 2018 17:37:12 -0400 (EDT)

Revision: 8051
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8051
Author:   gavin
Date:     2018-08-12 17:37:12 -0400 (Sun, 12 Aug 2018)
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       2018-08-12 21:33:20 UTC (rev 
8050)
+++ trunk/tp/diff-for-test-parsetexi.diff       2018-08-12 21:37:12 UTC (rev 
8051)
@@ -2,7 +2,7 @@
 ===================================================================
 --- Texinfo/ModulePath.pm.in   (revision 8003)
 +++ Texinfo/ModulePath.pm.in   (working copy)
-@@ -73,6 +73,7 @@ sub init (;$$) {
+@@ -73,6 +73,7 @@
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
        unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 
'lib'));
      }
@@ -12,7 +12,7 @@
    if (!$libexec_dir) {
 Index: Texinfo/Parser.pm
 ===================================================================
---- Texinfo/Parser.pm  (revision 8029)
+--- Texinfo/Parser.pm  (revision 8048)
 +++ Texinfo/Parser.pm  (working copy)
 @@ -27,6 +27,11 @@
  #  user visible subroutines.
@@ -28,9 +28,9 @@
  # We need the unicode stuff.
 Index: Texinfo/Report.pm
 ===================================================================
---- Texinfo/Report.pm  (revision 8036)
+--- Texinfo/Report.pm  (revision 8046)
 +++ Texinfo/Report.pm  (working copy)
-@@ -49,7 +49,8 @@ use File::Basename;
+@@ -49,7 +49,8 @@
  
  use Locale::Messages;
  # to be able to load a parser if none was given to gdt.
@@ -40,7 +40,7 @@
  
  # return the errors and warnings
  sub errors($)
-@@ -371,7 +372,8 @@ sub gdt($$;$$)
+@@ -369,7 +370,8 @@
    }
    $parser_conf->{'in_gdt'} = 1;
    #my $parser = Texinfo::Parser::parser($parser_conf);
@@ -52,9 +52,9 @@
    }
 Index: Texinfo/Structuring.pm
 ===================================================================
---- Texinfo/Structuring.pm     (revision 8003)
+--- Texinfo/Structuring.pm     (revision 8045)
 +++ Texinfo/Structuring.pm     (working copy)
-@@ -422,7 +422,8 @@ sub nodes_tree($)
+@@ -424,7 +424,8 @@
    foreach my $node (@{$self->{'nodes'}}) {
      if ($node->{'extra'}->{'normalized'} eq 'Top') {
        $top_node = $node;
@@ -64,35 +64,11 @@
        my $top_node_up_content_tree
                           = $parser->parse_texi_line($self->{'TOP_NODE_UP'});
        $top_node_up
-Index: t/test_utils.pl
-===================================================================
---- t/test_utils.pl    (revision 8003)
-+++ t/test_utils.pl    (working copy)
-@@ -32,7 +32,8 @@ Texinfo::ModulePath::init(undef, undef, 'updirs' =
- 
- use Test::More;
- 
--use Texinfo::Parser;
-+#use Texinfo::Parser;
-+use Parsetexi;
- use Texinfo::Convert::Text;
- use Texinfo::Convert::Texinfo;
- use Texinfo::Structuring;
-@@ -696,7 +697,8 @@ sub test($$)
-   #  push @tested_formats, @{$self->{'test_formats'}};
-   }
- 
--  my $parser = Texinfo::Parser->parser({'TEST' => 1,
-+  #my $parser = Texinfo::Parser->parser({'TEST' => 1,
-+  my $parser = Parsetexi::parser({'TEST' => 1,
-                                         'include_directories' => [
-                                           't/include_dir/',
-                                           't/include/',
 Index: texi2any.pl
 ===================================================================
---- texi2any.pl        (revision 8003)
+--- texi2any.pl        (revision 8046)
 +++ texi2any.pl        (working copy)
-@@ -273,8 +273,8 @@ if ($configured_version eq '@' . 'PACKAGE_VERSION@
+@@ -262,8 +262,8 @@
    } else {
      # used in the standalone perl module, as $hardcoded_version is undef
      # and it should never be configured in that setup
@@ -103,7 +79,7 @@
    }
  }
  
-@@ -1078,7 +1078,12 @@ if ($call_texi2dvi) {
+@@ -1065,7 +1065,12 @@
    document_warn(__('--Xopt option without printed output')); 
  }
  




reply via email to

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