Skip to content

Commit f9f3fb1

Browse files
committed
Update src/common/unicode/README.
Change the test description to include the case mapping test. Oversight in 5c40364.
1 parent 60769c6 commit f9f3fb1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/common/unicode/README

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ To download NormalizationTest.txt and run the tests:
4040

4141
This is also run as part of the update-unicode target.
4242

43-
Category & Property tests:
44-
45-
The file category_test.c exhaustively compares the category and
46-
properties of each code point as determined by the generated tables
47-
with the category and properties as reported by ICU. For this test to
48-
be effective, the version of the Unicode data files must be similar to
49-
the version of Unicode on which ICU is based, so attempt to match the
50-
versions as closely as possible. A mismatched Unicode will skip over
43+
Category, Property and Case tests:
44+
45+
The files case_test.c and category_test.c test Unicode categories,
46+
properties, and case mapping by exhaustively comparing results with
47+
ICU. For these tests to be effective, the version of the Unicode data
48+
files must be similar to the version of Unicode on which ICU is
49+
based. Mismatched Unicode versions will cause the tests to skip over
5150
codepoints that are assigned in one version and not the other, and may
5251
falsely report failures. This test is run as a part of the
5352
update-unicode target.

0 commit comments

Comments
 (0)