blob: ea82dd3766835ef62d939cbd0dd1b3d4803692a7 [file] [log] [blame]
//@ runDefault
// Regression test for bug 180761. This test should not crash.
if (/(?:(?: |a)|\.a)* a*/.exec("/a.aaa") !== null)
throw "Expected /(?:(?: |a)|\.a)* a*/.exec(\"/a.aaa\") to not match";