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

Unified Diff: test/mjsunit/string-slices.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/string-replace.js ('k') | test/mjsunit/substr.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/string-slices.js
diff --git a/test/mjsunit/string-slices.js b/test/mjsunit/string-slices.js
old mode 100755
new mode 100644
index 3eb30f18d56b00be1c351c834d2f95aab1ac91ae..f0167f916084c3fa2d1d87f298b18aed7ab81284
--- a/test/mjsunit/string-slices.js
+++ b/test/mjsunit/string-slices.js
@@ -177,7 +177,7 @@ assertEquals("\u03B2\u03B3\u03B4\u03B5\u03B4\u03B5\u03B6\u03B7",
// Externalizing strings.
var a = "123456789" + "qwertyuiopasdfghjklzxcvbnm";
-var b = "23456789qwertyuiopasdfghjklzxcvbn"
+var b = "23456789qwertyuiopasdfghjklzxcvbn";
assertEquals(a.slice(1,-1), b);
assertTrue(isAsciiString(a));
« no previous file with comments | « test/mjsunit/string-replace.js ('k') | test/mjsunit/substr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698