File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,13 @@ To download NormalizationTest.txt and run the tests:
40
40
41
41
This is also run as part of the update-unicode target.
42
42
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
51
50
codepoints that are assigned in one version and not the other, and may
52
51
falsely report failures. This test is run as a part of the
53
52
update-unicode target.
You can’t perform that action at this time.
0 commit comments