Skip to content

Commit 5ddc57a

Browse files
committed
Fix test
1 parent 49d811d commit 5ddc57a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/test_err_blob.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vimlparser: E125: Illegal argument: a:bar: line 1 col 44
1+
vimlparser: E973: Blob literal should have an even number of hex characters:0X: line 2 col 8

test/test_err_blob.vim

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
function Foo(a, b, C, d_e, _f, g_, h0, i1, a:bar)
2-
endfunction
1+
echo 0z0
2+
echo 0z0X
3+
echo 0zAABBC
4+
echo 0zAAB.BCC

0 commit comments

Comments
 (0)