mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 16:17:40 +00:00
chore: Update developer/src/kmc/test/fixtures/sections/meta/invalid-version-1.0.xml
This commit is contained in:
parent
091e2d63ba
commit
3f818af46b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE keyboard SYSTEM "../../../../../../../resources/standards-data/ldml-keyboards/techpreview/ldmlKeyboard.dtd">
|
||||
<keyboard locale="mt" conformsTo="techpreview">
|
||||
<version number="1.0" />
|
||||
<version number="1.0" /> <!-- invalid because it's not "1.0.0" as required by semver -->
|
||||
|
||||
<names>
|
||||
<name value="meta-minimal" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue