We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee7f3a commit 8afeec3Copy full SHA for 8afeec3
lib/Unicode/UCD.t
@@ -2097,7 +2097,7 @@ foreach my $prop (sort(keys %props)) {
2097
2098
# Special case an expected and gotten empty return
2099
if ( @$invlist_ref - $upper_limit_subtract == 1
2100
- && $official =~ / ^ ( V0 | !Unicode::UCD::All ) $/x)
+ && $official =~ / ^ ( V0 | !Unicode::UCD::All ) \z/x)
2101
{
2102
pass("prop_invmap('$display_prop')");
2103
next PROPERTY;
0 commit comments