mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add a missing brace
Change-Id: Ia51da6506d78a295b8b70a241208fb81602cf0ea
This commit is contained in:
parent
9184d8b235
commit
a02e703289
@ -191,6 +191,7 @@ public class InputLogicTests extends ServiceTestCase<LatinIME> {
|
||||
type(STRING_TO_TYPE);
|
||||
type(Keyboard.CODE_DELETE);
|
||||
assertEquals("double space make a period", EXPECTED_RESULT, mTextView.getText().toString());
|
||||
}
|
||||
|
||||
public void testBackspaceAtStartAfterAutocorrect() {
|
||||
final String STRING_TO_TYPE = "tgis ";
|
||||
|
Loading…
Reference in New Issue
Block a user