diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-20 15:37:46 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-20 15:37:46 +0300 |
commit | 8eff2cf33d1ba671191d6e2873f005e6b5f7057e (patch) | |
tree | 8cfd83e1eb6aa08500e600233a5ca509bd1f4bd7 /core/src/test | |
parent | 39bfaa5f89dc07bce5456578f4e17905f2e4c095 (diff) | |
parent | 372e9c796cc77aaff788df56a13deeef64b6edd7 (diff) | |
download | dokka-8eff2cf33d1ba671191d6e2873f005e6b5f7057e.tar.gz dokka-8eff2cf33d1ba671191d6e2873f005e6b5f7057e.tar.bz2 dokka-8eff2cf33d1ba671191d6e2873f005e6b5f7057e.zip |
Merge branch '0.9.14/KT-15497'
# Conflicts:
# core/src/test/kotlin/format/MarkdownFormatTest.kt
Diffstat (limited to 'core/src/test')
-rw-r--r-- | core/src/test/kotlin/format/MarkdownFormatTest.kt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/test/kotlin/format/MarkdownFormatTest.kt b/core/src/test/kotlin/format/MarkdownFormatTest.kt index c643eec2..21298520 100644 --- a/core/src/test/kotlin/format/MarkdownFormatTest.kt +++ b/core/src/test/kotlin/format/MarkdownFormatTest.kt @@ -233,6 +233,15 @@ class MarkdownFormatTest { verifyMarkdownPackage("typeAliases") } + @Test fun sampleByFQName() { + verifyMarkdownNode("sampleByFQName") + } + + @Test fun sampleByShortName() { + verifyMarkdownNode("sampleByShortName") + } + + @Test fun suspendParam() { verifyMarkdownNode("suspendParam") verifyMarkdownPackage("suspendParam") |