We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
dune exec bin/ocamlformat/main.exe -- example.ml
The text was updated successfully, but these errors were encountered:
This is fixed by #2371
Sorry, something went wrong.
Add testcase for ocaml-ppx#2468
8f3d799
This is fixed by #2371 and a test case have been added.
Successfully merging a pull request may close this issue.
Describe the bug
The following test causes ocamlformat to exit with code 1, and an error about a comment being changed:
ocamlformat version: 181da77 (ocaml-ppx/main as of post creation)
command:
dune exec bin/ocamlformat/main.exe -- example.ml
The text was updated successfully, but these errors were encountered: