texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Skip special_spaces_in_nodes test if /a is not pr


From: Patrice Dumas
Subject: branch master updated: Skip special_spaces_in_nodes test if /a is not present
Date: Mon, 18 Apr 2022 18:39:26 -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 0c4fc134fb Skip special_spaces_in_nodes test if /a is not present
0c4fc134fb is described below

commit 0c4fc134fbc27f3bdc81a767383d5ad4dba4077e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Apr 19 00:38:58 2022 +0200

    Skip special_spaces_in_nodes test if /a is not present
---
 tp/t/30sectioning.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tp/t/30sectioning.t b/tp/t/30sectioning.t
index 1136a1e6eb..64e1740c5c 100644
--- a/tp/t/30sectioning.t
+++ b/tp/t/30sectioning.t
@@ -609,7 +609,8 @@ $character_and_spaces_in_refs_text],
 @node  local   node,,/;<=>?[\\]^_`|~,other nodes
 '],
 ['special_spaces_in_nodes',
-undef, {'test_file' => 'special_spaces_in_nodes.texi'}],
+undef, {'test_file' => 'special_spaces_in_nodes.texi',
+        'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef, 
}],
 ['only_special_spaces_node',
 undef, {'test_file' => 'only_special_spaces_node.texi',
         'skip' => ($] < 5.018) ? 'Perl too old: LINE TABULATION in /a needed' 
: undef, }],



reply via email to

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