mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-01 07:35:30 +08:00
Fix the failing tsserver test
This commit is contained in:
@@ -62,9 +62,8 @@ Execute(tsserver syntax error responses should be handled correctly):
|
||||
\ 'col': 14,
|
||||
\ 'vcol': 0,
|
||||
\ 'nr': 1005,
|
||||
\ 'code': '1005',
|
||||
\ 'type': 'E',
|
||||
\ 'text': ''','' expected.',
|
||||
\ 'text': '1005: '','' expected.',
|
||||
\ 'valid': 1,
|
||||
\ 'pattern': '',
|
||||
\ },
|
||||
@@ -136,9 +135,8 @@ Execute(tsserver semantic error responses should be handled correctly):
|
||||
\ 'col': 14,
|
||||
\ 'vcol': 0,
|
||||
\ 'nr': 1005,
|
||||
\ 'code': '1005',
|
||||
\ 'type': 'E',
|
||||
\ 'text': 'Some semantic error',
|
||||
\ 'text': '1005: Some semantic error',
|
||||
\ 'valid': 1,
|
||||
\ 'pattern': '',
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user