Skip to content

Commit 8a32101

Browse files
committed
update test expectations, we now support multiple schemes of url
1 parent 028a401 commit 8a32101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/MarkdownParsingTests/Main.Doclinks.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ extension Main.Doclinks:TestBattery
2020
(
2121
"Basic",
2222
"<doc:GettingStarted>",
23-
"GettingStarted"
23+
"doc:GettingStarted"
2424
),
2525
(
2626
"PercentEncoded",
2727
"<doc:Getting%20Started>",
28-
"Getting%20Started"
28+
"doc:Getting%20Started"
2929
),
3030
(
3131
"Qualified",
3232
"<doc:BarbieCore/Getting%20Started>",
33-
"BarbieCore/Getting%20Started"
33+
"doc:BarbieCore/Getting%20Started"
3434
),
3535
]
3636
{

0 commit comments

Comments
 (0)