texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/t/plaintext_tests.t: skip all_spaces test base


From: Patrice Dumas
Subject: branch master updated: tp/t/plaintext_tests.t: skip all_spaces test based on per version
Date: Fri, 19 Aug 2022 17:46:40 -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 bae917e61b tp/t/plaintext_tests.t: skip all_spaces test based on per 
version
bae917e61b is described below

commit bae917e61bed7efa29aa6ded3c1a4d9c1fc68816
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Aug 19 23:46:00 2022 +0200

    tp/t/plaintext_tests.t: skip all_spaces test based on per version
---
 tp/t/plaintext_tests.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tp/t/plaintext_tests.t b/tp/t/plaintext_tests.t
index 234f33fbd0..1efa0cf820 100644
--- a/tp/t/plaintext_tests.t
+++ b/tp/t/plaintext_tests.t
@@ -993,9 +993,9 @@ undef,
  'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef, },
 ],
 ['all_spaces',
-undef, {'test_file' => 'all_spaces.texi', 
-        'todo' => {'file_plaintext' => 
-                          'NEL handled differently between perl versions'}}
+undef,
+{'test_file' => 'all_spaces.texi',
+ 'skip' => ($] < 5.014) ? 'Perl too old: LINE TABULATION in /a needed' : 
undef, },
 ],
 ['east_asian_in_w',
 undef, {'test_file' => 'east_asian_in_w.texi'}



reply via email to

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