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 821fd18 commit 97dc5d6Copy full SHA for 97dc5d6
Tests/TSCUtilityTests/NetrcTests.swift
@@ -6,7 +6,6 @@ import TSCUtility
6
/// Netrc feature depends upon `NSTextCheckingResult.range(withName name: String) -> NSRange`,
7
/// which is only available in macOS 10.13+ at this time.
8
class NetrcTests: XCTestCase {
9
-
10
/// should load machines for a given inline format
11
func testLoadMachinesInline() {
12
let content = "machine example.com login anonymous password qwerty"
0 commit comments