mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 04:09:25 +00:00
- update to cldr 40fa7fd5b074a203581d04ca0c0b004ab9aa491b (main) - alpha1+ - includes patch for bn Fixes: #10900
21 lines
718 B
XML
21 lines
718 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE keyboardTest3 SYSTEM "../dtd/ldmlKeyboardTest3.dtd">
|
|
<keyboardTest3 conformsTo="techpreview">
|
|
<info keyboard="pcm.xml" author="Team Keyboard" name="pcm-test" />
|
|
<repertoire name="simple-repertoire" chars="[a b c d e ọ Ọ ẹ Ẹ ₦]" type="simple" />
|
|
<tests name="key-tests">
|
|
<test name="abc-test">
|
|
<startContext to="abc" />
|
|
<keystroke key="d" />
|
|
<check result="abcd" />
|
|
</test>
|
|
<test name="dot-below-test">
|
|
<startContext to="" />
|
|
<keystroke key="e" />
|
|
<keystroke key="apos" />
|
|
<check result="e'" />
|
|
<keystroke key="apos" />
|
|
<check result="e\u{323}" />
|
|
</test>
|
|
</tests>
|
|
</keyboardTest3>
|