spiegel-keyman/common/test/keyboards/baseline/k_0004___space_mnemonic_kbd.kmn
Eberhard Beilharz 6de40e903b
test(common): better group baseline tests
This change groups similar tests together. Also update `build.sh` to
compile .js files.

Follow-up-of: #15341
Test-bot: skip
2025-12-15 18:12:01 +01:00

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