Skip to content

Commit 65ae7a6

Browse files
committed
one more time
1 parent 1f7f7a5 commit 65ae7a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Tests/WebLinkingTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ class LinkHTMLTests: XCTestCase {
112112
link = Link(uri: "/style.css", parameters: ["rel": "stylesheet", "type": "text/css"])
113113
}
114114

115-
// func testConversionToHTML() {
116-
// let html = "<link rel=\"stylesheet\" type=\"text/css\" href=\"/style.css\" />"
117-
// XCTAssertEqual(link.html, html)
118-
// }
115+
func testConversionToHTML() {
116+
let html = "<link rel=\"stylesheet\" type=\"text/css\" href=\"/style.css\" />"
117+
XCTAssertEqual(link.html, html)
118+
}
119119
}

WebLinking.xcodeproj/xcshareddata/xcschemes/WebLinking.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
codeCoverageEnabled = "YES"
4344
shouldUseLaunchSchemeArgsEnv = "YES">
4445
<Testables>
4546
<TestableReference

0 commit comments

Comments
 (0)