Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 1, 2020
1 parent e05b661 commit 25aeee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/units/parse-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ Rebol [
true? parse [42] [copy a: integer!]
a = [42]
]
--test-- "issue-2130"
;@@ https://github.com/Oldes/Rebol-issues/issues/2130
--assert all [
parse [x][set val pos: word!]
pos = [x]
]

===end-group===

Expand Down

0 comments on commit 25aeee3

Please sign in to comment.