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

Unified Diff: LayoutTests/inspector/syntax-highlight.js

Issue 354833004: DevTools: [CodeMirror] roll CodeMirror to version @e20d175 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 6 years, 6 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 | LayoutTests/inspector/syntax-highlight-css-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/syntax-highlight.js
diff --git a/LayoutTests/inspector/syntax-highlight.js b/LayoutTests/inspector/syntax-highlight.js
index cb3ea7aaad0ed077535f1599c2f44649b6e8b2f0..970f8006ecda91978047b2d1dda187a70f88b06f 100644
--- a/LayoutTests/inspector/syntax-highlight.js
+++ b/LayoutTests/inspector/syntax-highlight.js
@@ -14,7 +14,7 @@ InspectorTest.dumpSyntaxHighlight = function(str, mimeType)
node_parts.push("*");
}
}
- InspectorTest.addResult(str + ": " + node_parts.join(","));
+ InspectorTest.addResult(str + ": " + node_parts.join(", "));
};
};
« no previous file with comments | « no previous file | LayoutTests/inspector/syntax-highlight-css-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698