From fac9e22e90591b4c60d0e13c10c3abccf8c96a0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Oct 2016 12:27:27 +0200 Subject: Initial support for trailing description in testscript --- build2/test/script/parser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test/script/parser') diff --git a/build2/test/script/parser b/build2/test/script/parser index f8a5f3e..b5c77fe 100644 --- a/build2/test/script/parser +++ b/build2/test/script/parser @@ -57,7 +57,7 @@ namespace build2 description pre_parse_description (token&, token_type&); - void + optional pre_parse_line (token&, token_type&, optional&&, lines* = nullptr); @@ -65,7 +65,7 @@ namespace build2 bool parse_variable_line (token&, token_type&); - bool + pair> parse_command_line (token&, token_type&, line_type, size_t); command_exit -- cgit v1.1