Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed May 17, 2024
1 parent bddb67f commit 14ff26b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocaml-lsp-server/test/e2e-new/action_inline.ml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ let _ =
let $f : int -> int = fun x -> x in
f 0
|};
[%expect {| |}]
[%expect {|
let _ =
let f : int -> int = fun x -> x in
(0) |}]

let%expect_test "" =
inline_test
Expand Down

0 comments on commit 14ff26b

Please sign in to comment.