blob: 33b470566f03a751ab4b9fddc771e6e386515148 [file] [log] [blame]
This tests that string replacement with a large replacement string causes an out-of-memory exception. See bug 102956 for more details.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS x.replace(/\d/g, y) threw exception Error: Out of memory.
PASS successfullyParsed is true
TEST COMPLETE