aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-01-08 19:57:23 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-01-08 19:57:23 +0100
commit628356d63443b11ff2221707c54a397f548d38a4 (patch)
tree54c8c5f1bcece2ce56f3cb14f504db52b144f196 /core/src/test
parent299b5c1566820128e3276f761404789e09b909a5 (diff)
downloaddokka-628356d63443b11ff2221707c54a397f548d38a4.tar.gz
dokka-628356d63443b11ff2221707c54a397f548d38a4.tar.bz2
dokka-628356d63443b11ff2221707c54a397f548d38a4.zip
link to JDK classes (KT-10452)
Diffstat (limited to 'core/src/test')
-rw-r--r--core/src/test/kotlin/format/MarkdownFormatTest.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/test/kotlin/format/MarkdownFormatTest.kt b/core/src/test/kotlin/format/MarkdownFormatTest.kt
index 427889c5..f306ac74 100644
--- a/core/src/test/kotlin/format/MarkdownFormatTest.kt
+++ b/core/src/test/kotlin/format/MarkdownFormatTest.kt
@@ -242,6 +242,10 @@ public class MarkdownFormatTest {
verifyMarkdownNodeByName("receiverParameterTypeBound", "Foo")
}
+ @Test fun jdkLinks() {
+ verifyMarkdownNode("jdkLinks", withKotlinRuntime = true)
+ }
+
private fun verifyMarkdownPackage(fileName: String, withKotlinRuntime: Boolean = false) {
verifyOutput("testdata/format/$fileName.kt", ".package.md", withKotlinRuntime = withKotlinRuntime) { model, output ->
markdownService.appendNodes(tempLocation, output, model.members)