summaryrefslogtreecommitdiff
path: root/HutchTests/ReadmeViewTests.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 09:28:04 -0500
committerChristian Cleberg <[email protected]>2026-08-02 09:28:56 -0500
commit04fae8d7fb3726b4d1b4c2576ece04766d2afe74 (patch)
tree65f6af695a8b20679b421c3cd439f045ca29c0c3 /HutchTests/ReadmeViewTests.swift
parent1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588 (diff)
downloadhutch-04fae8d7fb3726b4d1b4c2576ece04766d2afe74.tar.gz
hutch-04fae8d7fb3726b4d1b4c2576ece04766d2afe74.tar.bz2
hutch-04fae8d7fb3726b4d1b4c2576ece04766d2afe74.zip
Update test fixtures to [email protected] email
Diffstat (limited to 'HutchTests/ReadmeViewTests.swift')
-rw-r--r--HutchTests/ReadmeViewTests.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/HutchTests/ReadmeViewTests.swift b/HutchTests/ReadmeViewTests.swift
index 08e602d..9e053b8 100644
--- a/HutchTests/ReadmeViewTests.swift
+++ b/HutchTests/ReadmeViewTests.swift
@@ -169,10 +169,10 @@ struct MarkdownRenderingTests {
@Test
func markdownPlainEmailAutolinks() {
- let html = processInline("Contact [email protected]")
+ let html = processInline("Contact [email protected]")
- #expect(html.contains(#"href="mailto:[email protected]""#))
- #expect(html.contains(">[email protected]</a>"))
+ #expect(html.contains(#"href="mailto:[email protected]""#))
+ #expect(html.contains(">[email protected]</a>"))
}
@Test