In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/282634ed6aed040ba8694186b410779d98331944?hp=dafb254405696d9098a8d8452edea4ff150d3afb>

- Log -----------------------------------------------------------------
commit 282634ed6aed040ba8694186b410779d98331944
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Nov 7 18:44:56 2018 -0700

    t/re/reg_mesg.t: Add test
    
    Verify this still works after the recent removal of the sizing pass

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

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 369aaea7fc..9717b46e3c 100644
--- a/t/re/reg_mesg.t
+++ b/t/re/reg_mesg.t
@@ -529,6 +529,7 @@ my @warning = (
     '/(?=a)*/' => '(?=a)* matches null string many times {#} m/(?=a)*{#}/',
     'my $x = \'\m\'; qr/a$x/' => 'Unrecognized escape \m passed through {#} 
m/a\m{#}/',
     '/\q/' => 'Unrecognized escape \q passed through {#} m/\q{#}/',
+    '/\q\p{Any}/' => 'Unrecognized escape \q passed through {#} 
m/\q{#}\p{Any}/',
 
     # These two tests do not include the marker, because regcomp.c no
     # longer knows where it goes by the time this warning is emitted.

-- 
Perl5 Master Repository

Reply via email to