[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/test_sort.t: call Texinfo::Config::GNUT_in
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/test_sort.t: call Texinfo::Config::GNUT_initialize_customization, to avoid initialization being done through autovivification. |
Date: |
Thu, 14 Nov 2024 04:47:32 -0500 |
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 89cc017fd5 * tp/t/test_sort.t: call
Texinfo::Config::GNUT_initialize_customization, to avoid initialization being
done through autovivification.
89cc017fd5 is described below
commit 89cc017fd52a6d24ad1fd8f3a3f639050d59c377
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Nov 14 10:47:26 2024 +0100
* tp/t/test_sort.t: call
Texinfo::Config::GNUT_initialize_customization, to avoid
initialization being done through autovivification.
---
ChangeLog | 6 ++++++
tp/t/test_sort.t | 1 +
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 48f8c7b941..596b1a9898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-14 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/test_sort.t: call
+ Texinfo::Config::GNUT_initialize_customization, to avoid
+ initialization being done through autovivification.
+
2024-11-14 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/build_perl_info.c
diff --git a/tp/t/test_sort.t b/tp/t/test_sort.t
index 5754b0f996..fd7d749de0 100644
--- a/tp/t/test_sort.t
+++ b/tp/t/test_sort.t
@@ -45,6 +45,7 @@ my $document = $parser->parse_texi_text('@node Top
');
my $main_configuration = Texinfo::MainConfig::new();
+Texinfo::Config::GNUT_initialize_customization(undef, {}, {});
# To set $indices_sort_strings, calling
# Texinfo::Document::indices_sort_strings is more natural, but we want
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/test_sort.t: call Texinfo::Config::GNUT_initialize_customization, to avoid initialization being done through autovivification.,
Patrice Dumas <=