[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Wed, 2 Mar 2022 05:32:48 -0500 (EST) |
branch: master
commit cd1ceda5e4315f563fc22358ff89bb514c78faf5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Mar 2 10:56:12 2022 +0100
Remove useless comments in tests
---
tp/t/92formatting.t | 1 -
tp/t/93layout.t | 1 -
tp/t/94htmlxref.t | 1 -
tp/t/95moreindices.t | 1 -
tp/t/accents.t | 5 -----
5 files changed, 9 deletions(-)
diff --git a/tp/t/92formatting.t b/tp/t/92formatting.t
index b7f4ffea11..a7340abbe1 100644
--- a/tp/t/92formatting.t
+++ b/tp/t/92formatting.t
@@ -1,4 +1,3 @@
-# $Id: 02coverage.t 8055 2018-08-13 11:41:21Z gavin $
use strict;
use lib '.';
diff --git a/tp/t/93layout.t b/tp/t/93layout.t
index 234c2d1f15..1800f8d67a 100644
--- a/tp/t/93layout.t
+++ b/tp/t/93layout.t
@@ -1,4 +1,3 @@
-# $Id: 02coverage.t 8055 2018-08-13 11:41:21Z gavin $
use strict;
use lib '.';
diff --git a/tp/t/94htmlxref.t b/tp/t/94htmlxref.t
index cac96f6141..2d3e8a3655 100644
--- a/tp/t/94htmlxref.t
+++ b/tp/t/94htmlxref.t
@@ -1,4 +1,3 @@
-# $Id: 02coverage.t 8055 2018-08-13 11:41:21Z gavin $
use strict;
use lib '.';
diff --git a/tp/t/95moreindices.t b/tp/t/95moreindices.t
index 03abe3bdb3..a4a432a4cf 100644
--- a/tp/t/95moreindices.t
+++ b/tp/t/95moreindices.t
@@ -1,4 +1,3 @@
-# $Id: 02coverage.t 8055 2018-08-13 11:41:21Z gavin $
use strict;
use lib '.';
diff --git a/tp/t/accents.t b/tp/t/accents.t
index 2805e2b891..b7f0a8a766 100644
--- a/tp/t/accents.t
+++ b/tp/t/accents.t
@@ -116,8 +116,6 @@ sub test_enable_encoding ($)
\&Texinfo::Convert::Text::ascii_accent_fallback);
if (defined($reference)) {
- #ok (Encode::decode('iso-8859-1', $reference) eq $result, $name);
- #ok ($reference eq Encode::encode('iso-8859-1', $result), $name);
is (Encode::encode('iso-8859-1', $result), $reference, $name);
} else {
my ($ord, $hex) = ord_hex_string($result);
@@ -198,8 +196,5 @@ is ($result, "\x{00E5}", 'enable encoding @aa{}');
$result = Texinfo::Convert::Text::convert_to_text($res_aa, {'enabled_encoding'
=> 'iso-8859-1'});
is ($result, "\x{00E5}", 'enable encoding latin1 @aa{}');
-#print STDERR "$result\n";
-#print STDERR "`$result'\n".ord($result)."\n".sprintf("%x\n",ord($result));
-#print STDERR "".Encode::encode('utf8', "\x{00E5}\n");
1;