ruff/crates/ruff_python_formatter/tests
Micha Reiser e57bccd500
Fix multiline lambda expression statement formating (#8466)
## Summary

This PR fixes a bug in our formatter where a multiline lambda expression
statement was formatted over multiple lines without adding parentheses.

The PR "fixes" the problem by not splitting the lambda parameters if it
is not parenthesized

## Test Plan

Added test
2023-11-05 09:35:23 -05:00
..
snapshots Fix multiline lambda expression statement formating (#8466) 2023-11-05 09:35:23 -05:00
fixtures.rs Add test and basic implementation for formatter preview mode (#8044) 2023-10-26 15:33:26 +00:00