Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when matching LF against CRLF #71

Open
ddddxxx opened this issue Dec 22, 2019 · 0 comments
Open

Crash when matching LF against CRLF #71

ddddxxx opened this issue Dec 22, 2019 · 0 comments

Comments

@ddddxxx
Copy link

ddddxxx commented Dec 22, 2019

The following code crashes, because the matched string breaks extended grapheme cluster. The range of swift string is invalid.

let source = "\r\n"
let regex = Regex("\n")
let match = regex.firstMatch(in: source)!
let matchedString = match.matchedString // crash here
XCTAssertEqual(matchedString, "\n")
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

No branches or pull requests

1 participant