Closed
Bug 407156
Opened 17 years ago
Closed 17 years ago
https://bugs.adobe.com/jira/browse/ASC-1739 : String.prototype.split broken
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lhansen, Unassigned)
References
Details
Attachments
(2 files)
2.20 KB,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
2.84 KB,
patch
|
dschaffe
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier:
String.prototype.split would return incorrect results and sometimes index out of bounds. See Jira bug.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #291893 -
Flags: review?(edwsmith)
Updated•17 years ago
|
Attachment #291893 -
Flags: review?(edwsmith) → review+
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•17 years ago
|
||
Changeset 254:7f46ea6f47ec
Comment 3•17 years ago
|
||
Attachment #330553 -
Flags: review?(dschaffe)
Updated•17 years ago
|
Flags: in-testsuite+
Updated•16 years ago
|
Attachment #330553 -
Flags: review?(dschaffe) → review+
Comment 5•16 years ago
|
||
Testcase pushed in changeset 1673:c1c6c3370e87
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•