Skip to content

Conversation

natecook1000
Copy link
Member

@natecook1000 natecook1000 commented Sep 29, 2025

Don't use the content of negative lookaheads when determining whether a start-of-line assertion can require that match has to start at the beginning of the subject.

Fixes #815.
rdar://152119639

Don't use the content of negative lookaheads when determining
whether a start-of-line assertion can require that match has
to start at the beginning of the subject.

Fixes swiftlang/swift#81789.
rdar://152119639
@natecook1000
Copy link
Member Author

@swift-ci Please test Linux platform

@natecook1000 natecook1000 merged commit 157f03c into swiftlang:main Sep 30, 2025
20 checks passed
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.

(?!^) is not handled correctly by Regex framework
2 participants