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