texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 29 Jul 2023 11:15:36 -0400 (EDT)

branch: master
commit aecfa824d818c2f79da0369ca16d91d7da4fbf99
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 29 12:30:18 2023 +0200

    t/paragraph.t: remove setting DEBUG (only used by no XS) by mistake
---
 tp/t/paragraph.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/t/paragraph.t b/tp/t/paragraph.t
index 97c6ca75ce..ee08e20205 100644
--- a/tp/t/paragraph.t
+++ b/tp/t/paragraph.t
@@ -22,7 +22,7 @@ sub test_para($$$;$)
 
   my $result = '';
   $conf = {} if (!defined($conf));
-  $conf->{'DEBUG'} = 1;
+  #$conf->{'DEBUG'} = 1;
   my $para = Texinfo::Convert::Paragraph->new($conf);
   foreach my $arg (@$args) {
     $result .= add_text($para, $arg);



reply via email to

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