From 938b7795262f9744642579132003a73f5781913f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Jul 2024 23:25:33 +0300 Subject: Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer --- tests/rep-create.testscript | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'tests/rep-create.testscript') diff --git a/tests/rep-create.testscript b/tests/rep-create.testscript index bca7305..c9364ed 100644 --- a/tests/rep-create.testscript +++ b/tests/rep-create.testscript @@ -41,7 +41,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\ + bootstrap-build: + \ project = bar \ @@ -54,7 +55,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -86,7 +88,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\ + bootstrap-build: + \ project = bar \ @@ -99,7 +102,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -148,7 +152,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\\ + bootstrap-build: + \\ project = bar \\ @@ -161,7 +166,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\\ + bootstrap-build: + \\ project = foo \\ -- cgit v1.1