aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-04 17:44:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-04 17:44:39 +0200
commita63e1809afd9a837821d6e8376cb14a36e7fc26e (patch)
tree92a79a14dbab94c7893dee8994d03ab645690852 /build2/test/script/token
parentaab54ca12373bc7df1323017e4fb0b9594dcb835 (diff)
Treat any testscript line that starts with dot as directive
Even though we currently only recognize the include directive, we reserve any line that begins with a dot for future.
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/test/script/token b/build2/test/script/token
index 117ccaa..2950353 100644
--- a/build2/test/script/token
+++ b/build2/test/script/token
@@ -26,6 +26,8 @@ namespace build2
semi = base_type::value_next, // ;
+ dot, // .
+
plus, // +
minus, // -