texinfo-commits
[Top][All Lists]
Advanced

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

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


From: gavinsmith0123
Subject: [7903] update diff-for-test-parsetexi.diff
Date: Sun, 2 Jul 2017 08:07:13 -0400 (EDT)

Revision: 7903
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7903
Author:   gavin
Date:     2017-07-02 08:07:12 -0400 (Sun, 02 Jul 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-07-02 11:56:31 UTC (rev 
7902)
+++ trunk/tp/diff-for-test-parsetexi.diff       2017-07-02 12:07:12 UTC (rev 
7903)
@@ -1,6 +1,6 @@
 Index: Texinfo/ModulePath.pm.in
 ===================================================================
---- Texinfo/ModulePath.pm.in   (revision 7860)
+--- Texinfo/ModulePath.pm.in   (revision 7895)
 +++ Texinfo/ModulePath.pm.in   (working copy)
 @@ -73,6 +73,7 @@
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
@@ -12,21 +12,23 @@
    if (!$libexec_dir) {
 Index: Texinfo/Parser.pm
 ===================================================================
---- Texinfo/Parser.pm  (revision 7882)
+--- Texinfo/Parser.pm  (revision 7897)
 +++ Texinfo/Parser.pm  (working copy)
-@@ -33,6 +33,9 @@
- use 5.006;
- use strict;
+@@ -27,6 +27,11 @@
+ #  user visible subroutines.
+ #  internal subroutines, doing the parsing.
  
-+# make sure we don't load this module for testing XS
-+die;
 +
- # debug
- use Carp qw(cluck);
++use Parsetexi;
++1;
++__END__
++
+ package Texinfo::Parser;
  
+ # We need the unicode stuff.
 Index: Texinfo/Report.pm
 ===================================================================
---- Texinfo/Report.pm  (revision 7860)
+--- Texinfo/Report.pm  (revision 7895)
 +++ Texinfo/Report.pm  (working copy)
 @@ -48,7 +48,8 @@
  
@@ -50,7 +52,7 @@
    }
 Index: Texinfo/Structuring.pm
 ===================================================================
---- Texinfo/Structuring.pm     (revision 7877)
+--- Texinfo/Structuring.pm     (revision 7895)
 +++ Texinfo/Structuring.pm     (working copy)
 @@ -422,7 +422,8 @@
    foreach my $node (@{$self->{'nodes'}}) {
@@ -64,7 +66,7 @@
        $top_node_up
 Index: t/test_utils.pl
 ===================================================================
---- t/test_utils.pl    (revision 7860)
+--- t/test_utils.pl    (revision 7895)
 +++ t/test_utils.pl    (working copy)
 @@ -32,7 +32,8 @@
  
@@ -88,7 +90,7 @@
                                            't/include/',
 Index: texi2any.pl
 ===================================================================
---- texi2any.pl        (revision 7876)
+--- texi2any.pl        (revision 7895)
 +++ texi2any.pl        (working copy)
 @@ -273,8 +273,8 @@
    } else {




reply via email to

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