aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-24 14:45:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-24 14:45:21 +0300
commitf18f62930fd919b5705c452ce5b8a02e2f9e1112 (patch)
tree10f24ead15464303846c18050d053aa12e86419f
parentf018915377a39c72784408a653fd9eed604b5897 (diff)
Remove redundant space before multi-line manifest value introducer in test manifests
-rw-r--r--tests/manifest/task.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript
index 95a2b30..2d50914 100644
--- a/tests/manifest/task.testscript
+++ b/tests/manifest/task.testscript
@@ -349,7 +349,7 @@ test.options += -t
:
$* <<EOI 2>'stdin:3:7: error: invalid task configuration: unterminated quoted string' == 1
: 1
- config: \
+ config:\
'abc=x
\
EOI