| Index: test/mjsunit/string-replace.js
|
| diff --git a/test/mjsunit/string-replace.js b/test/mjsunit/string-replace.js
|
| index 6b022df307d8e76e8f4a4e40cbaf22efc5901e1a..6beddba08b09128580a0bdf2ea80ed60db962efc 100644
|
| --- a/test/mjsunit/string-replace.js
|
| +++ b/test/mjsunit/string-replace.js
|
| @@ -211,4 +211,4 @@ replaceTest("[ab-aabb-ab-b][az-aazz-az-z]",
|
| var str = 'She sells seashells by the seashore.';
|
| var re = /sh/g;
|
| assertEquals('She sells sea$schells by the sea$schore.',
|
| - str.replace(re,"$$" + 'sch'))
|
| + str.replace(re,"$$" + 'sch'));
|
|
|