blob: db1ca6cf9a6bb9dc82a3603ba72694424f937ce6 [file] [log] [blame]
This page tests for length miscalculations in regular expression processing.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS re.exec('a') is null
PASS re2.test('') is false
PASS successfullyParsed is true
TEST COMPLETE