Skip to content

Commit f518eaf

Browse files
committed
linter
1 parent 3180c3d commit f518eaf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,11 @@ public void CheckProps(
393393
// [183-A75] Change Identifier_Type of 753 characters
394394
// [183-A79] Update Identifier_Status and Identifier_Type properties according
395395
// to the change of status of Bopomofo to “Limited Use”
396-
// [184-A72] Change the Identifier_Type of U+08C9 ARABIC SMALL FARSI YEH from Recommended to Technical
397-
// [184-A72] Change the Identifier_Type of U+16FF0 and U+16FF1 VIETNAMESE ALTERNATE READING MARK CA and NHAY from Recommended to Obsolete
396+
// [184-A72] Change the Identifier_Type of U+08C9 ARABIC SMALL FARSI YEH
397+
// from Recommended to Technical
398+
// [184-A72] Change the Identifier_Type of U+16FF0 and
399+
// U+16FF1 VIETNAMESE ALTERNATE READING MARK CA and NHAY
400+
// from Recommended to Obsolete
398401
level = LOG;
399402
}
400403
if (ucdProperty == UcdProperty.Identifier_Type

0 commit comments

Comments
 (0)