-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10230 from keymanapp/fix/core/clear-core-context-…
…invalidate fix(core): clear core context on invalidate cache
- Loading branch information
Showing
14 changed files
with
78 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 Bytes
(100%)
common/test/keyboards/baseline/k_008___vkey_input__ctrl_alt_2_.kmx
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
common/test/keyboards/baseline/k_049___enter_invalidates_context.kmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
store(&NAME) '049 - enter_invalidates_context' | ||
c Description: Tests that core context is cleared when kb processor | ||
c determines its invalid. eg Enter key See #10182. | ||
c keys: [K_A][K_B][K_ENTER][K_C] | ||
c expected: abc | ||
c expected context: c | ||
c context: | ||
|
||
store(&version) '10.0' | ||
|
||
begin Unicode > use(Main) | ||
|
||
group(Main) using keys | ||
|
||
c Test if context was not invalidated by [K_ENTER] context will be 'abd' | ||
|
||
'a' 'b' + [K_C] > 'abd' | ||
|
Binary file added
BIN
+376 Bytes
common/test/keyboards/baseline/k_049___enter_invalidates_context.kmx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters