Skip to content

Commit 8afeec3

Browse files
khwilliamsonmauke
andauthored
Update lib/Unicode/UCD.t
Co-authored-by: mauke <[email protected]>
1 parent aee7f3a commit 8afeec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Unicode/UCD.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ foreach my $prop (sort(keys %props)) {
20972097
20982098
# Special case an expected and gotten empty return
20992099
if ( @$invlist_ref - $upper_limit_subtract == 1
2100-
&& $official =~ / ^ ( V0 | !Unicode::UCD::All ) $/x)
2100+
&& $official =~ / ^ ( V0 | !Unicode::UCD::All ) \z/x)
21012101
{
21022102
pass("prop_invmap('$display_prop')");
21032103
next PROPERTY;

0 commit comments

Comments
 (0)