mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-27 20:12:28 +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,
|
\ 'col': 14,
|
||||||
\ 'vcol': 0,
|
\ 'vcol': 0,
|
||||||
\ 'nr': 1005,
|
\ 'nr': 1005,
|
||||||
\ 'code': '1005',
|
|
||||||
\ 'type': 'E',
|
\ 'type': 'E',
|
||||||
\ 'text': ''','' expected.',
|
\ 'text': '1005: '','' expected.',
|
||||||
\ 'valid': 1,
|
\ 'valid': 1,
|
||||||
\ 'pattern': '',
|
\ 'pattern': '',
|
||||||
\ },
|
\ },
|
||||||
@@ -136,9 +135,8 @@ Execute(tsserver semantic error responses should be handled correctly):
|
|||||||
\ 'col': 14,
|
\ 'col': 14,
|
||||||
\ 'vcol': 0,
|
\ 'vcol': 0,
|
||||||
\ 'nr': 1005,
|
\ 'nr': 1005,
|
||||||
\ 'code': '1005',
|
|
||||||
\ 'type': 'E',
|
\ 'type': 'E',
|
||||||
\ 'text': 'Some semantic error',
|
\ 'text': '1005: Some semantic error',
|
||||||
\ 'valid': 1,
|
\ 'valid': 1,
|
||||||
\ 'pattern': '',
|
\ 'pattern': '',
|
||||||
\ },
|
\ },
|
||||||
|
|||||||
Reference in New Issue
Block a user