Skip to content

Commit

Permalink
TESTS: adds regression test for red#5565.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Nov 26, 2024
1 parent a880c51 commit 4fc8b4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/source/units/regression-test-red.red
Original file line number Diff line number Diff line change
Expand Up @@ -3706,6 +3706,10 @@ comment {
--assert error? try [load "(,1)"]
--assert error? try [load "(,1,2)"]
--assert error? try [load "(,,2)"]

--test-- "#5565"
react/link func [a b] [b/x: a/x] reduce [o1: object [x: 1] o2: object [x: 2]]
--assert o2/x = 2

===end-group===

Expand Down

0 comments on commit 4fc8b4a

Please sign in to comment.