From f18f62930fd919b5705c452ce5b8a02e2f9e1112 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Nov 2021 14:45:21 +0300 Subject: Remove redundant space before multi-line manifest value introducer in test manifests --- tests/manifest/task.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : $* <'stdin:3:7: error: invalid task configuration: unterminated quoted string' == 1 : 1 - config: \ + config:\ 'abc=x \ EOI -- cgit v1.1