spiegel-keyman/common/test/keyboards/baseline/k_0003___nul_testing.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

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