ruff/crates/ruff_python_formatter/tests
Micha Reiser 965adbed4b
Fix trailing kwargs end of line comment after slash (#10297)
## Summary

Fixes the handling end of line comments that belong to `**kwargs` when
the `**kwargs` come after a slash.

The issue was that we missed to include the `**kwargs` start position
when determining the start of the next node coming after the `/`.

Fixes https://github.com/astral-sh/ruff/issues/10281

## Test Plan

Added test
2024-03-08 14:45:26 +00:00
..
snapshots Fix trailing kwargs end of line comment after slash (#10297) 2024-03-08 14:45:26 +00:00
fixtures.rs Range formatting API (#9635) 2024-01-31 11:13:37 +01:00
normalizer.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +00:00