Remove the first version of the AttributedString builder

Remvoe test stuf

# Conflicts:
#	ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift
#	ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV1.swift
#	ElementX/Sources/Other/HTMLParsing/DTHTMLElement+AttributedStringBuilder.swift
This commit is contained in:
Stefan Ceriu
2025-10-08 15:42:28 +03:00
committed by Doug
parent 911550bff0
commit ec15d06154
12 changed files with 56 additions and 674 deletions

View File

@@ -18,7 +18,6 @@ class AttributedStringTests: XCTestCase {
XCTFail("The attributed string should be built from the HTML.")
return
}
originalString.runs.forEach { XCTAssertNotNil($0.uiKit.font, "The original runs should all have a UIFont.") }
// When replacing the font with a presentation intent.
let string = originalString.replacingFontWithPresentationIntent()