texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/t/test_sort.t: 'extra_utf8' does not exist a


From: Patrice Dumas
Subject: branch master updated: * tp/t/test_sort.t: 'extra_utf8' does not exist anymore, remove.
Date: Sat, 06 Aug 2022 18:18:45 -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 b30b9cefb2 * tp/t/test_sort.t: 'extra_utf8' does not exist anymore, 
remove.
b30b9cefb2 is described below

commit b30b9cefb28e1d6aab72a7efcb7614edbcf8c31b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 7 00:17:37 2022 +0200

    * tp/t/test_sort.t: 'extra_utf8' does not exist anymore, remove.
---
 tp/t/test_sort.t | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tp/t/test_sort.t b/tp/t/test_sort.t
index 0ae46393a2..9db4332ae6 100644
--- a/tp/t/test_sort.t
+++ b/tp/t/test_sort.t
@@ -20,8 +20,7 @@ my $result = Texinfo::Convert::Text::convert_to_text($tree, 
{'sort_string' => 1}
 is ($result, 'C ,,', 'sort no encoding');
 
 $result = Texinfo::Convert::Text::convert_to_text($tree, {'sort_string' => 1,
-                                      'enabled_encoding' => 'utf-8',
-                                      'extra_utf8' => 1});
+                                      'enabled_encoding' => 'utf-8'});
 
 is ($result, "\x{00A9} \x{201E}", 'sort utf-8');
 



reply via email to

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