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

Unified Diff: test/webkit/fast/regex/parentheses.js

Issue 82803005: Make sure files end with exactly one new line and police this in presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry upload Created 7 years, 1 month 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/webkit/fast/regex/dotstar.js ('k') | test/webkit/function-dot-apply-replace-base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/regex/parentheses.js
diff --git a/test/webkit/fast/regex/parentheses.js b/test/webkit/fast/regex/parentheses.js
index 57a2830fe0085a8df6d10fc5c2ce8e2fbe994705..4d7a141d220b55f4c5e5cb9894e630906a945f12 100644
--- a/test/webkit/fast/regex/parentheses.js
+++ b/test/webkit/fast/regex/parentheses.js
@@ -274,4 +274,3 @@ var regexp58 = /a|b(?:[^b])*?c/;
shouldBe("regexp58.exec('badbc')", "['a']");
var regexp59 = /(X(?:.(?!X))*?Y)|(Y(?:.(?!Y))*?Z)/g;
shouldBe("'Y aaa X Match1 Y aaa Y Match2 Z'.match(regexp59)", "['X Match1 Y','Y Match2 Z']");
-
« no previous file with comments | « test/webkit/fast/regex/dotstar.js ('k') | test/webkit/function-dot-apply-replace-base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698