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

Unified Diff: test/mjsunit/mirror-string.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/mirror-regexp.js ('k') | test/mjsunit/mirror-unresolved-function.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mirror-string.js
diff --git a/test/mjsunit/mirror-string.js b/test/mjsunit/mirror-string.js
index c241849d896af798998a2cc0ee68378b4f42b25b..a9fc9b2955312a06a9d46df8c9fce6f448b6a923 100644
--- a/test/mjsunit/mirror-string.js
+++ b/test/mjsunit/mirror-string.js
@@ -81,7 +81,7 @@ testStringMirror('\b\t\n\f\r');
testStringMirror('\u0001\u0002\u001E\u001F');
testStringMirror('"a":1,"b":2');
-var s = "1234567890"
+var s = "1234567890";
s = s + s + s + s + s + s + s + s;
assertEquals(kMaxProtocolStringLength, s.length);
testStringMirror(s);
« no previous file with comments | « test/mjsunit/mirror-regexp.js ('k') | test/mjsunit/mirror-unresolved-function.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698