We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7f307 commit 0ff0325Copy full SHA for 0ff0325
src/tests/units/object-test.r3
@@ -71,6 +71,13 @@ Rebol [
71
--assert 2 = obj/b
72
--assert object? insert obj [c 3]
73
--assert 3 = obj/c
74
+ --test-- "append with duplicates"
75
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1979
76
+ --assert all [
77
+ object? append obj: object [] [b: 2 b: 3 b: 4]
78
+ [b] = words-of obj
79
+ obj/b == 4
80
+ ]
81
--test-- "extend object with hidden value"
82
;@@ https://github.com/Oldes/Rebol-issues/issues/1140
83
obj: object [a: 1 protect/hide 'a]
0 commit comments