Fix the failing tsserver test

This commit is contained in:
w0rp 2018-08-02 19:32:57 +01:00
parent 5f024eda09
commit 649934230b
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83

View File

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