texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Define a empty variable used and not defined


From: Patrice Dumas
Subject: branch master updated: Define a empty variable used and not defined
Date: Sat, 27 Aug 2022 14:52:20 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new dd8be48cf6 Define a empty variable used and not defined
dd8be48cf6 is described below

commit dd8be48cf6d3c8e369281b2ccb6a6466dd28a254
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 27 20:51:46 2022 +0200

    Define a empty variable used and not defined
---
 tp/t/formats_encodings.t | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tp/t/formats_encodings.t b/tp/t/formats_encodings.t
index 1e81da1484..092dacfc5f 100644
--- a/tp/t/formats_encodings.t
+++ b/tp/t/formats_encodings.t
@@ -390,6 +390,8 @@ my %xml_file_tests = (
  'char_latin1_latin1_in_refs' => 1,
 );
 
+my %latex_tests = ();
+
 foreach my $test (@test_cases) {
   push @{$test->[2]->{'test_formats'}}, 'plaintext';
   if ($html_tests{$test->[0]}) {



reply via email to

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