Skip to content

Commit

Permalink
chore(core): create sample LDML keyboard that exercises effectively a…
Browse files Browse the repository at this point in the history
…ll functionality

- test keyboard was wrong

For #10505
  • Loading branch information
srl295 committed Feb 14, 2024
1 parent 3bd95e8 commit 4ec888f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tests/unit/ldml/keyboards/und.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
-->
<reorder from="U" order="0" />
<reorder from="N" order="1" />
<reorder from="I" order="3" /> <!-- the 'T' and 'I' will swap places-->
<reorder from="T" order="2" />
<reorder from="I" order="2" /> <!-- the 'T' and 'I' will swap places-->
<reorder from="T" order="3" />
<reorder from="E" order="4" />
<reorder from="D" order="5" />
</transformGroup>
Expand Down

0 comments on commit 4ec888f

Please sign in to comment.