mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Fix the mscs tests on Windows, and use the improved Simplify for all tests instead.
This commit is contained in:
@@ -110,7 +110,7 @@ Execute(The Rust handler should handle cargo output):
|
||||
\ 'byte_start': 11505,
|
||||
\ 'column_end': 8,
|
||||
\ 'column_start': 5,
|
||||
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
||||
\ 'file_name': ale#path#Simplify('src/playpen.rs'),
|
||||
\ 'is_primary': v:true,
|
||||
\ 'label': v:null,
|
||||
\ 'line_end': 15,
|
||||
@@ -130,7 +130,7 @@ Execute(The Rust handler should handle cargo output):
|
||||
\ 'byte_start': 11494,
|
||||
\ 'column_end': 10,
|
||||
\ 'column_start': 7,
|
||||
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
||||
\ 'file_name': ale#path#Simplify('src/playpen.rs'),
|
||||
\ 'is_primary': v:true,
|
||||
\ 'label': v:null,
|
||||
\ 'line_end': 13,
|
||||
@@ -174,7 +174,7 @@ Execute(The Rust handler should should errors from expansion spans):
|
||||
\ 'byte_start': 1,
|
||||
\ 'column_end': 1,
|
||||
\ 'column_start': 1,
|
||||
\ 'file_name': ale#path#Winify('src/other.rs'),
|
||||
\ 'file_name': ale#path#Simplify('src/other.rs'),
|
||||
\ 'is_primary': v:true,
|
||||
\ 'label': 'some other error',
|
||||
\ 'line_end': 4,
|
||||
@@ -185,7 +185,7 @@ Execute(The Rust handler should should errors from expansion spans):
|
||||
\ 'byte_start': 52,
|
||||
\ 'column_end': 23,
|
||||
\ 'column_start': 21,
|
||||
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
||||
\ 'file_name': ale#path#Simplify('src/playpen.rs'),
|
||||
\ 'is_primary': v:true,
|
||||
\ 'label': 'expected bool, found integral variable',
|
||||
\ 'line_end': 4,
|
||||
@@ -227,7 +227,7 @@ Execute(The Rust handler should show detailed errors):
|
||||
\ 'column_end': 23,
|
||||
\ 'column_start': 21,
|
||||
\ 'expansion': v:null,
|
||||
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
||||
\ 'file_name': ale#path#Simplify('src/playpen.rs'),
|
||||
\ 'is_primary': v:true,
|
||||
\ 'label': 'expected bool, found integral variable',
|
||||
\ 'line_end': 4,
|
||||
|
||||
Reference in New Issue
Block a user