texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 9 Jan 2024 08:08:16 -0500 (EST)

branch: master
commit e4505f8619880b73501bd1e7e33c97a323af1630
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Jan 8 21:42:17 2024 +0100

    * tp/t/accents.t: initialize converter with
    _initialize_XS_NonXS_output_state.
---
 ChangeLog      | 5 +++++
 tp/t/accents.t | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index eaab480d69..aae9d14e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-08  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/t/accents.t: initialize converter with
+       _initialize_XS_NonXS_output_state.
+
 2024-01-08  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs
diff --git a/tp/t/accents.t b/tp/t/accents.t
index 09b4ed9e0f..a1dffefd34 100644
--- a/tp/t/accents.t
+++ b/tp/t/accents.t
@@ -108,7 +108,7 @@ sub test_enable_encoding ($)
   }
   my $html_converter = Texinfo::Convert::HTML->converter($options);
   # NOTE we use a converter outside of output/convert
-  $html_converter->_initialize_output_state('_test_accents');
+  $html_converter->_initialize_XS_NonXS_output_state('_test_accents');
   my $result_xml = Texinfo::Convert::Converter::xml_accents($html_converter,
                                                             $accent_tree);
   $html_converter->set_conf('USE_NUMERIC_ENTITY', 1);



reply via email to

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