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
is-deeply'ๆ'.uniprop('Extender'), True, "uniprop for Extender property returns True for codepoints with this property";
157
158
is-deeply'a'.uniprop('Extender'), False, "uniprop for Extender property returns False for codepoints without this property";
158
159
160
+
is-deeply0x2FF2.uniprop('IDS_Trinary_Operator'), True, "uniprop for IDS_Trinary_Operator returns True for codepoints with this property";
161
+
is-deeply'⇒'.uniprop('IDS_Trinary_Operator'), False, "uniprop for IDS_Trinary_Operator returns False for codepoints without this property";
162
+
163
+
is-deeply0x2FF0.uniprop('IDS_Binary_Operator'), True, "uniprop for IDS_Binary_Operator returns True for codepoints with this property";
164
+
is-deeply'ϣ'.uniprop('IDS_Binary_Operator'), False, "uniprop for IDS_Binary_Operator returns False for codepoints without this property";
165
+
166
+
is-deeply'Ϳ'.uniprop('ID_Start'), True, "uniprop for ID_Start property returns True for codepoints with this property";
167
+
is-deeply'̴'.uniprop('ID_Start'), False"uniprop for ID_Start property returns False for codepoints without this property";
168
+
169
+
is-deeply''.uniprop('Default_Ignorable_Code_Point'), True, "uniprop for Default_Ignorable_Code_Point returns True for codepoints with this property";
170
+
is-deeply'ē'.uniprop('Default_Ignorable_Code_Point'), False, "uniprop for Default_Ignorable_Code_Point returns False for codepoints without this property";
171
+
172
+
is-deeply'^'.uniprop('Diacritic'), True, "uniprop for Diacritic property returns True for codepoints with this property";
173
+
is-deeply'Ê'.uniprop('Diacritic'), False, "uniprop for Diacritic property returns False for codepoints without this property";
174
+
159
175
is-deeply0x200D.uniprop('Join_Control'), True, "uniprop for Join_Control property returns True for U+200D";
160
176
is-deeply0x200C.uniprop('Join_Control'), True, "uniprop for Join_Control property returns True for U+200C";
161
177
is-deeply'a'.uniprop('Join_Control'), False, "uniprop for Join_Control property returns False for codes without this property";
0 commit comments