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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
It returns 'A\nB\nXYZD\nE' but should be 'A\nB\nXYZ\nD'
The text was updated successfully, but these errors were encountered:
stefanmatar
changed the title
Fails to remove lines if there are more lines added than previously existed
Fails to add newline after patch, fails to remove last character that needs to be removed
Jul 17, 2023
@stefanmatar it would be helpful if you provided the code you are using to get these results, especially showing the input values themselves and which functions you are calling with them.
Given:
On file:
It returns
'A\nB\nXYZD\nE'
but should be'A\nB\nXYZ\nD'
The text was updated successfully, but these errors were encountered: