aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-22 16:10:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commit132c1f2bb19c92722274c69a190c2f71b801b602 (patch)
treece141b9b866582966262d01777dbf7e9e01e324e /build2/test/script/parser
parent31e16a7413813293e3cccb6799eaa08b7af5af4e (diff)
Add support for no-newline redirects in testscript
The no-newline operators are '<:', '>:', '<<:', and '>>:'.
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser2
1 files changed, 1 insertions, 1 deletions
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.
//