mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
Decided to use the name `baseline` for this set of tests. They can be used by any project in the repo now. Tests will be treated as shared, and not modified (except in the case of a buggy test). * Moves .kmn files, add `&NAME` line (don't use meson templating for these files) * Generates reference .kmx files using kmcomp for use as a baseline with kmcmplib (kmc) tests, and for linux tests * Updates references in core, kmcmplib, and linux builds * Renames all the .kmn / .kmx to use a standardized, clean name format (this was needed for building packages in the core tests)
16 lines
423 B
Text
16 lines
423 B
Text
store(&NAME) '040 - long context'
|
|
c Description: Tests context longer than 64 chars
|
|
c keys: [K_SPACE][K_F]
|
|
c expected: 012345678901234567890123456789012345678901234567890123456789012\u0020
|
|
c context: 012345678901234567890123456789012345678901234567890123456789012
|
|
|
|
store(&version) '6.0'
|
|
|
|
begin Unicode > use(Main)
|
|
|
|
group(Main) using keys
|
|
|
|
+ [K_SPACE] > U+0020
|
|
|
|
c prevent entering symbols after space
|
|
U+0020 + 'f' > U+0020
|