git://git.webkit.org
/
WebKit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2011-01-24 Peter Varga <pvarga@inf.u-szeged.hu>
[WebKit.git]
/
LayoutTests
/
fast
/
regex
/
script-tests
/
slow.js
1
description(
2
'Test for expressions that would hang when evaluated due to exponential matching behavior. If the test does not hang it is a success.'
3
);
4
5
shouldBe('/(?:[^(?!)]||){23}z/.test("/(?:[^(?!)]||){23}z/")', 'true');
6
7
var successfullyParsed = true;