Fix the failing tsserver test

This commit is contained in:
w0rp
2018-08-02 19:32:57 +01:00
parent 5f024eda09
commit 649934230b

View File

@@ -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': '',
\ },