Skip to content
Snippets Groups Projects
Commit a02e7032 authored by Jean Chalard's avatar Jean Chalard
Browse files

Add a missing brace

Change-Id: Ia51da6506d78a295b8b70a241208fb81602cf0ea
parent 9184d8b2
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ public class InputLogicTests extends ServiceTestCase<LatinIME> { ...@@ -191,6 +191,7 @@ public class InputLogicTests extends ServiceTestCase<LatinIME> {
type(STRING_TO_TYPE); type(STRING_TO_TYPE);
type(Keyboard.CODE_DELETE); type(Keyboard.CODE_DELETE);
assertEquals("double space make a period", EXPECTED_RESULT, mTextView.getText().toString()); assertEquals("double space make a period", EXPECTED_RESULT, mTextView.getText().toString());
}
public void testBackspaceAtStartAfterAutocorrect() { public void testBackspaceAtStartAfterAutocorrect() {
final String STRING_TO_TYPE = "tgis "; final String STRING_TO_TYPE = "tgis ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment