mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Fix tests on windows
This commit is contained in:
@@ -15,14 +15,14 @@ Execute(The output should be correct):
|
|||||||
\ {
|
\ {
|
||||||
\ 'lnum': 17,
|
\ 'lnum': 17,
|
||||||
\ 'col': 13,
|
\ 'col': 13,
|
||||||
\ 'filename': '/testplugin/test/terraform_files/providers.tf',
|
\ 'filename': ale#path#Simplify(g:dir . '/providers.tf'),
|
||||||
\ 'type': 'W',
|
\ 'type': 'W',
|
||||||
\ 'text': 'Terraform 0.13 and earlier allowed provider version',
|
\ 'text': 'Terraform 0.13 and earlier allowed provider version',
|
||||||
\ },
|
\ },
|
||||||
\ {
|
\ {
|
||||||
\ 'lnum': 0,
|
\ 'lnum': 0,
|
||||||
\ 'col': 0,
|
\ 'col': 0,
|
||||||
\ 'filename': '/testplugin/test/terraform_files/providers.tf',
|
\ 'filename': ale#path#Simplify(g:dir . '/providers.tf'),
|
||||||
\ 'type': 'E',
|
\ 'type': 'E',
|
||||||
\ 'text': 'Plugin reinitialization required. Please run "terraform"',
|
\ 'text': 'Plugin reinitialization required. Please run "terraform"',
|
||||||
\ }
|
\ }
|
||||||
|
|||||||
Reference in New Issue
Block a user