Skip to content

Commit 554f919

Browse files
committed
1 parent a68198a commit 554f919

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/func-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Rebol [
3030
--assert date? apply :f [now]
3131
--assert 'now = apply/only :f [now]
3232

33+
--test-- "apply op!"
34+
;@@ https://github.com/Oldes/Rebol-issues/issues/618
35+
--assert 3 = apply :add [1 2]
36+
--assert 3 = apply :+ [1 2]
37+
3338
===end-group===
3439

3540

0 commit comments

Comments
 (0)