spiegel-keyman/developer/src/kmc-ldml/test/fixtures/sections/layr/invalid-missing-layer.xml
Steven R. Loomis 870cf76049 chore(developer,core): ldml update to prefinal v44 🙀
- more data files

For feat(developer): ldml re-sync with CLDR v44 spec 🙀  #9838
2023-10-24 14:56:09 -05:00

15 lines
434 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard3 SYSTEM "../../../../../../../resources/standards-data/ldml-keyboards/techpreview/dtd/ldmlKeyboard3.dtd">
<keyboard3 locale="en" conformsTo="techpreview">
<info name="layr-invalid-form"/>
<keys>
<key id="grave" output="`" />
<key id="one" output="1" />
</keys>
<layers formId="touch">
<!-- INVALID: need at least one layer. -->
</layers>
</keyboard3>