Skip to content

Commit 8cdcfcc

Browse files
committed
1 parent 4dc5b41 commit 8cdcfcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tests/units/evaluation-test.r3

+5-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,11 @@ Rebol [
780780
--test-- "catch/quit/name"
781781
;@@ https://github.com/Oldes/Rebol-issues/issues/2549
782782
--assert all [
783-
'foo = catch/quit/name [a: 1 throw/name 'foo 'name a: 2] 'name
783+
unset? catch/quit/name [a: 1 quit a: 2] 'name
784+
a = 1
785+
]
786+
--assert all [
787+
0 = catch/quit/name [a: 1 throw/name 0 'name a: 2] 'name
784788
a = 1
785789
]
786790

0 commit comments

Comments
 (0)