[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/60macro.t (non_ascii_in_macro_name): skip
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/60macro.t (non_ascii_in_macro_name): skip test if /a regex flag is not available. |
Date: |
Sat, 22 Jul 2023 17:57:49 -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 db79623fe5 * tp/t/60macro.t (non_ascii_in_macro_name): skip test if /a
regex flag is not available.
db79623fe5 is described below
commit db79623fe595b3b7ef159eb253e64a3f9253f1c9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 22 23:57:39 2023 +0200
* tp/t/60macro.t (non_ascii_in_macro_name): skip test if /a regex flag
is not available.
---
ChangeLog | 5 +++++
tp/t/60macro.t | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5d1ccdc354..5d208c63e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-22 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/60macro.t (non_ascii_in_macro_name): skip test if /a regex flag
+ is not available.
+
2023-07-22 Patrice Dumas <pertusus@free.fr>
autoconf test for conversion from EUC-CN to UTF-8 by iconv
diff --git a/tp/t/60macro.t b/tp/t/60macro.t
index 5e42fcaffb..bffc96316d 100644
--- a/tp/t/60macro.t
+++ b/tp/t/60macro.t
@@ -170,7 +170,9 @@ second arg: \second\
@end macro
@parenbr'."\x{00e8}".'ve{e}
-'],
+',
+{'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef, },
+],
['macro_expansion','
@macro macroone {arg1, arg2 }
result of a macro with \arg1\ and
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/60macro.t (non_ascii_in_macro_name): skip test if /a regex flag is not available.,
Patrice Dumas <=