diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-01 22:32:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-15 17:36:01 +0300 |
commit | 8f9a80a9ac8f353ce2cdafa23f0e5163d30d5800 (patch) | |
tree | edb89ce300c831897cbe80b9e4e2000b0807acff /tests/load/1/stable/packages.manifest | |
parent | 038ba04cc0e5a6b933254813c34108d6e3fd4a38 (diff) |
Add support for description-type package manifest value
Diffstat (limited to 'tests/load/1/stable/packages.manifest')
-rw-r--r-- | tests/load/1/stable/packages.manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/load/1/stable/packages.manifest b/tests/load/1/stable/packages.manifest index 4c83ed5..9b9b242 100644 --- a/tests/load/1/stable/packages.manifest +++ b/tests/load/1/stable/packages.manifest @@ -54,6 +54,7 @@ summary: The Foo Library license: MIT; Permissive free software license. tags: c++, foo description: Very good foo library. +description-type: text/plain changes: some changes 1 changes: some changes 2 url: http://www.example.com/foo/ |