ruff/crates/ruff_python_parser/resources
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
..
inline Consider binary expr for parenthesized with items parsing (#11012) 2024-04-18 21:39:30 +05:30
invalid Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
valid Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
.editorconfig Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30