mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-871 make sure Tibetan is tested properly even in the quick mode
X-SVN-Rev: 13840
This commit is contained in:
parent
6be38162d2
commit
52a52e88f5
1 changed files with 1 additions and 0 deletions
|
@ -4151,6 +4151,7 @@ static void TestTibetanConformance(void)
|
|||
if (U_SUCCESS(status)) {
|
||||
u_unescape(test[0], source, 100);
|
||||
u_unescape(test[1], target, 100);
|
||||
doTest(coll, source, target, UCOL_EQUAL);
|
||||
result = ucol_strcoll(coll, source, -1, target, -1);
|
||||
printf("result %d\n", result);
|
||||
if (UCOL_EQUAL != result) {
|
||||
|
|
Loading…
Add table
Reference in a new issue