ICU-1495 added d-bar for cyrillic tests

X-SVN-Rev: 6876
This commit is contained in:
Mark Davis 2001-11-14 02:30:28 +00:00
parent 62b0e634f5
commit 1775e1ab80
2 changed files with 2 additions and 2 deletions

View File

@ -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());
}
//----------------------------------

View File

@ -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());
}
//----------------------------------