Skip to content

Commit 97cae72

Browse files
committed
1 parent 21c0968 commit 97cae72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tests/units/func-test.r3

+8
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@ Rebol [
280280
e/id = 'bad-func-def
281281
]
282282

283+
--test-- "issue-717"
284+
;@@ https://github.com/Oldes/Rebol-issues/issues/717
285+
--assert all [
286+
error? e try [f: func [a /local b b ][]]
287+
e/id = 'dup-vars
288+
e/arg1 = 'b
289+
]
290+
283291
===end-group===
284292

285293
~~~end-file~~~

0 commit comments

Comments
 (0)