Skip to content

Commit 33adee4

Browse files
committed
Use correct issue number
1 parent 21434ae commit 33adee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/RegexTests/MatchTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,8 @@ extension RegexTests {
28842884
)
28852885
}
28862886

2887-
func testIssue81789() throws {
2887+
func testIssue815() throws {
2888+
// Original report from https://github.com/swiftlang/swift-experimental-string-processing/issues/815
28882889
let matches = "dispatchWithName".matches(of: #/(?!^)(With(?!No)|For|In|At|To)(?=[A-Z])/#)
28892890
XCTAssert(matches[0].output == ("With", "With"))
28902891
}

0 commit comments

Comments
 (0)