Sign in
webkit
/
WebKit
/
1f5bafe5ae87a22fbc029b76fb26b628be327746
/
.
/
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"
;