blob: 54b6b81ed6e18c9da8ac6f89b291af721550c6e3 [file] [log] [blame]
description(
'Test for expressions that would hang when evaluated due to exponential matching behavior. If the test does not hang it is a success.'
);
shouldBe('/(?:[^(?!)]||){23}z/.test("/(?:[^(?!)]||){23}z/")', 'false');
var successfullyParsed = true;