From 4098cdddbb3ef9830b70b3ad2f1e0610a95d9aa0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 17 Oct 2016 16:43:29 +0300 Subject: Fix few bugs in testscript parser --- build2/test/script/token | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/test/script/token') diff --git a/build2/test/script/token b/build2/test/script/token index e952e00..c39811a 100644 --- a/build2/test/script/token +++ b/build2/test/script/token @@ -33,9 +33,9 @@ namespace build2 in_string, // < in_document, // << - out_null, // ! + out_string, // > + out_document // >> }; token_type () = default; -- cgit v1.1