Fix tests on windows
This commit is contained in:
parent
d511d5af11
commit
dd1c665db2
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue