diff options
Diffstat (limited to 'test/functional/plugin')
-rw-r--r-- | test/functional/plugin/lsp/inlay_hint_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/plugin/lsp/inlay_hint_spec.lua b/test/functional/plugin/lsp/inlay_hint_spec.lua index fc6c3f46f7..eefcf825b8 100644 --- a/test/functional/plugin/lsp/inlay_hint_spec.lua +++ b/test/functional/plugin/lsp/inlay_hint_spec.lua @@ -316,13 +316,13 @@ test text local grid_without_inlay_hints = [[ test text | - ^ | + ^ | | ]] local grid_with_inlay_hints = [[ {1:01234}test text | - ^ | + ^ | | ]] |