mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-11723 Test dictionary breaking of 'アレルギー性結膜炎'
X-SVN-Rev: 38691
This commit is contained in:
parent
1e70c176bf
commit
36a24af6f2
2 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Created on May 5, 2004
|
||||
*
|
||||
* Copyright (C) 2004-2015 International Business Machines Corporation and others.
|
||||
* Copyright (C) 2004-2016 International Business Machines Corporation and others.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
|
@ -479,8 +479,8 @@ void executeTest(TestParams t) {
|
|||
int line = t.srcLine[bp];
|
||||
int rs = t.bi.getRuleStatus();
|
||||
if (rs != expectedTagVal) {
|
||||
errln("Incorrect status for reverse break. Pos= " + bp +
|
||||
"File line,col= " + line + ", " + t.srcCol[bp] + "\n" +
|
||||
errln("Incorrect status for reverse break. Pos = " + bp +
|
||||
" File line,col= " + line + ", " + t.srcCol[bp] + "\n" +
|
||||
" Actual, Expected status = " + rs + ", " + expectedTagVal);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -274,6 +274,11 @@
|
|||
<word>
|
||||
<data>•ジョージア<400> •</data>
|
||||
|
||||
# Test for #11723
|
||||
<word>
|
||||
<data>•アレルギー性<400>結膜炎<400></data>
|
||||
<data>•アテ<400>ローム<400>性<400>動脈硬化<400></data>
|
||||
|
||||
# Ticket #11996
|
||||
<locale en>
|
||||
<word>
|
||||
|
|
Loading…
Add table
Reference in a new issue