File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
apps/language_server/test Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1387,7 +1387,7 @@ defmodule ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest do
1387
1387
% {
1388
1388
name: "inspect" ,
1389
1389
params: [ "item" , "opts \\ \\ []" ] ,
1390
- documentation: "Inspects and writes the given `item` to the device." ,
1390
+ documentation: "Inspects and writes the given `item`" <> _ ,
1391
1391
spec: "@spec inspect(" <> _
1392
1392
} ,
1393
1393
% {
Original file line number Diff line number Diff line change @@ -1627,10 +1627,7 @@ defmodule ElixirLS.LanguageServer.ServerTest do
1627
1627
"kind" => "markdown" ,
1628
1628
"value" =>
1629
1629
"""
1630
- Inspects and writes the given `item` to the device.
1631
-
1632
- ```elixir
1633
- @spec inspect\
1630
+ Inspects and writes the given `item`\
1634
1631
""" <> _
1635
1632
} ,
1636
1633
"label" => "inspect(item, opts \\ \\ [])" ,
You can’t perform that action at this time.
0 commit comments