Bugfix for $/{..}/

This commit is contained in:
Bruce Hill 2024-09-03 15:14:46 -04:00
parent 75b7032363
commit e86813d9c1

View File

@ -1148,7 +1148,7 @@ int64_t match(Text_t text, Pattern_t pattern, int64_t text_index, int64_t patter
if (prop_name[1] == '.') {
any = true;
prop = UC_PROPERTY_PRIVATE_USE;
break;
goto got_prop;
}
break;
case 'd':