We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f085e19 commit d2a9a4cCopy full SHA for d2a9a4c
dokka-subprojects/plugin-base/src/test/kotlin/markdown/LinkTest.kt
@@ -1747,7 +1747,7 @@ class LinkTest : BaseAbstractTest() {
1747
) {
1748
documentablesMergingStage = { m ->
1749
val warn = logger.warnMessages.first()
1750
- val path = m.sourceSets.first().sourceRoots.first().path
+ val path = m.sourceSets.first().sourceRoots.first().canonicalPath
1751
1752
assertEquals(
1753
"Couldn't resolve link: [property] in file:///PATH/main/kotlin/Testing.kt:2:3 (root/main)",
0 commit comments