Skip to content

Commit 103c66e

Browse files
committed
add error case for method
1 parent 4e3fb77 commit 103c66e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/test_err_method.ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vimlparser: E107: Missing parentheses: lambda: line 1 col 32

test/test_err_method.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo 'foo'->{s -> s .. ' bar' }

0 commit comments

Comments
 (0)