aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-10-17 16:43:29 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commit4098cdddbb3ef9830b70b3ad2f1e0610a95d9aa0 (patch)
tree80dcc963e206d375845e1a1ac8a870d84a75a7f2 /build2/test/script/token
parent8187642ed2b619fc6dc6844f80d107c338c428a3 (diff)
Fix few bugs in testscript parser
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token6
1 files changed, 3 insertions, 3 deletions
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 // <<
+ out_null, // >!
+ out_string, // >
+ out_document // >>
};
token_type () = default;