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 4dff723 commit 0ff7ae0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tests/units/evaluation-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ Rebol [
b: [["OK"]]
--assert ["OK"] == do first [b/1]

--test-- "do-path-3"
;@@ https://github.com/Oldes/Rebol-issues/issues/1434
a: [[1 + 2]] b: [a a/1]
--assert [[1 + 2]] = do first b
--assert [1 + 2] = do second b
b: ['a 'a/1]
--assert word? do first b
--assert path? do second b

===end-group===

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

0 comments on commit 0ff7ae0

Please sign in to comment.