From 132c1f2bb19c92722274c69a190c2f71b801b602 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Oct 2016 16:10:38 +0200 Subject: Add support for no-newline redirects in testscript The no-newline operators are '<:', '>:', '<<:', and '>>:'. --- build2/test/script/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index a7bdd7b..44ec7c5 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -49,7 +49,7 @@ namespace build2 struct redirect { redirect_type type = redirect_type::none; - string value; + string value; // Note: includes trailing newline, if required. string here_end; // Only for here-documents. }; -- cgit v1.1