texinfo-commits
[Top][All Lists]
Advanced

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

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


From: gavinsmith0123
Subject: [7885] update diff-for-test-parsetexi.diff
Date: Thu, 29 Jun 2017 15:49:24 -0400 (EDT)

Revision: 7885
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7885
Author:   gavin
Date:     2017-06-29 15:49:24 -0400 (Thu, 29 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-29 19:48:28 UTC (rev 
7884)
+++ trunk/tp/diff-for-test-parsetexi.diff       2017-06-29 19:49:24 UTC (rev 
7885)
@@ -1,9 +1,9 @@
 Index: Texinfo/Convert/Converter.pm
 ===================================================================
---- Texinfo/Convert/Converter.pm       (revision 7847)
+--- Texinfo/Convert/Converter.pm       (revision 7884)
 +++ Texinfo/Convert/Converter.pm       (working copy)
-@@ -1136,6 +1136,8 @@
-   return @result;
+@@ -1149,6 +1149,8 @@
+   }
  }
  
 +use Parsetexi;
@@ -11,19 +11,9 @@
  sub _table_item_content_tree($$$)
  {
    my $self = shift;
-@@ -1160,7 +1162,8 @@
-                'contents' => $contents,
-                'parent' => $command,};
-     $command->{'args'} = [$arg];
--    $self->Texinfo::Parser::_register_command_arg($arg, 
'brace_command_contents');
-+    #$self->Parsetexi::_register_command_arg($arg, 'brace_command_contents');
-+    #$self->Texinfo::Parser::_register_command_arg($arg, 
'brace_command_contents');
-     $contents = [$command];
-   }
-   $converted_tree->{'contents'} = $contents;
 Index: Texinfo/ModulePath.pm.in
 ===================================================================
---- Texinfo/ModulePath.pm.in   (revision 7828)
+--- Texinfo/ModulePath.pm.in   (revision 7860)
 +++ Texinfo/ModulePath.pm.in   (working copy)
 @@ -73,6 +73,7 @@
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
@@ -35,7 +25,7 @@
    if (!$libexec_dir) {
 Index: Texinfo/Parser.pm
 ===================================================================
---- Texinfo/Parser.pm  (revision 7847)
+--- Texinfo/Parser.pm  (revision 7882)
 +++ Texinfo/Parser.pm  (working copy)
 @@ -33,6 +33,9 @@
  use 5.006;
@@ -49,7 +39,7 @@
  
 Index: Texinfo/Report.pm
 ===================================================================
---- Texinfo/Report.pm  (revision 7836)
+--- Texinfo/Report.pm  (revision 7860)
 +++ Texinfo/Report.pm  (working copy)
 @@ -48,7 +48,8 @@
  
@@ -73,9 +63,9 @@
    }
 Index: Texinfo/Structuring.pm
 ===================================================================
---- Texinfo/Structuring.pm     (revision 7847)
+--- Texinfo/Structuring.pm     (revision 7877)
 +++ Texinfo/Structuring.pm     (working copy)
-@@ -396,7 +396,8 @@
+@@ -422,7 +422,8 @@
    foreach my $node (@{$self->{'nodes'}}) {
      if ($node->{'extra'}->{'normalized'} eq 'Top') {
        $top_node = $node;
@@ -87,7 +77,7 @@
        $top_node_up
 Index: t/test_utils.pl
 ===================================================================
---- t/test_utils.pl    (revision 7828)
+--- t/test_utils.pl    (revision 7860)
 +++ t/test_utils.pl    (working copy)
 @@ -32,7 +32,8 @@
  
@@ -111,7 +101,7 @@
                                            't/include/',
 Index: texi2any.pl
 ===================================================================
---- texi2any.pl        (revision 7828)
+--- texi2any.pl        (revision 7876)
 +++ texi2any.pl        (working copy)
 @@ -273,8 +273,8 @@
    } else {




reply via email to

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