Skip to content

Commit 2f52071

Browse files
committed
rename target names to not include special characters and fix various tests
1 parent cd439cc commit 2f52071

File tree

923 files changed

+281
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

923 files changed

+281
-281
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import PackageDescription
55

66
extension String {
7-
static let htmlCSS: Self = "CSS+PointFreeHTML"
8-
static let htmlCSSPointFree: Self = "HTML+CSS+PointFreeHTML"
9-
static let htmlAttributesPointFreeHTML: Self = "HTMLAttributes+PointFreeHTML"
10-
static let htmlElementsPointFreeHTML: Self = "HTMLElements+PointFreeHTML"
7+
static let htmlCSS: Self = "CSSPointFreeHTML"
8+
static let htmlCSSPointFree: Self = "HTMLCSSPointFreeHTML"
9+
static let htmlAttributesPointFreeHTML: Self = "HTMLAttributesPointFreeHTML"
10+
static let htmlElementsPointFreeHTML: Self = "HTMLElementsPointFreeHTML"
1111
}
1212

1313
extension Target.Dependency {

Package@swift-6.0.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import PackageDescription
55

66
extension String {
7-
static let htmlCSS: Self = "CSS+PointFreeHTML"
8-
static let htmlCSSPointFree: Self = "HTML+CSS+PointFreeHTML"
9-
static let htmlAttributesPointFreeHTML: Self = "HTMLAttributes+PointFreeHTML"
10-
static let htmlElementsPointFreeHTML: Self = "HTMLElements+PointFreeHTML"
7+
static let htmlCSS: Self = "CSSPointFreeHTML"
8+
static let htmlCSSPointFree: Self = "HTMLCSSPointFreeHTML"
9+
static let htmlAttributesPointFreeHTML: Self = "HTMLAttributesPointFreeHTML"
10+
static let htmlElementsPointFreeHTML: Self = "HTMLElementsPointFreeHTML"
1111
}
1212

1313
extension Target.Dependency {

0 commit comments

Comments
 (0)