spiegel-keyman/common/test/keyboards/baseline/k_001___basic_input_unicodei.kmn
Marc Durdin c18ef54029 refactor(common): move core baseline tests into common
Decided to use the name `baseline` for this set of tests. They can be
used by any project in the repo now. Tests will be treated as shared,
and not modified (except in the case of a buggy test).

* Moves .kmn files, add `&NAME` line (don't use meson templating for
  these files)
* Generates reference .kmx files using kmcomp for use as a baseline with
  kmcmplib (kmc) tests, and for linux tests
* Updates references in core, kmcmplib, and linux builds
* Renames all the .kmn / .kmx to use a standardized, clean name format
  (this was needed for building packages in the core tests)
2023-03-28 05:20:45 +07:00

17 lines
381 B
Text

store(&NAME) '001 - 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'