ruff/crates/ruff_python_formatter/tests
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
..
snapshots Fix ''' ""''' formatting (#7485) 2023-09-18 10:28:15 +00:00
fixtures.rs Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00