aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/test/script/regex4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/regex b/build2/test/script/regex
index b4c619f..9a70030 100644
--- a/build2/test/script/regex
+++ b/build2/test/script/regex
@@ -62,8 +62,8 @@ namespace build2
union
{
int special; // 0 (nul character)
- // -1 (EOF)
- // [()|.*+?{\}0123456789,=!] (excluding [])
+ // -1 (EOF)
+ // [()|.*+?{\}0123456789,=!] (excluding [])
const char_string* literal;
const char_regex* regex;