Skip to content

Commit

Permalink
TEST: sort/compare does not work with function!
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 24, 2019
1 parent 5244c6c commit 18e2d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/units/series-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Rebol [
===start-group=== "SORT"

--test-- "SORT/compare"
;@@ https://github.com/rebol/rebol-issues/issues/720
--assert [3 2 1] = sort/compare [1 2 3] func [a b] [a > b]

--test-- "SORT/skip/compare"
Expand Down

0 comments on commit 18e2d34

Please sign in to comment.