mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-1495 added d-bar for cyrillic tests
X-SVN-Rev: 6876
This commit is contained in:
parent
62b0e634f5
commit
1775e1ab80
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ public class RoundTripTest extends TestFmwk {
|
|||
|
||||
public void TestCyrillic() throws IOException, ParseException {
|
||||
new Test("Latin-Cyrillic")
|
||||
.test("[a-zA-Z]", "[\u0400-\u045F]", null, this, new Legal());
|
||||
.test("[a-zA-Z\u0110\u0111]", "[\u0400-\u045F]", null, this, new Legal());
|
||||
}
|
||||
|
||||
//----------------------------------
|
||||
|
|
|
@ -96,7 +96,7 @@ public class RoundTripTest extends TestFmwk {
|
|||
|
||||
public void TestCyrillic() throws IOException, ParseException {
|
||||
new Test("Latin-Cyrillic")
|
||||
.test("[a-zA-Z]", "[\u0400-\u045F]", null, this, new Legal());
|
||||
.test("[a-zA-Z\u0110\u0111]", "[\u0400-\u045F]", null, this, new Legal());
|
||||
}
|
||||
|
||||
//----------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue