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
When at the cursor is positioned at the first node, split_before returns a new empty list which has its head pointer set to the original list's head which should not be the case. The same happens with split_after when at the last node.
The text was updated successfully, but these errors were encountered:
morlinbrot
changed the title
split_before and split_after return malformed list when cursor is at first or last node
Bug: split_before and split_after return malformed list when cursor is at first or last node
Jan 6, 2023
When at the cursor is positioned at the first node,
split_before
returns a new empty list which has its head pointer set to the original list's head which should not be the case. The same happens withsplit_after
when at the last node.The text was updated successfully, but these errors were encountered: