Fixed tests

This commit is contained in:
Khaveesh N 2020-08-21 17:29:43 +05:30
parent 4bece27bd4
commit 76801743cf
No known key found for this signature in database
GPG Key ID: CB82DEC6404CD52E
1 changed files with 2 additions and 6 deletions

View File

@ -18,10 +18,8 @@ Execute(The latexindent callback should return the correct default values):
AssertEqual
\ {
\ 'read_temporary_file': 1,
\ 'command': ale#Escape('xxxinvalid')
\ . ' -l -w'
\ . ' %t',
\ . ' -l'
\ },
\ ale#fixers#latexindent#Fix(bufnr(''))
@ -31,10 +29,8 @@ Execute(The latexindent callback should include custom gofmt options):
AssertEqual
\ {
\ 'read_temporary_file': 1,
\ 'command': ale#Escape('xxxinvalid')
\ . ' -l -w'
\ . ' -l'
\ . ' ' . g:ale_tex_latexindent_options
\ . ' %t',
\ },
\ ale#fixers#latexindent#Fix(bufnr(''))