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
[{"count": 1,// Should be 2"value": "Line1\r\n"// Should be "Line1\n\n"},{"count": 1,"added": true,"value": "ChangedLine\n"},{"count": 1,"removed": true,"value": "Line2\n"}]
In fact it seems successive \n are replaced by \r and ignored in counts
The text was updated successfully, but these errors were encountered:
outputs
In fact it seems successive
\n
are replaced by\r
and ignored in countsThe text was updated successfully, but these errors were encountered: