aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/lexer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-24 18:00:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:35 +0200
commit79a83d6dd0f312a5e390f5627f68cc96c4427d33 (patch)
treef66a0a33ea9d18bf1e85d7c4503fc923028edc80 /build2/test/script/lexer
parent2c0a2b0d688b4450c72cde12ecedaa3fc3c9662a (diff)
Add support for setup/teardown commands
Diffstat (limited to 'build2/test/script/lexer')
-rw-r--r--build2/test/script/lexer3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/test/script/lexer b/build2/test/script/lexer
index 80e6036..53b88be 100644
--- a/build2/test/script/lexer
+++ b/build2/test/script/lexer
@@ -25,7 +25,8 @@ namespace build2
enum
{
script_line = base_type::value_next,
- assign_line, // Auto-expires at the end of the token.
+ first_token, // Auto-expires at the end of the token.
+ second_token, // Auto-expires at the end of the token.
variable_line, // Auto-expires at the end of the line.
command_line,
here_line