aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content/seealso
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2020-10-08 20:37:55 +0200
committerGitHub <noreply@github.com>2020-10-08 20:37:55 +0200
commite54d9b20f5a4935d0089a77dbea16c27c065cf48 (patch)
tree1dc85acdb92f6bc3b3feff68d280c187d1c8eb48 /plugins/base/src/test/kotlin/content/seealso
parentb278dcc8fa854d7f708196f91c7e0efbbe9667ef (diff)
downloaddokka-e54d9b20f5a4935d0089a77dbea16c27c065cf48.tar.gz
dokka-e54d9b20f5a4935d0089a77dbea16c27c065cf48.tar.bz2
dokka-e54d9b20f5a4935d0089a77dbea16c27c065cf48.zip
Handle multiple authors (#1539)
Diffstat (limited to 'plugins/base/src/test/kotlin/content/seealso')
-rw-r--r--plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt11
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt b/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
index d5d1966d..a2c45f63 100644
--- a/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
+++ b/plugins/base/src/test/kotlin/content/seealso/ContentForSeeAlsoTest.kt
@@ -4,10 +4,7 @@ import matchers.content.*
import org.jetbrains.dokka.pages.ContentPage
import org.jetbrains.dokka.testApi.testRunner.AbstractCoreTest
import org.junit.jupiter.api.Test
-import utils.ParamAttributes
-import utils.bareSignature
-import utils.pWrapped
-import utils.unnamedTag
+import utils.*
class ContentForSeeAlsoTest : AbstractCoreTest() {
private val testConfiguration = dokkaConfiguration {
@@ -320,9 +317,9 @@ class ContentForSeeAlsoTest : AbstractCoreTest() {
)
}
after {
- group { group { group { +"random comment"} } }
- unnamedTag("Author") { group { +"pikinier20" } }
- unnamedTag("Since") { group { +"0.11" } }
+ group { comment { +"random comment"} }
+ unnamedTag("Author") { comment { +"pikinier20" } }
+ unnamedTag("Since") { comment { +"0.11" } }
header(2) { +"See also" }
group {