Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: pkg/analysis_server/lib/src/server/driver.dart

Issue 867433002: Use a raw string to correctly print \n in option description in the analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/server/driver.dart
diff --git a/pkg/analysis_server/lib/src/server/driver.dart b/pkg/analysis_server/lib/src/server/driver.dart
index 62d875847a76fdf3f3838a56f56fc41842fa98dc..c332d237487b2f21bcef4be43aaef87f8ce70f4d 100644
--- a/pkg/analysis_server/lib/src/server/driver.dart
+++ b/pkg/analysis_server/lib/src/server/driver.dart
@@ -343,7 +343,7 @@ class Driver implements ServerStarter {
allowedHelp: {
"as-is": "file contents are read as-is, no file changes occur",
"normalize-eol-always":
- "file contents normalize the end of line characters to the single character new line `\n`"
+ r'file contents normalize the end of line characters to the single character new line `\n`'
}, defaultsTo: "as-is");
return parser;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698