Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Oct 16, 2023
1 parent 447f6f9 commit 2392e76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/passing/tests/disable_local_let.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ let f () =
let [@ocamlformat "disable"] x = y
in
()

let f () =
let x = y [@@ocamlformat "disable"]
in
()

0 comments on commit 2392e76

Please sign in to comment.