We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9176b commit 30f5f34Copy full SHA for 30f5f34
Tests/XcbeautifyLibTests/CaptureGroupTests.swift
@@ -21,4 +21,9 @@ final class CaptureGroupTests: XCTestCase {
21
XCTAssertTrue(SwiftCompilingCaptureGroup.regex.match(string: input))
22
}
23
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
+ }
29
0 commit comments