Closed zsol closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a2a60c1
) 91.09% compared to head (ee806cd
) 91.09%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix parsing list matchers without explicit brackets
This is parsed correctly by the grammar, but the default values of
MatchList.lbracket
andMatchList.rbracket
are inconsistent between Python and Rust, causing the above snippet to round-trip (from Python) to:Fixes #1096.
Stack created with Sapling. Best reviewed with ReviewStack.
1098