1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE keyboardTest3 SYSTEM "../dtd/ldmlKeyboardTest3.dtd"> 3<keyboardTest3 conformsTo="techpreview"> 4 <info keyboard="fr-t-k0-test.xml" author="Team Keyboard" name="fr-test" /> 5 <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 --> 6 <repertoire name="chars-repertoire" chars="[á é ó]" type="gesture" /> <!-- verify that these outputs are all available from simple or gesture keys on any layer, for touch --> 7 <tests name="key-tests"> 8 <test name="key-test"> 9 <startContext to="abc\u{0022}..."/> 10 <!-- tests by pressing key ids --> 11 <keystroke key="s"/> 12 <check result="abc\u{0022}...s" /> 13 <keystroke key="t"/> 14 <check result="abc\u{0022}...st" /> 15 <keystroke key="u"/> 16 <check result="abc\u{0022}...stu" /> 17 <!-- tests by specifying 'to' output char --> 18 <emit to="v"/> 19 <check result="abc\u{0022}...stuv" /> 20 </test> 21 </tests> 22</keyboardTest3> 23