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 cec09b3 commit a5f7136Copy full SHA for a5f7136
unicodetools/src/test/java/org/unicode/propstest/TestInvariants.java
@@ -162,7 +162,11 @@ public void TestUniformUnassigned() {
162
UcdProperty.Noncharacter_Code_Point,
163
UcdProperty.Pattern_Syntax,
164
UcdProperty.Vertical_Orientation,
165
- UcdProperty.Extended_Pictographic));
+ UcdProperty.Extended_Pictographic,
166
+ UcdProperty.Names_List_Cross_Ref,
167
+ UcdProperty.Names_List_Comment,
168
+ UcdProperty.Names_List_Subheader,
169
+ UcdProperty.Names_List_Subheader_Notice));
170
exceptions.putAll(
171
General_Category_Values.Private_Use,
172
Arrays.asList(UcdProperty.Age, UcdProperty.Block));
0 commit comments