In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/b533676119578f1978fd923c4e66fcbce4589a34?hp=eef8d518b95b0221f81805d75bd63fbbf2995f3b>

- Log -----------------------------------------------------------------
commit b533676119578f1978fd923c4e66fcbce4589a34
Author: Karl Williamson <[email protected]>
Date:   Sat Mar 9 11:48:20 2019 -0700

    t/re/reg_mesg.t: Add test

-----------------------------------------------------------------------

Summary of changes:
 t/re/reg_mesg.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/re/reg_mesg.t b/t/re/reg_mesg.t
index 5d88fe745f..e4c008be1a 100644
--- a/t/re/reg_mesg.t
+++ b/t/re/reg_mesg.t
@@ -314,6 +314,7 @@ my @death =
  '/\p{vertical  tab}/' => 'Can\'t find Unicode property definition "vertical 
 tab" {#} m/\\p{vertical  tab}{#}/', # [perl #132055]
  "/$bug133423/" => "Operand with no preceding operator {#} m/(?[(?^:(?[\\
  '/[^/' => 'Unmatched [ {#} m/[{#}^/', # [perl #133767]
+ '/\p{Is_Other_Alphabetic=F}/ ' => 'Can\'t find Unicode property definition 
"Is_Other_Alphabetic=F" {#} m/\p{Is_Other_Alphabetic=F}{#}/',
 
 );
 

-- 
Perl5 Master Repository

Reply via email to