Closed JHertz5 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.19%. Comparing base (
baf22da
) to head (24166b6
). Report is 45 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves #1243.
I've solved the problem by iteratively checking for opening parentheses at the end of the current portion of the pathname,e .g .
It's possible that an alternative solution would be to absorb the parentheses into the pathname token? But perhaps the parentheses are separated to allow for multiline indentation rules and we need to keep them separate. Happy to hear any feedback.