diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 14:45:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 14:45:21 +0300 |
commit | f18f62930fd919b5705c452ce5b8a02e2f9e1112 (patch) | |
tree | 10f24ead15464303846c18050d053aa12e86419f /tests/manifest/task.testscript | |
parent | f018915377a39c72784408a653fd9eed604b5897 (diff) |
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/manifest/task.testscript')
-rw-r--r-- | tests/manifest/task.testscript | 2 |
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 |