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 de51470 commit c610ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/units/evaluation-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,8 @@ Rebol [
--test-- "SELF inside a FOR block"
;@@ https://github.com/Oldes/Rebol-issues/issues/1529
--assert same? 'self for i 1 1 1 ['self]
;@@ https://github.com/Oldes/Rebol-issues/issues/1552
--assert none? for self 1 1 1 [context? 'self]

===end-group===

Expand All @@ -873,6 +875,8 @@ Rebol [
--test-- "SELF inside a FOR block"
;@@ https://github.com/Oldes/Rebol-issues/issues/1529
--assert same? 'self repeat n 1 ['self]
;@@ https://github.com/Oldes/Rebol-issues/issues/1552
--assert none? repeat self 1 [context? 'self]

===end-group===

Expand Down

0 comments on commit c610ebd

Please sign in to comment.