texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/t/test_utils.pl: update the source of TEXINFO_


From: Patrice Dumas
Subject: branch master updated: tp/t/test_utils.pl: update the source of TEXINFO_DTD_VERSION
Date: Mon, 12 Sep 2022 03:15:31 -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 f2a7d25eff tp/t/test_utils.pl: update the source of TEXINFO_DTD_VERSION
f2a7d25eff is described below

commit f2a7d25effa8ba72c2867b981374145bc2a624e3
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Sep 12 09:14:54 2022 +0200

    tp/t/test_utils.pl: update the source of TEXINFO_DTD_VERSION
---
 tp/t/test_utils.pl | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl
index bb20b29611..73e7c5ed26 100644
--- a/tp/t/test_utils.pl
+++ b/tp/t/test_utils.pl
@@ -162,9 +162,11 @@ my %extensions = (
   'latex_text' => 'tex',
 );
 
-my %xml_converter_defaults
-    = Texinfo::Convert::TexinfoXML::converter_defaults(undef, undef);
-my $XML_DTD_VERSION = $xml_converter_defaults{'TEXINFO_DTD_VERSION'};
+#my %xml_converter_defaults
+#    = Texinfo::Convert::TexinfoXML::converter_defaults(undef, undef);
+#my $XML_DTD_VERSION = $xml_converter_defaults{'TEXINFO_DTD_VERSION'};
+my $XML_DTD_VERSION
+  = $Texinfo::Common::default_converter_customization{'TEXINFO_DTD_VERSION'};
 
 my %outfile_preamble = (
   'docbook' => ['<?xml version="1.0"?>



reply via email to

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