You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for reporting the bug. Similarly to #55 the problem lays in the symbols being gone from the parsed expression (escaping the newline has the specific purpose of removing this newline as seen by the interpreter).
I imagine a solution would be to find the diff on the parsed version of the code, and then apply this diff to the original section of the code. From fast research, this library could do this: https://pypi.org/project/diff-match-patch/. Yet this means very deep reworking of the library internals to adopt this new method of deriving new code. I can't provide any ETA on this.
input:
expected:
actual:
The newline escape was intentionally introduced to make the dedent block more readable.
The text was updated successfully, but these errors were encountered: