Describe the bug
The following test causes ocamlformat to exit with code 1, and an error about a comment being changed:
(*$
let _ =
[ x (*
*)
; y
]
;;
*)
ocamlformat version: 181da77 (ocaml-ppx/main as of post creation)
command: dune exec bin/ocamlformat/main.exe -- example.ml