Fix the failing tsserver test
This commit is contained in:
parent
5f024eda09
commit
649934230b
@ -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': '',
|
||||
\ },
|
||||
|
Loading…
x
Reference in New Issue
Block a user