Skip to content

Commit 1222959

Browse files
committed
test_return
1 parent 7faa73b commit 1222959

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/test_return.ok

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(function (F)
2+
(return "foo"))

test/test_return.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function F()
2+
return "foo"
3+
endfunction

0 commit comments

Comments
 (0)