-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13157 from keymanapp/feat/developer/13109-check-t…
…hat-package-does-not-contain-itself feat(developer): verify that packages do not contain themselves in kmc-package
- Loading branch information
Showing
6 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
developer/src/kmc-package/test/fixtures/invalid/error_package_must_not_contain_itself.kps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package> | ||
<System> | ||
<KeymanDeveloperVersion>15.0.266.0</KeymanDeveloperVersion> | ||
<FileVersion>7.0</FileVersion> | ||
</System> | ||
<Info> | ||
<Name URL="">error_package_must_not_contain_itself</Name> | ||
<Copyright URL="">© 2019 National Research Council Canada</Copyright> | ||
<Author URL="mailto:[email protected]">Eddie Antonio Santos</Author> | ||
<Version>1.0</Version> | ||
</Info> | ||
<Files> | ||
<File> | ||
<Name>error_package_must_not_contain_itself.kmp</Name> | ||
<Description>error_package_must_not_contain_itself</Description> | ||
<CopyLocation>0</CopyLocation> | ||
<FileType>.kmp</FileType> | ||
</File> | ||
<File> | ||
<Name>basic.kmx</Name> | ||
<Description>Keyboard Basic</Description> | ||
<CopyLocation>0</CopyLocation> | ||
<FileType>.kmx</FileType> | ||
</File> | ||
</Files> | ||
<Keyboards> | ||
<Keyboard> | ||
<Name>Basic</Name> | ||
<ID>basic</ID> | ||
<Version>1.0</Version> | ||
<Languages> | ||
<Language ID="km">Central Khmer (Khmer, Cambodia)</Language> | ||
</Languages> | ||
</Keyboard> | ||
</Keyboards> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters