Skip to content

Commit 0ee9ee9

Browse files
committed
1 parent b5a46d4 commit 0ee9ee9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tests/units/object-test.r3

+9
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ Rebol [
115115
--assert 1 = do o2/c
116116
--assert 1 = do o3/c
117117

118+
--test-- "issue-2118"
119+
;@@ https://github.com/oldes/rebol-issues/issues/2118
120+
--assert error? try [object [a: b:]]
121+
--assert all [
122+
not error? try [o: construct [a: b:]]
123+
none? o/a
124+
none? o/b
125+
]
126+
118127
===end-group===
119128

120129

0 commit comments

Comments
 (0)