aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/src
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-20 14:20:17 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-20 16:37:49 +0200
commitf39971875c4f7d98dc1add2a8ed949d22b25600b (patch)
tree222ff081a1ab54b2ef1f164c52e9312004581202 /integration-tests/src
parentac649efd3190237e22d79b59db436a4511f5e1b7 (diff)
downloaddokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.gz
dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.bz2
dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.zip
Re-introduce default DokkaCollectorTask, run on all submodules by default, add Collector0IntegrationTest
Diffstat (limited to 'integration-tests/src')
-rw-r--r--integration-tests/src/main/kotlin/org/jetbrains/dokka/it/AbstractIntegrationTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/src/main/kotlin/org/jetbrains/dokka/it/AbstractIntegrationTest.kt b/integration-tests/src/main/kotlin/org/jetbrains/dokka/it/AbstractIntegrationTest.kt
index aeebe552..d2e3c980 100644
--- a/integration-tests/src/main/kotlin/org/jetbrains/dokka/it/AbstractIntegrationTest.kt
+++ b/integration-tests/src/main/kotlin/org/jetbrains/dokka/it/AbstractIntegrationTest.kt
@@ -30,7 +30,7 @@ abstract class AbstractIntegrationTest {
)
}
- protected fun assertNoUnresolvedLInks(file: File) {
+ protected fun assertNoUnresolvedLinks(file: File) {
val regex = Regex("[\"']#[\"']")
val fileText = file.readText()
assertFalse(