mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 16:14:30 +08:00
Get the mcsc handler tests to pass on Windows
This commit is contained in:
@@ -19,21 +19,21 @@ Execute(The mcs handler should handle cannot find symbol errors):
|
||||
\ 'col' : 29,
|
||||
\ 'text': 'error CS1001: ; expected',
|
||||
\ 'type': 'E',
|
||||
\ 'filename': '/home/foo/project/bar/Test.cs'
|
||||
\ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 101,
|
||||
\ 'col': 0,
|
||||
\ 'text': 'error CS1028: Unexpected processor directive (no #if for this #endif)',
|
||||
\ 'type': 'E',
|
||||
\ 'filename': '/home/foo/project/bar/Test.cs'
|
||||
\ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 10,
|
||||
\ 'col': 12,
|
||||
\ 'text': 'warning CS0123: some warning',
|
||||
\ 'type': 'W',
|
||||
\ 'filename': '/home/foo/project/bar/Test.cs'
|
||||
\ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
|
||||
\ },
|
||||
\ ],
|
||||
\ ale_linters#cs#mcsc#Handle(347, [
|
||||
|
||||
Reference in New Issue
Block a user