texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Explicit INFO_SPECIAL_CHARS_QUOTE and INFO_SPECIA


From: Patrice Dumas
Subject: branch master updated: Explicit INFO_SPECIAL_CHARS_QUOTE and INFO_SPECIAL_CHARS_WARNING in test
Date: Mon, 15 Aug 2022 11:38:57 -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 efc1ea4f3f Explicit INFO_SPECIAL_CHARS_QUOTE and 
INFO_SPECIAL_CHARS_WARNING in test
efc1ea4f3f is described below

commit efc1ea4f3f112cf76b0ab1626cf74b3a339dd51d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Aug 15 17:38:36 2022 +0200

    Explicit INFO_SPECIAL_CHARS_QUOTE and INFO_SPECIAL_CHARS_WARNING in test
---
 tp/t/info_tests.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tp/t/info_tests.t b/tp/t/info_tests.t
index 220f3fbb64..6e8616f111 100644
--- a/tp/t/info_tests.t
+++ b/tp/t/info_tests.t
@@ -1010,7 +1010,9 @@ $colons_in_index_entries_and_node,
 undef, {'INFO_SPECIAL_CHARS_QUOTE' => 1,
  'INFO_SPECIAL_CHARS_WARNING' => 0,}],
 ['colons_in_index_entries_and_node_no_quoting',
-$colons_in_index_entries_and_node],
+$colons_in_index_entries_and_node,
+undef, {'INFO_SPECIAL_CHARS_QUOTE' => 0,
+ 'INFO_SPECIAL_CHARS_WARNING' => 1,}],
 ;
 
 foreach my $test (@test_cases) {



reply via email to

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