Skip to content

Commit 18e2d34

Browse files
committed
TEST: sort/compare does not work with function!
related to: metaeducation/rebol-issues#720
1 parent 5244c6c commit 18e2d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/units/series-test.r3

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Rebol [
115115
===start-group=== "SORT"
116116

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

120121
--test-- "SORT/skip/compare"

0 commit comments

Comments
 (0)