Skip to content

Commit fa21f27

Browse files
committed
fix test output
1 parent 7ed8cfd commit fa21f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_method.ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
(echo (method (list 1 2 3) (map (lambda (i n) (* n 2)))))
44
(echo (method 'john' ((lambda (s) (concat 'hello ' s)))))
55
(echo (method 'john' ((lambda (s b) (concat (concat (concat (concat 'hello ' s) ' ... and goodbye ') b) '!')) 'bob')))
6+
(echo (method 'john' ((lambda (...) (concat 'hello ' (method a:000 (join ', ')))) 'bob')))

0 commit comments

Comments
 (0)