Skip to content

Commit

Permalink
Add testCompilationResults
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Mar 1, 2024
1 parent 0af8e55 commit 679e9b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/XcbeautifyLibTests/CaptureGroupTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ final class CaptureGroupTests: XCTestCase {
XCTAssertTrue(SwiftCompilingCaptureGroup.regex.match(string: input))
}
}

func testMatchCompilationResults() {
let input = #"/* com.apple.actool.compilation-results */"#
XCTAssertTrue(CompilationResultCaptureGroup.regex.match(string: input))
}
}

0 comments on commit 679e9b8

Please sign in to comment.