openrewrite / rewrite-python

OpenRewrite recipes for Python.
Apache License 2.0
12 stars 5 forks source link

Parsing issue: Add support for CRLF #58

Open traceyyoshima opened 1 year ago

traceyyoshima commented 1 year ago

The PsiPaddingCursor does not handle CRLF new lines, and causes the cursor to be in the wrong position resulting in an error.