Add neovim 0.6 to run-tests (#3998)

* Update test scripts
* Remove neovim 0.3 and 0.4
* Add neovim 0.6.1

Co-authored-by: Horacio Sanson <horacio@allm.inc>
Co-authored-by: w0rp <devw0rp@gmail.com>
This commit is contained in:
Horacio Sanson
2022-04-01 13:17:15 +01:00
committed by GitHub
co-authored by Horacio Sanson w0rp
parent e81f005c78
commit 0f55d371e9
48 changed files with 194 additions and 201 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ Execute(The default executable should be correct):
Execute(The project root should be detected correctly):
AssertLSPProject g:dir
call ale#test#SetFilename('hie_paths/file.hs')
call ale#test#SetFilename('../test-files/hie_paths/file.hs')
AssertLSPProject ale#path#Simplify(g:dir . '/hie_paths')
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/hie_paths')
Execute(The executable should be configurable):
let g:ale_haskell_hie_executable = 'foobar'