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/parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/parser') diff --git a/build2/test/script/parser b/build2/test/script/parser index 39ec4f8..ef65c1a 100644 --- a/build2/test/script/parser +++ b/build2/test/script/parser @@ -70,7 +70,7 @@ namespace build2 parse_command_exit (token&, token_type&); string - parse_here_document (token&, token_type&, const string&); + parse_here_document (token&, token_type&, const string&, bool); // Customization hooks. // -- cgit v1.1