Skip to content

Commit a5f7136

Browse files
committed
Not uniform on Cn
1 parent cec09b3 commit a5f7136

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

unicodetools/src/test/java/org/unicode/propstest/TestInvariants.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,11 @@ public void TestUniformUnassigned() {
162162
UcdProperty.Noncharacter_Code_Point,
163163
UcdProperty.Pattern_Syntax,
164164
UcdProperty.Vertical_Orientation,
165-
UcdProperty.Extended_Pictographic));
165+
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));
166170
exceptions.putAll(
167171
General_Category_Values.Private_Use,
168172
Arrays.asList(UcdProperty.Age, UcdProperty.Block));

0 commit comments

Comments
 (0)