Update src/common/unicode/README.
Change the test description to include the case mapping test. Oversight in 5c40364dd6.
This commit is contained in:
parent
60769c62dc
commit
f9f3fb1cb7
@ -40,14 +40,13 @@ To download NormalizationTest.txt and run the tests:
|
|||||||
|
|
||||||
This is also run as part of the update-unicode target.
|
This is also run as part of the update-unicode target.
|
||||||
|
|
||||||
Category & Property tests:
|
Category, Property and Case tests:
|
||||||
|
|
||||||
The file category_test.c exhaustively compares the category and
|
The files case_test.c and category_test.c test Unicode categories,
|
||||||
properties of each code point as determined by the generated tables
|
properties, and case mapping by exhaustively comparing results with
|
||||||
with the category and properties as reported by ICU. For this test to
|
ICU. For these tests to be effective, the version of the Unicode data
|
||||||
be effective, the version of the Unicode data files must be similar to
|
files must be similar to the version of Unicode on which ICU is
|
||||||
the version of Unicode on which ICU is based, so attempt to match the
|
based. Mismatched Unicode versions will cause the tests to skip over
|
||||||
versions as closely as possible. A mismatched Unicode will skip over
|
|
||||||
codepoints that are assigned in one version and not the other, and may
|
codepoints that are assigned in one version and not the other, and may
|
||||||
falsely report failures. This test is run as a part of the
|
falsely report failures. This test is run as a part of the
|
||||||
update-unicode target.
|
update-unicode target.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user