Skip to content

Commit a95ce75

Browse files
committed
TEST: copy/deep on map!
related to: Oldes/Rebol-issues#2293
1 parent bb45982 commit a95ce75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/map-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Rebol [
5151
--assert 42 = try [m/a]
5252
unprotect m
5353

54+
;@@ https://github.com/Oldes/Rebol-issues/issues/2293
55+
--test-- "map-issue-2293"
56+
m: make map! []
57+
m/b: copy [1 2]
58+
n: copy/deep m
59+
--assert not same? n/b m/b
60+
5461
===end-group===
5562

5663

0 commit comments

Comments
 (0)