Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 21, 2023
1 parent 4dc5b41 commit 8cdcfcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tests/units/evaluation-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,11 @@ Rebol [
--test-- "catch/quit/name"
;@@ https://github.com/Oldes/Rebol-issues/issues/2549
--assert all [
'foo = catch/quit/name [a: 1 throw/name 'foo 'name a: 2] 'name
unset? catch/quit/name [a: 1 quit a: 2] 'name
a = 1
]
--assert all [
0 = catch/quit/name [a: 1 throw/name 0 'name a: 2] 'name
a = 1
]

Expand Down

0 comments on commit 8cdcfcc

Please sign in to comment.