Closed
Bug 351353
Opened 19 years ago
Closed 14 years ago
Perl RegExp test 428: /(?:(f)(o)(o)|(b)(a)(r))*/.exec('foobar')
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bc, Unassigned)
References
(
URL
)
Details
expected foobar,f,o,o,b,a,r (MSIE6 agrees)
actual foobar,,,,b,a,r
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•