Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 4, 2022
1 parent d61afeb commit 39347f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tests/units/evaluation-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ Rebol [
b: [print "OK"]
--assert block? do 'b

--test-- "do set-word!"
;@@ https://github.com/Oldes/Rebol-issues/issues/1883
--assert all [error? e: try [do quote a:] e/id = 'invalid-arg]

===end-group===

===start-group=== "do path!"
Expand All @@ -201,6 +205,10 @@ Rebol [
--assert word? do first b
--assert path? do second b

--test-- "do set-path!"
;@@ https://github.com/Oldes/Rebol-issues/issues/1883
--assert all [error? e: try [do quote a/1:] e/id = 'invalid-arg]

===end-group===

===start-group=== "attempt"
Expand Down

0 comments on commit 39347f4

Please sign in to comment.