mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
This change groups similar tests together. Also update `build.sh` to compile .js files. Follow-up-of: #15341 Test-bot: skip
16 lines
454 B
Text
16 lines
454 B
Text
store(&NAME) '0004 - space mnemonic kbd'
|
|
c Description: Tests Space handling in mnemonic keyboards (failed with Win 98)
|
|
c keys: [K_A][K_B][K_SPACE][K_C][K_SPACE][K_D][K_SPACE][K_D][K_E]
|
|
c expected: XYZ
|
|
|
|
store(&VERSION) '9.0'
|
|
store(&HOTKEY) "[CTRL SHIFT K_A]"
|
|
store(&mnemoniclayout) "1"
|
|
|
|
begin Unicode > use(main)
|
|
|
|
group(main) using keys
|
|
|
|
'ab' + ' ' > 'X' C bug: space ignored
|
|
'c ' + 'd' > 'Y' C bug: space ignored
|
|
' d' + 'e' > 'Z' C works OK
|