Skip to content

Commit fbf2e7f

Browse files
committed
Fix tests on windows
1 parent f334e3f commit fbf2e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scala3doc/test-documentations/basic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: Basic test
33
---
44
# Header
55

6-
[Link to docs](docs/index.html) [Link to docs2](docs/index.md)
6+
[Link to docs](docs/index.html)
77

88
And a text!

scala3doc/test/dotty/dokka/site/SiteGeneratationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class SiteGeneratationTest:
7272
}
7373

7474
def indexLinks(content: DocumentContext) =
75-
content.assertAttr("p a","href", "docs/index.html","docs/index.html" )
75+
content.assertAttr("p a","href", "docs/index.html")
7676

7777
checkFile("index.html")(title = "Basic test", header = "Header", parents = Seq(projectName), indexLinks)
7878
checkFile("docs/Adoc.html")(title = "Adoc", header = "Header in Adoc", parents = Seq(projectName))

0 commit comments

Comments
 (0)