From 023d8d8b040d5fce821080b016b4ce25eb67550d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 26 Oct 2016 21:22:10 +0300 Subject: Add support of merge redirect to testscript parser --- build2/test/script/token.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/test/script/token.cxx') diff --git a/build2/test/script/token.cxx b/build2/test/script/token.cxx index 376a92e..1cd0859 100644 --- a/build2/test/script/token.cxx +++ b/build2/test/script/token.cxx @@ -41,6 +41,7 @@ namespace build2 case token_type::out_pass: os << q << ">+" << q; break; case token_type::out_null: os << q << ">-" << q; break; + case token_type::out_merge: os << q << ">&" << q; break; case token_type::out_str: os << q << '>' << q; break; case token_type::out_str_nn: os << q << ">:" << q; break; case token_type::out_doc: os << q << ">>" << q; break; -- cgit v1.1