Closed thereversiblewheel closed 6 months ago
Attention: Patch coverage is 91.42857%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 91.15%. Comparing base (
9f54920
) to head (a4a0147
). Report is 11 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
libcst/_nodes/statement.py | 87.50% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This PR adds the ability for LibCST to parse the "=" operator inside of the square brackets as outlined in PEP-696
Major Changes
Additional python tests were added Additional roundtrip tests were added (taken from the cython implementation)
Related Links
PEP-696: https://peps.python.org/pep-0696/#grammar-changes Issue: https://github.com/Instagram/LibCST/issues/1127
Test Plan
Round trip tests we're added