Closed
Bug 363656
Opened 18 years ago
Closed 18 years ago
regexp:match returns results out of order
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: peterv)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
The nodeset returned by regexp:match consists of a set of disconnected nodes. This means that the nodes could end up in any order. To fix this we should still all nodes in a document fragment. That seems to be what the other implementations do.
Assignee | ||
Comment 1•18 years ago
|
||
Heh, now I remember why my first patch did that.
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #248990 -
Flags: superreview?(bugmail)
Attachment #248990 -
Flags: review?(bugmail)
Reporter | ||
Updated•18 years ago
|
Attachment #248990 -
Flags: superreview?(bugmail)
Attachment #248990 -
Flags: superreview+
Attachment #248990 -
Flags: review?(bugmail)
Attachment #248990 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•