Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 6, 2020
1 parent b5a46d4 commit 0ee9ee9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tests/units/object-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ Rebol [
--assert 1 = do o2/c
--assert 1 = do o3/c

--test-- "issue-2118"
;@@ https://github.com/oldes/rebol-issues/issues/2118
--assert error? try [object [a: b:]]
--assert all [
not error? try [o: construct [a: b:]]
none? o/a
none? o/b
]

===end-group===


Expand Down

0 comments on commit 0ee9ee9

Please sign in to comment.