aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index 9655778..a9a179b 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -514,6 +514,9 @@ namespace build2
// interesting characters (operators plus quotes/escapes),
// then no need to re-lex.
//
+ // NOTE: updated quoting (script.cxx:to_stream_q()) if adding
+ // any new characters.
+ //
if (q || s.find_first_of ("|&<>\'\"\\") == string::npos)
add_word (move (s), l);
else