mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 01:57:41 +00:00
chore(core): Fix test keyboard
This commit is contained in:
parent
09843634bb
commit
eb64ca4d01
2 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ c 3. One deadkey and one char in context dk(3) 'a' + BKSP = nul
|
|||
c 4. Two deadkeys in a row in context dk(4a) dk(4b) + BKSP = nul
|
||||
c 5. One char and two deadkeys in context 'a' dk(5a) dk(5b) 'b' + BKSP = 'a'
|
||||
c 6. One char and two deadkeys and one char and two deadkeys in context:
|
||||
'a' dk(6a) dk(6b) 'b' dk(6c) dk(6d) + BKSP = 'a'
|
||||
c 'a' dk(6a) dk(6b) 'b' dk(6c) dk(6d) + BKSP = 'a'
|
||||
c 7. Tests behaviour when deleting two characters with deadkey prior to first character,
|
||||
c verifying that deadkeys are preserved with the first backspace event:
|
||||
c 'c' (dk7) 'de' + BKSP + BKSP = 'ok'
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue