You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: t/re/reg_mesg.t
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -397,12 +397,6 @@ my @death_only_under_strict = (
397
397
=>'False [] range "[:digit:]-" {#} m/[[:digit:]-{#}[:alpha:]]\x{100}/',
398
398
'/[a\zb]\x{100}/'=>'Unrecognized escape \z in character class passed through {#} m/[a\z{#}b]\x{100}/',
399
399
=>'Unrecognized escape \z in character class {#} m/[a\z{#}b]\x{100}/',
400
-
'default_on/:{4,a}/'=>'Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through {#} m/:{{#}4,a}/',
401
-
=>'Unescaped left brace in regex is illegal here {#} m/:{{#}4,a}/',
402
-
'default_on/xa{3\,4}y/'=>'Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through {#} m/xa{{#}3\,4}y/',
403
-
=>'Unescaped left brace in regex is illegal here {#} m/xa{{#}3\,4}y/',
404
-
'default_on/\\${[^\\}]*}/'=>'Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through {#} m/\\${{#}[^\\}]*}/',
405
-
=>'Unescaped left brace in regex is illegal here {#} m/\\${{#}[^\\}]*}/',
406
400
'/[ab]/'=>"",
407
401
=>'Literal vertical space in [] is illegal except under /x {#} m/[a{#}b]/',
408
402
);
@@ -610,15 +604,21 @@ my @warning = (
610
604
'Assuming NOT a POSIX class since a semi-colon was found instead of a colon {#} m/[foo;{#}punct;]]\x{100}/',
611
605
'Assuming NOT a POSIX class since a semi-colon was found instead of a colon {#} m/[foo;punct;]{#}]\x{100}/',
); # See comments before this for why '\x{100}' is generally needed
624
624
@@ -662,7 +662,7 @@ my @warning_only_under_strict = (
662
662
"/[A-$B_hex]/"=>"Ranges of ASCII printables should be some subset of \"0-9\", \"A-Z\", or \"a-z\" {#} m/[A-$B_hex\{#}]/",
663
663
"/[$low_mixed_alpha-$high_mixed_alpha]/"=>"Ranges of ASCII printables should be some subset of \"0-9\", \"A-Z\", or \"a-z\" {#} m/[$low_mixed_alpha-$high_mixed_alpha\{#}]/",
664
664
"/[$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\{#}]/",
0 commit comments