In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/a785e2a44d4f797eb342246fdf0c8ba088967b54?hp=d9a91485293e1414746fd028b3782f699519105e>
- Log ----------------------------------------------------------------- commit a785e2a44d4f797eb342246fdf0c8ba088967b54 Author: Karl Williamson <[email protected]> Date: Sat Mar 23 10:25:32 2019 -0600 reg_mesg.t: Add missing '#' comment indicator For d9a91485293e1414746fd028b3782f699519105e. ----------------------------------------------------------------------- Summary of changes: t/re/reg_mesg.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/re/reg_mesg.t b/t/re/reg_mesg.t index f8265924a2..9939646cbf 100644 --- a/t/re/reg_mesg.t +++ b/t/re/reg_mesg.t @@ -673,7 +673,7 @@ my @warning_only_under_strict = ( "/[$low_mixed_digit-$high_mixed_digit]/" => "Ranges of ASCII printables should be some subset of \"0-9\", \"A-Z\", or \"a-z\" {#} m/[$low_mixed_digit-$high_mixed_digit\{#}]/", '/\b<GCB}/' => 'Unescaped literal \'}\' {#} m/\b<GCB}{#}/', '/[ ]def]/' => 'Unescaped literal \']\' {#} m/[ ]def]{#}/', - '/(?)/' => 'Empty (?) without any modifiers {#} m/(?){#}/', [perl #132851] + '/(?)/' => 'Empty (?) without any modifiers {#} m/(?){#}/', # [perl #132851] ); my @warning_utf8_only_under_strict = mark_as_utf8( -- Perl5 Master Repository
