<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboardTest3 SYSTEM "../dtd/ldmlKeyboardTest3.dtd">
<keyboardTest3 conformsTo="techpreview">
    <info keyboard="fr-t-k0-test.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="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}..."/>
            <!-- tests by pressing key ids -->
            <keystroke key="s"/>
            <check result="abc\u{0022}...s" />
            <keystroke key="t"/>
            <check result="abc\u{0022}...st" />
            <keystroke key="u"/>
            <check result="abc\u{0022}...stu" />
            <!-- tests by specifying 'to' output char -->
            <emit to="v"/>
            <check result="abc\u{0022}...stuv" />
        </test>
    </tests>
</keyboardTest3>
