ruff/crates/ruff_python_formatter/resources/test/fixtures
konsti 7f3797185c
Fix formatter with-statement after-as own line comment instability (#6033)
**Summary** Fix an instability in with statement formatter when there is
an own line comment as the `as`
```python
with (
    a as
    # bad comment
    b):
```

**Test Plan** Added the comment to the test cases.
2023-07-24 18:12:07 +00:00
..
black Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
ruff Fix formatter with-statement after-as own line comment instability (#6033) 2023-07-24 18:12:07 +00:00
import_black_tests.py Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00