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

Unified Diff: test/mjsunit/escape.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years 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 | « test/mjsunit/error-constructors.js ('k') | test/mjsunit/eval.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/escape.js
diff --git a/test/mjsunit/escape.js b/test/mjsunit/escape.js
index 5732ce3ae06e8c59ea06e788d7e7d38c925e122f..b00a2159c8048b3e1844e5e80b2f24cca4f09694 100644
--- a/test/mjsunit/escape.js
+++ b/test/mjsunit/escape.js
@@ -67,7 +67,7 @@ for (var i = 0; i < 1000; i += 10) {
// Benchmark
var example = "Now is the time for all good men to come to the aid of the party.";
example = example + String.fromCharCode(267, 0x1234, 0x6667, 0xabcd);
-example = example + " The quick brown fox jumps over the lazy dog."
+example = example + " The quick brown fox jumps over the lazy dog.";
example = example + String.fromCharCode(171, 172, 173, 174, 175, 176, 178, 179);
for (var i = 0; i < 3000; i++) {
« no previous file with comments | « test/mjsunit/error-constructors.js ('k') | test/mjsunit/eval.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698