mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix pnc args multiine in the presence of final comments
This commit is contained in:
parent
158691fb27
commit
0438c17503
5 changed files with 40 additions and 5 deletions
|
@ -189,8 +189,8 @@ mod test_snapshots {
|
|||
fail/ability_demands_not_indented_with_first.expr,
|
||||
fail/ability_first_demand_not_indented_enough.expr,
|
||||
fail/ability_non_signature_expression.expr,
|
||||
fail/all_the_bangs.expr,
|
||||
fail/alias_or_opaque_fail.expr,
|
||||
fail/all_the_bangs.expr,
|
||||
fail/bound_variable.expr,
|
||||
fail/comment_with_tab.expr,
|
||||
fail/d_assign_return_bang.expr,
|
||||
|
@ -631,6 +631,7 @@ mod test_snapshots {
|
|||
pass/pizza_question.moduledefs,
|
||||
pass/plus_if.expr,
|
||||
pass/plus_when.expr,
|
||||
pass/pnc_apply_comment_after_newline.expr,
|
||||
pass/pos_inf_float.expr,
|
||||
pass/positive_float.expr,
|
||||
pass/positive_int.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue