Skip to content

Commit eabca3e

Browse files
committed
1 parent d00696c commit eabca3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/units/series-test.r3

+3
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,9 @@ Rebol [
21682168
error? e: try [union/skip [2 1][2 1] -2]
21692169
e/id = 'out-of-range
21702170
]
2171+
--test-- "union - first-wins"
2172+
;@@ https://github.com/Oldes/Rebol-issues/issues/1984
2173+
--assert 1 = get first union reduce [in construct [a: 1] 'a] reduce [in construct [a: 2] 'a]
21712174

21722175
===end-group===
21732176

0 commit comments

Comments
 (0)