aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2021-12-07 18:13:29 +0300
committerIgnat Beresnev <ignat.beresnev@jetbrains.com>2021-12-07 18:13:29 +0300
commit349d841a31a172c810c864725d1d5b0b23bc96be (patch)
tree6f455a872a67cb0741acf790bea5700f59003a97 /plugins/base/src/test/kotlin
parentc68c05a1e8876e9b8555df7bcdfeaca3e100f0d1 (diff)
downloaddokka-349d841a31a172c810c864725d1d5b0b23bc96be.tar.gz
dokka-349d841a31a172c810c864725d1d5b0b23bc96be.tar.bz2
dokka-349d841a31a172c810c864725d1d5b0b23bc96be.zip
Support deeply nested description terms and details
Diffstat (limited to 'plugins/base/src/test/kotlin')
-rw-r--r--plugins/base/src/test/kotlin/renderers/html/ListStylesTest.kt2
-rw-r--r--plugins/base/src/test/kotlin/transformers/CommentsToContentConverterTest.kt2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/kotlin/renderers/html/ListStylesTest.kt b/plugins/base/src/test/kotlin/renderers/html/ListStylesTest.kt
index d578ba5e..8b11dad1 100644
--- a/plugins/base/src/test/kotlin/renderers/html/ListStylesTest.kt
+++ b/plugins/base/src/test/kotlin/renderers/html/ListStylesTest.kt
@@ -38,4 +38,4 @@ class ListStylesTest : HtmlRenderingOnlyTestBase() {
)
)
}
-} \ No newline at end of file
+}
diff --git a/plugins/base/src/test/kotlin/transformers/CommentsToContentConverterTest.kt b/plugins/base/src/test/kotlin/transformers/CommentsToContentConverterTest.kt
index 6d8730f1..9a77172b 100644
--- a/plugins/base/src/test/kotlin/transformers/CommentsToContentConverterTest.kt
+++ b/plugins/base/src/test/kotlin/transformers/CommentsToContentConverterTest.kt
@@ -473,4 +473,4 @@ class CommentsToContentConverterTest {
}
}
}
-} \ No newline at end of file
+}