aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-create.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-07-05 23:25:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-07-31 14:38:50 +0300
commit31cd1485b456331fca5778ab4bd4b54d00a93683 (patch)
tree8d6d4e86ef91fa9a7b7f38303107f60e8d282c97 /tests/rep-create.testscript
parenta83019dca168465a771ff4ac5999bc48b7d43cd8 (diff)
Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer
Diffstat (limited to 'tests/rep-create.testscript')
-rw-r--r--tests/rep-create.testscript18
1 files changed, 12 insertions, 6 deletions
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
\\