Home | History | Annotate | Download | only in latin

Lines Matching defs:PUNCTUATION

43             assertTrue("type word then type space should display punctuation strip",
47 assertEquals("type word then type space then punctuation from strip twice",
59 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
73 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
90 final String PUNCTUATION = ":";
94 type(PUNCTUATION);
101 final String PUNCTUATION = "(";
105 type(PUNCTUATION);
112 final String PUNCTUATION = ")";
116 type(PUNCTUATION);