ICU-1495 added d-bar for cyrillic tests
X-SVN-Rev: 6876
This commit is contained in:
parent
62b0e634f5
commit
1775e1ab80
@ -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…
Reference in New Issue
Block a user