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

Unified Diff: test/mjsunit/string-match.js

Issue 465273002: Remove RegExp.$input. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « src/regexp.js ('k') | test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/string-match.js
diff --git a/test/mjsunit/string-match.js b/test/mjsunit/string-match.js
index 202396d308840231a6d1bf04272cebb6ac5e8e57..7689652cee96e2485c9863da78b6082323ba8a9f 100644
--- a/test/mjsunit/string-match.js
+++ b/test/mjsunit/string-match.js
@@ -66,7 +66,6 @@ function testMatch(name, input, regexp, result, captures, from, to) {
assertEquals(undefined, RegExp.$10, name + "-nocapture-10");
assertEquals(input, RegExp.input, name + "-input");
- assertEquals(input, RegExp.$input, name + "-$input");
assertEquals(input, RegExp.$_, name + "-$_");
assertEquals(preMatch, RegExp["$`"], name + "-$`");
« no previous file with comments | « src/regexp.js ('k') | test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698