We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b496603 commit 7aff82fCopy full SHA for 7aff82f
1 file changed
test/comments-ml.t/run.t
@@ -1,9 +1,5 @@
1
Format basic
2
- $ refmt --print re ./input.re > ./formatted.re
3
- refmt: FILENAMES… arguments: no './input.re' file
4
- Usage: refmt [OPTION]… [FILENAMES]…
5
- Try 'refmt --help' for more information.
6
- [1]
+ $ refmt --print re ./input.ml > ./formatted.re
7
8
Type-check basics
9
$ ocamlc -c -pp 'refmt --print binary' -intf-suffix .rei -impl formatted.re
@@ -13,6 +9,3 @@ Format the formatted file back
13
14
10
Ensure idempotency: first format and second format are the same
15
11
$ diff formatted.re formatted_back.re
16
- 0a1
17
- >
18
0 commit comments