Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
JSTests
/
stress
/
regress-180761.js
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"
;