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
15 lines
257 B
Text
15 lines
257 B
Text
store(&NAME) '0300 - deadkeys'
|
|
c Description: Tests a simple deadkey rule in Unicode
|
|
c keys: [SHIFT K_6][K_A]
|
|
c expected: \u00E2
|
|
c context:
|
|
|
|
store(&VERSION) '9.0'
|
|
|
|
begin unicode > use(main)
|
|
|
|
group(main) using keys
|
|
|
|
+ '^' > deadkey(1)
|
|
|
|
dk(1) + 'a' > U+00E2
|