aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-19 16:41:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:33 +0200
commita17e517e079c33bcb4d6dea94f6c441a5eb2e33a (patch)
tree52a529d7b54513aa88417e1f7a49e24a5893ecef /build2/test/script/parser.cxx
parent43124ef418bd7fe909027b977bf5effc305b4740 (diff)
Generalize and move test printing code to script
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