mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-19 23:50:54 +00:00
more workarounds for Korean
not just space might delete text, but also other separators now this problem is avoided in a more generic way fixes GH-1447
This commit is contained in:
parent
9c727f342d
commit
1d441a8ca6
3 changed files with 35 additions and 13 deletions
|
@ -152,6 +152,14 @@ class InputLogicTest {
|
|||
assertEquals(4, cursor)
|
||||
}
|
||||
|
||||
// see issue 1447
|
||||
@Test fun separatorAfterHangul() {
|
||||
reset()
|
||||
currentScript = ScriptUtils.SCRIPT_HANGUL
|
||||
chainInput("ㅛ.")
|
||||
assertEquals("ㅛ.", text)
|
||||
}
|
||||
|
||||
@Test fun separatorUnselectsWord() {
|
||||
reset()
|
||||
setText("hello")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue