Strings="A Bidi object provides information on the bidirectional reordering of the text used to create it. This is required, for example, to properly display Arabic or Hebrew text. ";
StringBuildersb=newStringBuilder();
for(inti=0;i<1000;i++){
sb.append(s);
}
target=sb.toString();
}
staticvoidtest1(){
Stringstr="If this text is >"+target+"< the test passed.";