aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/lexer
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/lexer')
-rw-r--r--build2/test/script/lexer4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/lexer b/build2/test/script/lexer
index a6a96ca..4a6cd14 100644
--- a/build2/test/script/lexer
+++ b/build2/test/script/lexer
@@ -24,11 +24,11 @@ namespace build2
enum
{
- script_line = base_type::value_next,
+ command_line = base_type::value_next,
first_token, // Expires at the end of the token.
second_token, // Expires at the end of the token.
variable_line, // Expires at the end of the line.
- command_line,
+ command_expansion,
here_line_single,
here_line_double,
description_line // Expires at the end of the line.