Fixed tests
This commit is contained in:
parent
4bece27bd4
commit
76801743cf
1 changed files with 2 additions and 6 deletions
|
@ -18,10 +18,8 @@ Execute(The latexindent callback should return the correct default values):
|
||||||
|
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ {
|
\ {
|
||||||
\ 'read_temporary_file': 1,
|
|
||||||
\ 'command': ale#Escape('xxxinvalid')
|
\ 'command': ale#Escape('xxxinvalid')
|
||||||
\ . ' -l -w'
|
\ . ' -l'
|
||||||
\ . ' %t',
|
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#latexindent#Fix(bufnr(''))
|
\ ale#fixers#latexindent#Fix(bufnr(''))
|
||||||
|
|
||||||
|
@ -31,10 +29,8 @@ Execute(The latexindent callback should include custom gofmt options):
|
||||||
|
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ {
|
\ {
|
||||||
\ 'read_temporary_file': 1,
|
|
||||||
\ 'command': ale#Escape('xxxinvalid')
|
\ 'command': ale#Escape('xxxinvalid')
|
||||||
\ . ' -l -w'
|
\ . ' -l'
|
||||||
\ . ' ' . g:ale_tex_latexindent_options
|
\ . ' ' . g:ale_tex_latexindent_options
|
||||||
\ . ' %t',
|
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#latexindent#Fix(bufnr(''))
|
\ ale#fixers#latexindent#Fix(bufnr(''))
|
||||||
|
|
Reference in a new issue