Add a missing brace
Change-Id: Ia51da6506d78a295b8b70a241208fb81602cf0ea
This commit is contained in:
parent
9184d8b235
commit
a02e703289
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue