Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject corpus which produces empty range for LALRPOP parser (#10876)
## Summary This PR updates the `ruff_new_parser_equiv` fuzzer target to reject the corpus which produces an empty range for the AST from LALRPOP. If there are no nodes, then LALRPOP produces an empty range while the new parser uses the correct range of the source itself.
- Loading branch information