Fix pnc args multiine in the presence of final comments

This commit is contained in:
Joshua Warner 2025-01-08 21:25:39 -08:00
parent 158691fb27
commit 0438c17503
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 40 additions and 5 deletions

View file

@ -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,