1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE keyboardTest3 SYSTEM "../dtd/ldmlKeyboardTest3.dtd"> 3<keyboardTest3 conformsTo="techpreview"> 4 <info keyboard="pcm.xml" author="Team Keyboard" name="pcm-test" /> 5 <repertoire name="simple-repertoire" chars="[a b c d e ọ Ọ ẹ Ẹ ₦]" type="simple" /> 6 <tests name="key-tests"> 7 <test name="abc-test"> 8 <startContext to="abc" /> 9 <keystroke key="d" /> 10 <check result="abcd" /> 11 </test> 12 <test name="dot-below-test"> 13 <startContext to="" /> 14 <keystroke key="e" /> 15 <keystroke key="apos" /> 16 <check result="e'" /> 17 <keystroke key="apos" /> 18 <check result="e\u{323}" /> 19 </test> 20 </tests> 21</keyboardTest3> 22