Sign in
webkit
/
WebKit
/
1d2c762592c7d71992189538cb3f38cc38c18ef8
/
.
/
LayoutTests
/
fast
/
regex
/
script-tests
/
slow.js
blob: d85781ebbdae1a987c6a611b63e6d21db65acfce [
file
] [
log
] [
blame
]
description
(
'Test for expressions that would hang when evaluated due to exponential matching behavior. If the test does not hang it is a success.'
);
shouldBe
(
'/(?:[^(?!)]||){23}z/.test("/(?:[^(?!)]||){23}z/")'
,
'false'
);