haikuwebkit/LayoutTests/js/script-tests/regress-150372.js

8 lines
206 B
JavaScript

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.");