am a02e7032: Add a missing brace
* commit 'a02e703289d2704963f140c44d630dcc0a65e34a': Add a missing bracemain
commit
56c3c944db
|
@ -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