diff options
author | Gaurav Juvekar <gauravjuvekar@gmail.com> | 2017-03-26 10:36:01 (GMT) |
---|---|---|
committer | Gaurav Juvekar <gauravjuvekar@gmail.com> | 2017-03-26 10:36:01 (GMT) |
commit | b34164950ee97eb57f28ed665137e95de70effb9 (patch) | |
tree | 0160288598301903401e721264e0701a9a17379f | |
parent | 916e4fa90ee512fedeba05665fb357ffd208319c (diff) | |
download | SCons-b34164950ee97eb57f28ed665137e95de70effb9.zip SCons-b34164950ee97eb57f28ed665137e95de70effb9.tar.gz SCons-b34164950ee97eb57f28ed665137e95de70effb9.tar.bz2 |
Reword comment in test case to highlight that unicode is printed escaped
-rw-r--r-- | test/option--tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--tree.py b/test/option--tree.py index a8c360e..1c1832b 100644 --- a/test/option--tree.py +++ b/test/option--tree.py @@ -52,7 +52,7 @@ scons: warning: The --debug=tree option is deprecated; please use --tree=all ins status = 0, match=TestSCons.match_re_dotall) -# Test that unicode characters can be printed with the --tree option +# Test that unicode characters can be printed (escaped) with the --tree option test.write('SConstruct', """ env = Environment() |