Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions core/tests/unit/ldml/keyboards/k_000_minimal_keyboard.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Keys that don't show up in a row don't generate an output

@@keys: [K_Q][K_W]
@@expected: q

-->
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="en" conformsTo="45">
<info author="eb" layout="qwerty" name="k_000_minimal_keyboard" />

<keys>
<!-- no keys listed, keys-Latn-implied.xml will be implicitly imported -->
</keys>

<layers formId="us">
<layer id="base">
<row keys="1" />
<row keys="q" />
</layer>
</layers>
</keyboard3>
10 changes: 0 additions & 10 deletions core/tests/unit/ldml/keyboards/k_000_null_keyboard.xml

This file was deleted.

3 changes: 1 addition & 2 deletions core/tests/unit/ldml/keyboards/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ tests_from_cldr = [

# these have 'embedded' (@@) testdata instead of a separate file
tests_without_testdata = [
# disabling 000 until we have updates to core or to the keyboard so that it passes
# 'k_000_null_keyboard',
'k_000_minimal_keyboard',
'k_002_tinyu32',
'k_003_transform',
'k_004_tinyshift',
Expand Down