blob: 3a815a9dd31182d491749237e37640c53737e540 [file] [log] [blame]
Tests a regular expression that hits the recursion limit.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS new RegExp(complexPattern + complexPattern).exec(complexInput + complexInput) is null
PASS successfullyParsed is true
TEST COMPLETE