]> Sergey Matveev's repositories - vim-lsp.git/commit
Do not rely on vim's locale in tests
authorMagnus Groß <magnus@mggross.com>
Tue, 11 Jul 2023 17:40:38 +0000 (19:40 +0200)
committerMagnus Groß <magnus@mggross.com>
Tue, 11 Jul 2023 17:40:38 +0000 (19:40 +0200)
commitecff6472e5f5863ca88663eaad07528124b5eb0f
treeb4c99787637daa1c0fea80cdcddbc43e644f59f9
parent0da5d53a36ed0de0edfaca0c45cc56f91bc2d85e
Do not rely on vim's locale in tests

The language of the user running the tests may be different, which means
that the error message may be different as it is translated.

Instead match only against the error code, which is safer.
test/clangd_tests.vim