ruff/crates/ruff_python_formatter/resources/test/fixtures
konsti c4d85d6fb6
Fix ''' ""''' formatting (#7485)
## Summary

`''' ""'''` is an edge case that was previously incorrectly formatted as
`""" """""`.

Fixes #7460

## Test Plan

Added regression test
2023-09-18 10:28:15 +00:00
..
black Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00
ruff Fix ''' ""''' formatting (#7485) 2023-09-18 10:28:15 +00:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00