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
14 lines
264 B
Text
14 lines
264 B
Text
store(&NAME) '0003 - nul testing'
|
|
c Description: Tests the processing of nul in LHS of rules
|
|
c keys: [K_A][K_A]
|
|
c expected: OKa
|
|
|
|
store(&VERSION) "9.0"
|
|
store(&HOTKEY) "[CTRL SHIFT K_N]"
|
|
|
|
begin unicode > use(main)
|
|
|
|
group(Main) using keys
|
|
nul + 'a' > 'OK'
|
|
|
|
c EOF
|