fix formatting
parent
daf1594390
commit
0d45dafdd0
|
@ -4,4 +4,7 @@ USING: sorting.functor regexp kernel accessors sequences
|
||||||
unicode.case ;
|
unicode.case ;
|
||||||
IN: sorting.title
|
IN: sorting.title
|
||||||
|
|
||||||
<< "title" [ >lower dup R/ ^(the|a|an|el|la|los|las|il) / first-match [ to>> tail-slice ] when* ] define-sorting >>
|
<< "title" [
|
||||||
|
>lower dup R/ ^(the|a|an|el|la|los|las|il) / first-match
|
||||||
|
[ to>> tail-slice ] when*
|
||||||
|
] define-sorting >>
|
||||||
|
|
Loading…
Reference in New Issue