mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix when indent in the presence of weird multiline patterns
This commit is contained in:
parent
1d51f5fbec
commit
02e07f95e7
6 changed files with 79 additions and 14 deletions
|
@ -500,6 +500,7 @@ mod test_snapshots {
|
|||
pass/nested_if.expr,
|
||||
pass/nested_list_comment_in_closure_arg.expr,
|
||||
pass/nested_parens_in_pattern.expr,
|
||||
pass/nested_when_comment_in_pat.expr,
|
||||
pass/newline_after_equals.expr, // Regression test for https://github.com/roc-lang/roc/issues/51
|
||||
pass/newline_after_mul.expr,
|
||||
pass/newline_after_opt_field.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue