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
We define a "diff" as a single green/red pair that denotes a change.
We create diffs by using the function getDiffedLines, which takes in an old string and the new string and outputs the information of each diff (the range of the diff, the original text of the diff, etc).
Right now, getDiffedLines occasionally outputs the wrong number of newlines. We think this caused by inconsistencies in diffLines:
Here is an example of the bug:
The text was updated successfully, but these errors were encountered:
We define a "diff" as a single green/red pair that denotes a change.
We create diffs by using the function
getDiffedLines
, which takes in an old string and the new string and outputs the information of each diff (the range of the diff, the original text of the diff, etc).Right now,
getDiffedLines
occasionally outputs the wrong number of newlines. We think this caused by inconsistencies indiffLines
:Here is an example of the bug:

The text was updated successfully, but these errors were encountered: