Files
ruff/crates/ruff_python_parser/src
Charlie Marsh d6a4283003 Fix range of unparenthesized tuple subject in match statement (#8101)
## Summary

This was just a bug in the parser ranges, probably since it was
initially implemented. Given `match n % 3, n % 5: ...`, the "subject"
(i.e., the tuple of two binary operators) was using the entire range of
the `match` statement.

Closes https://github.com/astral-sh/ruff/issues/8091.

## Test Plan

`cargo test`
2023-10-22 19:58:33 -04:00
..
2023-09-29 02:55:39 +00:00
2023-08-01 18:35:03 +02:00
2023-09-29 02:55:39 +00:00