Revision: 11662
Author: [email protected]
Date: Fri May 25 04:03:28 2012
Log: Fix test.
[email protected]
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10442030
http://code.google.com/p/v8/source/detail?r=11662
Modified:
/branches/bleeding_edge/test/mjsunit/regexp-global.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/regexp-global.js Fri May 25
03:52:38 2012
+++ /branches/bleeding_edge/test/mjsunit/regexp-global.js Fri May 25
04:03:28 2012
@@ -129,4 +129,4 @@
// Test capture that is a real substring.
var str = "Beasts of England, beasts of Ireland";
str = str.replace(/(.*)/g, function(match) { return '~'; });
-assertEquals("~~");
+assertEquals("~~", str);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev