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
In particular, UnicodePropertySymbolTable is eerily similar to UnicodeSetUtilities.MySymbolTable (used in the JSPs). TestUnicodeInvariants.ChainedSymbolTable (used in the invariants) has a lot of the same features (=@none@, unary-query for binary properties, etc.), but these are implemented in VersionedProperty rather than directly in applyPropertyAlias.
See #1072.
In particular, UnicodePropertySymbolTable is eerily similar to UnicodeSetUtilities.MySymbolTable (used in the JSPs). TestUnicodeInvariants.ChainedSymbolTable (used in the invariants) has a lot of the same features (
=@none@
, unary-query for binary properties, etc.), but these are implemented in VersionedProperty rather than directly inapplyPropertyAlias
.Previously:
The text was updated successfully, but these errors were encountered: