spiegel-keyman/core/tests/unit/ldml/001_tiny.xml
Steven R. Loomis 615eec89ca feat(core): augment unit tests for ldml
- add 001_tiny to the build, annotate with expected run
2022-08-17 13:31:09 -05:00

29 lines
684 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Note that the corresponding .kmx is currently
hand-crafted
@@keys: [K_Q][K_W][K_Q]
@@expected: \u0127\u1790\u17B6\u0127
-->
<!DOCTYPE keyboard SYSTEM "../../../../resources/standards-data/ldml-keyboards/techpreview/ldmlKeyboard.dtd">
<keyboard locale="mt" conformsTo="techpreview">
<info author="srl295" indicator="🙀" layout="qwerty" normalization="NFC" />
<names>
<name value="TestKbd" />
</names>
<keys>
<key id="hmaqtua" to="ħ" />
<key id="that" to="ថា" />
</keys>
<layerMaps form="hardware">
<layerMap id="base">
<row keys="hmaqtua that" />
</layerMap>
</layerMaps>
</keyboard>