Skip to content

Commit

Permalink
fix(linux): Fix baseline tests
Browse files Browse the repository at this point in the history
Change the test to use characters in the context that don't appear in
the keyboard.
  • Loading branch information
ermshiperete committed Nov 8, 2023
1 parent 55b2886 commit 46cdd07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ c verifying that deadkeys are preserved with the first backspace event:
c 'c' (dk7) 'de' + BKSP + BKSP = 'ok'

c keys: [K_1][K_BKSP][K_2][K_BKSP][K_3][K_BKSP][K_4][K_BKSP][K_5][K_BKSP][K_6][K_BKSP][K_7][K_BKSP][K_BKSP]
c expected: 78aa ok
c context: 7890
c expected: wxaa ok
c context: wxyz

store(&VERSION) '9.0'

Expand Down

0 comments on commit 46cdd07

Please sign in to comment.