chore(core): Fix test keyboard

This commit is contained in:
Eberhard Beilharz 2023-11-07 08:24:45 +07:00
parent 09843634bb
commit eb64ca4d01
No known key found for this signature in database
GPG key ID: E9140597606020D3
2 changed files with 1 additions and 1 deletions

View file

@ -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'