Skip to content

Commit eadfcc2

Browse files
committed
Add test
1 parent 0df5b7d commit eadfcc2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/test_err_blob.ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vimlparser: E125: Illegal argument: a:bar: line 1 col 44

test/test_err_blob.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
function Foo(a, b, C, d_e, _f, g_, h0, i1, a:bar)
2+
endfunction

0 commit comments

Comments
 (0)