Skip to content

Commit 39347f4

Browse files
committed
1 parent d61afeb commit 39347f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tests/units/evaluation-test.r3

+8
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ Rebol [
178178
b: [print "OK"]
179179
--assert block? do 'b
180180

181+
--test-- "do set-word!"
182+
;@@ https://github.com/Oldes/Rebol-issues/issues/1883
183+
--assert all [error? e: try [do quote a:] e/id = 'invalid-arg]
184+
181185
===end-group===
182186

183187
===start-group=== "do path!"
@@ -201,6 +205,10 @@ Rebol [
201205
--assert word? do first b
202206
--assert path? do second b
203207

208+
--test-- "do set-path!"
209+
;@@ https://github.com/Oldes/Rebol-issues/issues/1883
210+
--assert all [error? e: try [do quote a/1:] e/id = 'invalid-arg]
211+
204212
===end-group===
205213

206214
===start-group=== "attempt"

0 commit comments

Comments
 (0)