We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21434ae commit 33adee4Copy full SHA for 33adee4
Tests/RegexTests/MatchTests.swift
@@ -2884,7 +2884,8 @@ extension RegexTests {
2884
)
2885
}
2886
2887
- func testIssue81789() throws {
+ func testIssue815() throws {
2888
+ // Original report from https://github.com/swiftlang/swift-experimental-string-processing/issues/815
2889
let matches = "dispatchWithName".matches(of: #/(?!^)(With(?!No)|For|In|At|To)(?=[A-Z])/#)
2890
XCTAssert(matches[0].output == ("With", "With"))
2891
0 commit comments