mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
fix(developer): ldml drop \u1234 🙀
- temporarily roll back change to test.xml - for feat(core): ldml drop \u1234 format 🙀 #9515
This commit is contained in:
parent
213dd7d2ad
commit
256017110b
1 changed files with 6 additions and 6 deletions
|
|
@ -2,21 +2,21 @@
|
|||
<!DOCTYPE keyboardTest SYSTEM "../dtd/ldmlKeyboardTest.dtd">
|
||||
<keyboardTest conformsTo="techpreview">
|
||||
<info keyboard="fr-t-k0-azerty.xml" author="Team Keyboard" name="fr-test" />
|
||||
<repertoire name="simple-repertoire" chars="[a b c d e \u{22}]" type="simple" /> <!-- verify that these outputs are all available from simple keys on any layer, for all form factors -->
|
||||
<repertoire name="simple-repertoire" chars="[a b c d e \u0022]" type="simple" /> <!-- verify that these outputs are all available from simple keys on any layer, for all form factors -->
|
||||
<repertoire name="chars-repertoire" chars="[á é ó]" type="gesture" /> <!-- verify that these outputs are all available from simple or gesture keys on any layer, for touch -->
|
||||
<tests name="key-tests">
|
||||
<test name="key-test">
|
||||
<startContext to="abc\u{0022}..."/>
|
||||
<startContext to="abc\u0022..."/>
|
||||
<!-- tests by pressing key ids -->
|
||||
<keystroke key="s"/>
|
||||
<check result="abc\u{0022}...s" />
|
||||
<check result="abc\u0022...s" />
|
||||
<keystroke key="t"/>
|
||||
<check result="abc\u{0022}...st" />
|
||||
<check result="abc\u0022...st" />
|
||||
<keystroke key="u"/>
|
||||
<check result="abc\u{0022}...stu" />
|
||||
<check result="abc\u0022...stu" />
|
||||
<!-- tests by specifying 'to' output char -->
|
||||
<emit to="v"/>
|
||||
<check result="abc\u{0022}...stuv" />
|
||||
<check result="abc\u0022...stuv" />
|
||||
</test>
|
||||
</tests>
|
||||
</keyboardTest>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue