blob: d68aeefd7fc38639f49e78dbe67109c07b8e39f3 [file] [log] [blame]
description("Regression test for https://bugs.webkit.org/show_bug.cgi?id=150372.");
// This test should not crash.
var re = /.*(?:(?:(?:(?:(?:(?:)))))).*/;
re.exec("hello");
testPassed("Did not crash.");