ruff/crates/ruff_python_parser
Dhruv Manilawala b7066e64e7
Consider binary expr for parenthesized with items parsing (#11012)
## Summary

This PR fixes the bug in with items parsing where it would fail to
recognize that the parenthesized expression is part of a large binary
expression.

## Test Plan

Add test cases and verified the snapshots.
2024-04-18 21:39:30 +05:30
..
resources Consider binary expr for parenthesized with items parsing (#11012) 2024-04-18 21:39:30 +05:30
src Consider binary expr for parenthesized with items parsing (#11012) 2024-04-18 21:39:30 +05:30
tests Consider binary expr for parenthesized with items parsing (#11012) 2024-04-18 21:39:30 +05:30
Cargo.toml Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
CONTRIBUTING.md Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30