diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-05 23:25:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-31 14:38:50 +0300 |
commit | 31cd1485b456331fca5778ab4bd4b54d00a93683 (patch) | |
tree | 8d6d4e86ef91fa9a7b7f38303107f60e8d282c97 /tests/pkg-verify.testscript | |
parent | a83019dca168465a771ff4ac5999bc48b7d43cd8 (diff) |
Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer
Diffstat (limited to 'tests/pkg-verify.testscript')
-rw-r--r-- | tests/pkg-verify.testscript | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/pkg-verify.testscript b/tests/pkg-verify.testscript index 8057aab..bbe2454 100644 --- a/tests/pkg-verify.testscript +++ b/tests/pkg-verify.testscript @@ -78,12 +78,14 @@ $* --deep --ignore-unknown --manifest $src/foo-2.tar.gz >>EOO version: 2 summary: The "Foo" utility license: MIT - description:\ + description: + \ This package contains the foo utility. \ description-type: text/plain - changes:\ + changes: + \ Version 2 * First public release. @@ -93,7 +95,8 @@ $* --deep --ignore-unknown --manifest $src/foo-2.tar.gz >>EOO url: http://www.example.org/foo email: foo-users@example.org depends: bar == 2 - bootstrap-build:\ + bootstrap-build: + \ project = foo \ |