Skip to content

Commit 30f5f34

Browse files
committed
Add testMatchSwiftDriverJobDiscoveryEmittingModule
1 parent 2f9176b commit 30f5f34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/XcbeautifyLibTests/CaptureGroupTests.swift

+5
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ final class CaptureGroupTests: XCTestCase {
2121
XCTAssertTrue(SwiftCompilingCaptureGroup.regex.match(string: input))
2222
}
2323
}
24+
25+
func testMatchSwiftDriverJobDiscoveryEmittingModule() {
26+
let input = #"SwiftDriverJobDiscovery normal arm64 Emitting module for Widgets (in target 'Widgets' from project 'Backyard Birds')"#
27+
XCTAssertTrue(SwiftDriverJobDiscoveryEmittingModuleCaptureGroup.regex.match(string: input))
28+
}
2429
}

0 commit comments

Comments
 (0)