[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Skip test if /a is not present
From: |
Patrice Dumas |
Subject: |
branch master updated: Skip test if /a is not present |
Date: |
Wed, 01 Jun 2022 14:49: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 9d58850536 Skip test if /a is not present
9d58850536 is described below
commit 9d588505363a498d14c89db4d9236ea3d70ec3e5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jun 1 20:49:05 2022 +0200
Skip 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 712f8dd140..d5dfa9299d 100644
--- a/tp/t/30sectioning.t
+++ b/tp/t/30sectioning.t
@@ -618,7 +618,8 @@ undef, {'test_file' => 'only_special_spaces_node.texi',
undef, {'test_file' => 'in_menu_only_special_spaces_node.texi',
'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef,
}],
['reference_to_only_special_spaces_node',
-undef, {'test_file' => 'reference_to_only_special_spaces_node.texi'}],
+undef, {'test_file' => 'reference_to_only_special_spaces_node.texi',
+ 'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef,
}],
['double_node_anchor_float',
'@node node1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Skip test if /a is not present,
Patrice Dumas <=