Skip to content

Conversation

natecook1000
Copy link
Member

This change corrects the behavior here:

"".split(separator: "", omittingEmptySubsequences: false)
// [""]  --  was ["", ""]

"".split(separator: "")
// []

@natecook1000
Copy link
Member Author

@swift-ci Please test

Copy link
Member

@milseman milseman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@natecook1000 natecook1000 merged commit 9ff87db into swiftlang:main Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants