Skip to content

Commit a4528c3

Browse files
committed
test_call_last_comma
1 parent c43d781 commit a4528c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/test_call_last_comma.ok

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(call (foo a b))
2+
(call (bar c d))

test/test_call_last_comma.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
call foo(a, b,)
2+
call bar(c, d, )

0 commit comments

Comments
 (0)