[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7438] update diff-for-test-parsetexi.diff
From: |
gavinsmith0123 |
Subject: |
[7438] update diff-for-test-parsetexi.diff |
Date: |
Sat, 8 Oct 2016 10:41:32 +0000 (UTC) |
Revision: 7438
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7438
Author: gavin
Date: 2016-10-08 10:41:32 +0000 (Sat, 08 Oct 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-10-08 10:31:19 UTC (rev
7437)
+++ trunk/tp/diff-for-test-parsetexi.diff 2016-10-08 10:41:32 UTC (rev
7438)
@@ -1,8 +1,8 @@
Index: Texinfo/Convert/Converter.pm
===================================================================
---- Texinfo/Convert/Converter.pm (revision 7357)
+--- Texinfo/Convert/Converter.pm (revision 7436)
+++ Texinfo/Convert/Converter.pm (working copy)
-@@ -1134,6 +1134,8 @@
+@@ -1133,6 +1133,8 @@ sub _collect_leading_trailing_spaces_arg($$)
return @result;
}
@@ -11,7 +11,7 @@
sub _table_item_content_tree($$$)
{
my $self = shift;
-@@ -1158,7 +1160,8 @@
+@@ -1157,7 +1159,8 @@ sub _table_item_content_tree($$$)
'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 7357)
+--- Texinfo/ModulePath.pm.in (revision 7422)
+++ Texinfo/ModulePath.pm.in (working copy)
-@@ -19,6 +19,8 @@
+@@ -19,6 +19,8 @@ sub init (;$$) {
if (defined($ENV{'top_builddir'}) and !defined($ENV{'top_srcdir'})) {
$ENV{'top_srcdir'} = $ENV{'top_builddir'};
@@ -34,7 +34,7 @@
}
if (!$lib_dir) {
-@@ -46,6 +48,7 @@
+@@ -46,6 +48,7 @@ sub init (;$$) {
if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode',
'lib'));
}
@@ -44,9 +44,9 @@
if (!$libexec_dir) {
Index: Texinfo/Parser.pm
===================================================================
---- Texinfo/Parser.pm (revision 7408)
+--- Texinfo/Parser.pm (revision 7422)
+++ Texinfo/Parser.pm (working copy)
-@@ -33,6 +33,9 @@
+@@ -33,6 +33,9 @@ package Texinfo::Parser;
use 5.006;
use strict;
@@ -58,9 +58,9 @@
Index: Texinfo/Report.pm
===================================================================
---- Texinfo/Report.pm (revision 7408)
+--- Texinfo/Report.pm (revision 7422)
+++ 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.
@@ -70,7 +70,7 @@
# return the errors and warnings
sub errors($)
-@@ -385,7 +386,8 @@
+@@ -381,7 +382,8 @@ sub gdt($$;$$)
}
}
#my $parser = Texinfo::Parser::parser($parser_conf);
@@ -82,9 +82,9 @@
}
Index: Texinfo/Structuring.pm
===================================================================
---- Texinfo/Structuring.pm (revision 7407)
+--- Texinfo/Structuring.pm (revision 7422)
+++ Texinfo/Structuring.pm (working copy)
-@@ -583,7 +583,7 @@
+@@ -586,7 +586,7 @@ sub nodes_tree($)
foreach my $node (@{$self->{'nodes'}}) {
if ($node->{'extra'}->{'normalized'} eq 'Top') {
$top_node = $node;
@@ -93,7 +93,7 @@
$self->{'TOP_NODE_UP'});
$top_node_up
= {'type' => 'top_node_up',
-@@ -806,7 +806,7 @@
+@@ -809,7 +809,7 @@ sub nodes_tree($)
'extra' => $node_direction };
$node->{'node_'.$direction}->{'extra'}->{'top_node_up'}
= $node;
@@ -104,9 +104,9 @@
$direction_texts{$direction},
Index: t/test_utils.pl
===================================================================
---- t/test_utils.pl (revision 7357)
+--- t/test_utils.pl (revision 7422)
+++ t/test_utils.pl (working copy)
-@@ -43,7 +43,8 @@
+@@ -43,7 +43,8 @@ Texinfo::ModulePath::init();
use Test::More;
@@ -116,7 +116,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'}};
}
@@ -128,9 +128,9 @@
't/include/',
Index: texi2any.pl
===================================================================
---- texi2any.pl (revision 7357)
+--- texi2any.pl (revision 7436)
+++ 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
@@ -141,7 +141,7 @@
}
}
my $configured_package = '@PACKAGE@';
-@@ -1068,7 +1068,14 @@
+@@ -1068,7 +1068,14 @@ if ($call_texi2dvi) {
document_warn(__('--Xopt option without printed output'));
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7438] update diff-for-test-parsetexi.diff,
gavinsmith0123 <=