fix tests
This commit is contained in:
parent
aa015ec4db
commit
b7169c33e7
@ -23,7 +23,7 @@ Execute(The ocamlformat callback should return the correct default values):
|
|||||||
\ . ' --inplace'
|
\ . ' --inplace'
|
||||||
\ . ' %t',
|
\ . ' %t',
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#ocamlformat(bufnr(''))
|
\ ale#fixers#ocamlformat#Fix(bufnr(''))
|
||||||
|
|
||||||
Execute(The ocamlformat callback should include custom ocamlformat options):
|
Execute(The ocamlformat callback should include custom ocamlformat options):
|
||||||
let g:ale_ocaml_ocamlformat_options = "-m 78"
|
let g:ale_ocaml_ocamlformat_options = "-m 78"
|
||||||
@ -37,4 +37,4 @@ Execute(The ocamlformat callback should include custom ocamlformat options):
|
|||||||
\ . ' --inplace'
|
\ . ' --inplace'
|
||||||
\ . ' %t',
|
\ . ' %t',
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#ocamlformat(bufnr(''))
|
\ ale#fixers#ocamlformat#Fix(bufnr(''))
|
||||||
|
Loading…
Reference in New Issue
Block a user