|
443 | 443 | (action
|
444 | 444 | (with-stdout-to break_cases-toplevel.ml.stdout
|
445 | 445 | (with-stderr-to break_cases-toplevel.ml.stderr
|
446 |
| - (run %{bin:ocamlformat} --name break_cases-toplevel.ml --margin-check --break-cases=toplevel --max-iter=4 %{dep:../tests/break_cases.ml}))))) |
| 446 | + (run %{bin:ocamlformat} --name break_cases-toplevel.ml --margin-check --break-cases=toplevel --max-iters=4 %{dep:../tests/break_cases.ml}))))) |
447 | 447 |
|
448 | 448 | (rule
|
449 | 449 | (alias runtest)
|
|
482 | 482 | (action
|
483 | 483 | (with-stdout-to break_cases.ml.stdout
|
484 | 484 | (with-stderr-to break_cases.ml.stderr
|
485 |
| - (run %{bin:ocamlformat} --name break_cases.ml --margin-check --break-cases=fit --max-iter=4 %{dep:../tests/break_cases.ml}))))) |
| 485 | + (run %{bin:ocamlformat} --name break_cases.ml --margin-check --break-cases=fit --max-iters=4 %{dep:../tests/break_cases.ml}))))) |
486 | 486 |
|
487 | 487 | (rule
|
488 | 488 | (alias runtest)
|
|
716 | 716 | (action
|
717 | 717 | (with-stdout-to break_separators-after.ml.stdout
|
718 | 718 | (with-stderr-to break_separators-after.ml.stderr
|
719 |
| - (run %{bin:ocamlformat} --name break_separators-after.ml --margin-check --break-separators=after --max-iter=3 %{dep:../tests/break_separators.ml}))))) |
| 719 | + (run %{bin:ocamlformat} --name break_separators-after.ml --margin-check --break-separators=after --max-iters=3 %{dep:../tests/break_separators.ml}))))) |
720 | 720 |
|
721 | 721 | (rule
|
722 | 722 | (alias runtest)
|
|
734 | 734 | (action
|
735 | 735 | (with-stdout-to break_separators-after_docked.ml.stdout
|
736 | 736 | (with-stderr-to break_separators-after_docked.ml.stderr
|
737 |
| - (run %{bin:ocamlformat} --name break_separators-after_docked.ml --margin-check --break-separators=after --dock-collection-brackets --max-iter=3 %{dep:../tests/break_separators.ml}))))) |
| 737 | + (run %{bin:ocamlformat} --name break_separators-after_docked.ml --margin-check --break-separators=after --dock-collection-brackets --max-iters=3 %{dep:../tests/break_separators.ml}))))) |
738 | 738 |
|
739 | 739 | (rule
|
740 | 740 | (alias runtest)
|
|
752 | 752 | (action
|
753 | 753 | (with-stdout-to break_separators-before_docked.ml.stdout
|
754 | 754 | (with-stderr-to break_separators-before_docked.ml.stderr
|
755 |
| - (run %{bin:ocamlformat} --name break_separators-before_docked.ml --margin-check --break-separators=before --dock-collection-brackets --max-iter=3 %{dep:../tests/break_separators.ml}))))) |
| 755 | + (run %{bin:ocamlformat} --name break_separators-before_docked.ml --margin-check --break-separators=before --dock-collection-brackets --max-iters=3 %{dep:../tests/break_separators.ml}))))) |
756 | 756 |
|
757 | 757 | (rule
|
758 | 758 | (alias runtest)
|
|
770 | 770 | (action
|
771 | 771 | (with-stdout-to break_separators.ml.stdout
|
772 | 772 | (with-stderr-to break_separators.ml.stderr
|
773 |
| - (run %{bin:ocamlformat} --name break_separators.ml --margin-check --break-separators=before --max-iter=3 %{dep:../tests/break_separators.ml}))))) |
| 773 | + (run %{bin:ocamlformat} --name break_separators.ml --margin-check --break-separators=before --max-iters=3 %{dep:../tests/break_separators.ml}))))) |
774 | 774 |
|
775 | 775 | (rule
|
776 | 776 | (alias runtest)
|
|
1136 | 1136 | (action
|
1137 | 1137 | (with-stdout-to comments-no-wrap.ml.stdout
|
1138 | 1138 | (with-stderr-to comments-no-wrap.ml.stderr
|
1139 |
| - (run %{bin:ocamlformat} --name comments-no-wrap.ml --margin-check --no-wrap-comments --max-iter=4 %{dep:../tests/comments.ml}))))) |
| 1139 | + (run %{bin:ocamlformat} --name comments-no-wrap.ml --margin-check --no-wrap-comments --max-iters=4 %{dep:../tests/comments.ml}))))) |
1140 | 1140 |
|
1141 | 1141 | (rule
|
1142 | 1142 | (alias runtest)
|
|
1154 | 1154 | (action
|
1155 | 1155 | (with-stdout-to comments.ml.stdout
|
1156 | 1156 | (with-stderr-to comments.ml.stderr
|
1157 |
| - (run %{bin:ocamlformat} --name comments.ml --margin-check --max-iter=4 %{dep:../tests/comments.ml}))))) |
| 1157 | + (run %{bin:ocamlformat} --name comments.ml --margin-check --max-iters=4 %{dep:../tests/comments.ml}))))) |
1158 | 1158 |
|
1159 | 1159 | (rule
|
1160 | 1160 | (alias runtest)
|
|
1190 | 1190 | (action
|
1191 | 1191 | (with-stdout-to comments_args.ml.stdout
|
1192 | 1192 | (with-stderr-to comments_args.ml.stderr
|
1193 |
| - (run %{bin:ocamlformat} --name comments_args.ml --margin-check --max-iter=4 %{dep:../tests/comments_args.ml}))))) |
| 1193 | + (run %{bin:ocamlformat} --name comments_args.ml --margin-check --max-iters=4 %{dep:../tests/comments_args.ml}))))) |
1194 | 1194 |
|
1195 | 1195 | (rule
|
1196 | 1196 | (alias runtest)
|
|
1244 | 1244 | (action
|
1245 | 1245 | (with-stdout-to comments_in_record-break_separator-after.ml.stdout
|
1246 | 1246 | (with-stderr-to comments_in_record-break_separator-after.ml.stderr
|
1247 |
| - (run %{bin:ocamlformat} --name comments_in_record-break_separator-after.ml --margin-check --break-separator=after %{dep:../tests/comments_in_record.ml}))))) |
| 1247 | + (run %{bin:ocamlformat} --name comments_in_record-break_separator-after.ml --margin-check --break-separators=after %{dep:../tests/comments_in_record.ml}))))) |
1248 | 1248 |
|
1249 | 1249 | (rule
|
1250 | 1250 | (alias runtest)
|
|
1262 | 1262 | (action
|
1263 | 1263 | (with-stdout-to comments_in_record-break_separator-before.ml.stdout
|
1264 | 1264 | (with-stderr-to comments_in_record-break_separator-before.ml.stderr
|
1265 |
| - (run %{bin:ocamlformat} --name comments_in_record-break_separator-before.ml --margin-check --break-separator=before %{dep:../tests/comments_in_record.ml}))))) |
| 1265 | + (run %{bin:ocamlformat} --name comments_in_record-break_separator-before.ml --margin-check --break-separators=before %{dep:../tests/comments_in_record.ml}))))) |
1266 | 1266 |
|
1267 | 1267 | (rule
|
1268 | 1268 | (alias runtest)
|
|
2246 | 2246 | (action
|
2247 | 2247 | (with-stdout-to fun_function.ml.stdout
|
2248 | 2248 | (with-stderr-to fun_function.ml.stderr
|
2249 |
| - (run %{bin:ocamlformat} --name fun_function.ml --margin-check --max-iter=3 %{dep:../tests/fun_function.ml}))))) |
| 2249 | + (run %{bin:ocamlformat} --name fun_function.ml --margin-check --max-iters=3 %{dep:../tests/fun_function.ml}))))) |
2250 | 2250 |
|
2251 | 2251 | (rule
|
2252 | 2252 | (alias runtest)
|
|
3167 | 3167 | (action
|
3168 | 3168 | (with-stdout-to js_args.ml.stdout
|
3169 | 3169 | (with-stderr-to js_args.ml.stderr
|
3170 |
| - (run %{bin:ocamlformat} --name js_args.ml --margin-check --max-iter=3 %{dep:../tests/js_args.ml}))))) |
| 3170 | + (run %{bin:ocamlformat} --name js_args.ml --margin-check --max-iters=3 %{dep:../tests/js_args.ml}))))) |
3171 | 3171 |
|
3172 | 3172 | (rule
|
3173 | 3173 | (alias runtest)
|
|
3221 | 3221 | (action
|
3222 | 3222 | (with-stdout-to js_fun.ml.stdout
|
3223 | 3223 | (with-stderr-to js_fun.ml.stderr
|
3224 |
| - (run %{bin:ocamlformat} --name js_fun.ml --margin-check --max-iter=3 %{dep:../tests/js_fun.ml}))))) |
| 3224 | + (run %{bin:ocamlformat} --name js_fun.ml --margin-check --max-iters=3 %{dep:../tests/js_fun.ml}))))) |
3225 | 3225 |
|
3226 | 3226 | (rule
|
3227 | 3227 | (alias runtest)
|
|
3239 | 3239 | (action
|
3240 | 3240 | (with-stdout-to js_map.ml.stdout
|
3241 | 3241 | (with-stderr-to js_map.ml.stderr
|
3242 |
| - (run %{bin:ocamlformat} --name js_map.ml --margin-check --max-iter=3 %{dep:../tests/js_map.ml}))))) |
| 3242 | + (run %{bin:ocamlformat} --name js_map.ml --margin-check --max-iters=3 %{dep:../tests/js_map.ml}))))) |
3243 | 3243 |
|
3244 | 3244 | (rule
|
3245 | 3245 | (alias runtest)
|
|
3275 | 3275 | (action
|
3276 | 3276 | (with-stdout-to js_poly.ml.stdout
|
3277 | 3277 | (with-stderr-to js_poly.ml.stderr
|
3278 |
| - (run %{bin:ocamlformat} --name js_poly.ml --margin-check --max-iter=3 %{dep:../tests/js_poly.ml}))))) |
| 3278 | + (run %{bin:ocamlformat} --name js_poly.ml --margin-check --max-iters=3 %{dep:../tests/js_poly.ml}))))) |
3279 | 3279 |
|
3280 | 3280 | (rule
|
3281 | 3281 | (alias runtest)
|
|
3293 | 3293 | (action
|
3294 | 3294 | (with-stdout-to js_record.ml.stdout
|
3295 | 3295 | (with-stderr-to js_record.ml.stderr
|
3296 |
| - (run %{bin:ocamlformat} --name js_record.ml --margin-check --max-iter=3 %{dep:../tests/js_record.ml}))))) |
| 3296 | + (run %{bin:ocamlformat} --name js_record.ml --margin-check --max-iters=3 %{dep:../tests/js_record.ml}))))) |
3297 | 3297 |
|
3298 | 3298 | (rule
|
3299 | 3299 | (alias runtest)
|
|
3999 | 3999 | (action
|
4000 | 4000 | (with-stdout-to module_item_spacing-preserve.ml.stdout
|
4001 | 4001 | (with-stderr-to module_item_spacing-preserve.ml.stderr
|
4002 |
| - (run %{bin:ocamlformat} --name module_item_spacing-preserve.ml --margin-check --max-iter=3 --module-item-spacing=preserve %{dep:../tests/module_item_spacing.ml}))))) |
| 4002 | + (run %{bin:ocamlformat} --name module_item_spacing-preserve.ml --margin-check --max-iters=3 --module-item-spacing=preserve %{dep:../tests/module_item_spacing.ml}))))) |
4003 | 4003 |
|
4004 | 4004 | (rule
|
4005 | 4005 | (alias runtest)
|
|
4017 | 4017 | (action
|
4018 | 4018 | (with-stdout-to module_item_spacing-sparse.ml.stdout
|
4019 | 4019 | (with-stderr-to module_item_spacing-sparse.ml.stderr
|
4020 |
| - (run %{bin:ocamlformat} --name module_item_spacing-sparse.ml --margin-check --max-iter=3 --module-item-spacing=sparse %{dep:../tests/module_item_spacing.ml}))))) |
| 4020 | + (run %{bin:ocamlformat} --name module_item_spacing-sparse.ml --margin-check --max-iters=3 --module-item-spacing=sparse %{dep:../tests/module_item_spacing.ml}))))) |
4021 | 4021 |
|
4022 | 4022 | (rule
|
4023 | 4023 | (alias runtest)
|
|
4035 | 4035 | (action
|
4036 | 4036 | (with-stdout-to module_item_spacing.ml.stdout
|
4037 | 4037 | (with-stderr-to module_item_spacing.ml.stderr
|
4038 |
| - (run %{bin:ocamlformat} --name module_item_spacing.ml --margin-check --max-iter=3 --module-item-spacing=compact %{dep:../tests/module_item_spacing.ml}))))) |
| 4038 | + (run %{bin:ocamlformat} --name module_item_spacing.ml --margin-check --max-iters=3 --module-item-spacing=compact %{dep:../tests/module_item_spacing.ml}))))) |
4039 | 4039 |
|
4040 | 4040 | (rule
|
4041 | 4041 | (alias runtest)
|
|
4053 | 4053 | (action
|
4054 | 4054 | (with-stdout-to module_item_spacing.mli.stdout
|
4055 | 4055 | (with-stderr-to module_item_spacing.mli.stderr
|
4056 |
| - (run %{bin:ocamlformat} --name module_item_spacing.mli --margin-check --max-iter=3 %{dep:../tests/module_item_spacing.mli}))))) |
| 4056 | + (run %{bin:ocamlformat} --name module_item_spacing.mli --margin-check --max-iters=3 %{dep:../tests/module_item_spacing.mli}))))) |
4057 | 4057 |
|
4058 | 4058 | (rule
|
4059 | 4059 | (alias runtest)
|
|
4829 | 4829 | (action
|
4830 | 4830 | (with-stdout-to reformat_string.ml.stdout
|
4831 | 4831 | (with-stderr-to reformat_string.ml.stderr
|
4832 |
| - (run %{bin:ocamlformat} --name reformat_string.ml --margin-check --max-iter=3 %{dep:../tests/reformat_string.ml}))))) |
| 4832 | + (run %{bin:ocamlformat} --name reformat_string.ml --margin-check --max-iters=3 %{dep:../tests/reformat_string.ml}))))) |
4833 | 4833 |
|
4834 | 4834 | (rule
|
4835 | 4835 | (alias runtest)
|
|
4957 | 4957 | (action
|
4958 | 4958 | (with-stdout-to sequence-preserve.ml.stdout
|
4959 | 4959 | (with-stderr-to sequence-preserve.ml.stderr
|
4960 |
| - (run %{bin:ocamlformat} --name sequence-preserve.ml --margin-check --sequence-blank-line=preserve-one --max-iter=3 %{dep:../tests/sequence.ml}))))) |
| 4960 | + (run %{bin:ocamlformat} --name sequence-preserve.ml --margin-check --sequence-blank-line=preserve-one --max-iters=3 %{dep:../tests/sequence.ml}))))) |
4961 | 4961 |
|
4962 | 4962 | (rule
|
4963 | 4963 | (alias runtest)
|
|
0 commit comments