aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2024-03-18 16:36:40 -0700
committerJeff Davis <jdavis@postgresql.org>2024-03-18 16:39:29 -0700
commitf9f3fb1cb71a6cf28283a8cc3185599ec0ce94d3 (patch)
tree97cdfbb0b3b399322ec7b8c6923492f6e1bff136 /src
parent60769c62dc85680ee357aec92461fe97c715aebb (diff)
downloadpostgresql-f9f3fb1cb71a6cf28283a8cc3185599ec0ce94d3.tar.gz
postgresql-f9f3fb1cb71a6cf28283a8cc3185599ec0ce94d3.zip
Update src/common/unicode/README.
Change the test description to include the case mapping test. Oversight in 5c40364dd6.
Diffstat (limited to 'src')
-rw-r--r--src/common/unicode/README15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/common/unicode/README b/src/common/unicode/README
index 110ce5765d5..4974c3c885d 100644
--- a/src/common/unicode/README
+++ b/src/common/unicode/README
@@ -40,14 +40,13 @@ To download NormalizationTest.txt and run the tests:
This is also run as part of the update-unicode target.
-Category & Property tests:
-
-The file category_test.c exhaustively compares the category and
-properties of each code point as determined by the generated tables
-with the category and properties as reported by ICU. For this test to
-be effective, the version of the Unicode data files must be similar to
-the version of Unicode on which ICU is based, so attempt to match the
-versions as closely as possible. A mismatched Unicode will skip over
+Category, Property and Case tests:
+
+The files case_test.c and category_test.c test Unicode categories,
+properties, and case mapping by exhaustively comparing results with
+ICU. For these tests to be effective, the version of the Unicode data
+files must be similar to the version of Unicode on which ICU is
+based. Mismatched Unicode versions will cause the tests to skip over
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
update-unicode target.