Issues with Ox.sort (numbers, articles) #723

Closed
opened 2012-03-29 19:14:42 +00:00 by rlx · 1 comment
Owner
Ox.sort(['80 Days', '9 Minutes'])
["9 Minutes", "80 Days"] // correct

Ox.sort(['In 80 Days Around the World', ' In 9 Minutes Around the World'])
["In 80 Days Around the World", " In 9 Minutes Around the World"]

Ox.sort(['Man', 'A Plan', 'The Canal'])
["A Plan", "Man", "The Canal"]

``` Ox.sort(['80 Days', '9 Minutes']) ["9 Minutes", "80 Days"] // correct Ox.sort(['In 80 Days Around the World', ' In 9 Minutes Around the World']) ["In 80 Days Around the World", " In 9 Minutes Around the World"] Ox.sort(['Man', 'A Plan', 'The Canal']) ["A Plan", "Man", "The Canal"] ```
rlx added the
oxjs
label 2012-03-29 19:14:42 +00:00
rlx added this to the 12.03 milestone 2012-03-29 19:14:42 +00:00
rlx self-assigned this 2012-03-29 19:14:42 +00:00
rlx added the
normal
defect
labels 2012-03-29 19:14:42 +00:00
Author
Owner

In []changeset:oxjs,1543:

#!CommitTicketReference repository="" revision="oxjs,1543"
in Ox.sort(), handle non-leading numbers and leading articles (fixes #723, fixes #779)
In []changeset:oxjs,1543: ``` #!CommitTicketReference repository="" revision="oxjs,1543" in Ox.sort(), handle non-leading numbers and leading articles (fixes #723, fixes #779) ```
rlx added the
fixed
label 2012-04-24 10:17:35 +00:00
rlx closed this issue 2012-04-24 10:17:35 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#723
No description provided.