mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-14 03:27:43 +00:00
Fixes: #11307 - import from CLDR 46, mostly unchanged Fixes: #12749 - workaround LDML DTD bug CLDR-18138 where base= does not imply base=cldr
24 lines
837 B
XML
24 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE keyboardTest3 SYSTEM "../dtd/ldmlKeyboardTest3.dtd">
|
|
<keyboardTest3 conformsTo="techpreview">
|
|
<info keyboard="bn.xml" author="Team Keyboard" name="bn-test" />
|
|
<tests name="tests">
|
|
<test name="au">
|
|
<keystroke key="ka"/>
|
|
<keystroke key="e"/>
|
|
<keystroke key="au-lengthener"/>
|
|
<check result="কৌ" /> <!-- ka + AU -->
|
|
</test>
|
|
<test name="greetings">
|
|
<keystroke key="śa"/>
|
|
<keystroke key="u"/>
|
|
<keystroke key="bha"/>
|
|
<keystroke key="e"/>
|
|
<keystroke key="ca"/>
|
|
<keystroke key="hasant"/>
|
|
<keystroke key="cha"/>
|
|
<keystroke key="ā"/>
|
|
<check result="শুভেচ্ছা"/>
|
|
</test>
|
|
</tests>
|
|
</keyboardTest3>
|