mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 62596b61: Fix the BlueUnderlineTests.
* commit '62596b61c5c8c2ce85981713ed5cd47c97f20c93': Fix the BlueUnderlineTests.
This commit is contained in:
commit
555595c3f2
@ -39,8 +39,8 @@ public class BlueUnderlineTests extends InputTestsBase {
|
||||
}
|
||||
|
||||
public void testBlueUnderlineDisappears() {
|
||||
final String STRING_1_TO_TYPE = "tgis";
|
||||
final String STRING_2_TO_TYPE = "q";
|
||||
final String STRING_1_TO_TYPE = "tqis";
|
||||
final String STRING_2_TO_TYPE = "g";
|
||||
final int EXPECTED_SPAN_START = 0;
|
||||
final int EXPECTED_SPAN_END = 5;
|
||||
type(STRING_1_TO_TYPE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user