Skip to content

Commit

Permalink
minor test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf committed Aug 10, 2024
1 parent c2c4afa commit 3113ca5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Tests/QRCodeTests/QRCodePathTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class QRCodePathTests: XCTestCase {

try QRCodePixelShapeFactory.shared.all().forEach { generator in

markdown += "## \(generator.title)\n\n"
markdown += "### \(generator.title)\n\n"

markdown += "| Name | 0 | 4 | 8 | 12 |\n"
markdown += "|------|-------|-------|-------|------|\n"
Expand Down Expand Up @@ -195,9 +195,11 @@ final class QRCodePathTests: XCTestCase {

markdown += "<a href=\"\(link)\"><img src=\"\(link)\" width=\"200\" /></a> &nbsp;"
}
markdown += "\n\n"
}

func testShadow() throws {
markdown += "## Path with shadow\n\n"
do {
let doc = try QRCode.build
.text("https://www.apple.com.au/")
Expand Down Expand Up @@ -267,7 +269,8 @@ final class QRCodePathTests: XCTestCase {
let png = try b1.representation.png()
let link = try imageStore.store(png, filename: filename)
markdown += "<a href=\"\(link)\"><img src=\"\(link)\" width=\"200\" /></a> &nbsp;"

}

markdown += "\n\n"
}
}

0 comments on commit 3113ca5

Please sign in to comment.