Skip to content

Commit 25aeee3

Browse files
committed
1 parent e05b661 commit 25aeee3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/units/parse-test.r3

+6
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ Rebol [
204204
true? parse [42] [copy a: integer!]
205205
a = [42]
206206
]
207+
--test-- "issue-2130"
208+
;@@ https://github.com/Oldes/Rebol-issues/issues/2130
209+
--assert all [
210+
parse [x][set val pos: word!]
211+
pos = [x]
212+
]
207213

208214
===end-group===
209215

0 commit comments

Comments
 (0)