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

17 lines
381 B
Text

store(&NAME) '0100 - basic input UnicodeI'
c Description: Tests basic input with simple context rules, ANSI characters used only
c keys: [SHIFT K_A][SHIFT K_B][SHIFT K_C][SHIFT K_SPACE][SHIFT K_D][SHIFT K_E][SHIFT K_F]
c expected: abc def
c context:
store(&version) '6.0'
begin Unicode > use(Main)
group(Main) using keys
+ 'A' > 'a'
+ 'B' > 'b'
+ 'C' > 'c'
'DE' + 'F' > 'def'