aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-07-26 14:55:56 +0200
committerGitHub <noreply@github.com>2022-07-26 14:55:56 +0200
commitddfce852a8ce8e81adc4d4ff3e9956b330965e63 (patch)
tree30ba97f6431b15c17c18864b416c2e2f8e3490f1 /plugins/base/src/test/kotlin
parentb6a8e58832929cd08d7fcd9f92e7fd010990f5e0 (diff)
downloaddokka-ddfce852a8ce8e81adc4d4ff3e9956b330965e63.tar.gz
dokka-ddfce852a8ce8e81adc4d4ff3e9956b330965e63.tar.bz2
dokka-ddfce852a8ce8e81adc4d4ff3e9956b330965e63.zip
Replace package name on cover with "Package-level declarations" (#2586)
* Replace package name on cover with "Package-level declarations"
Diffstat (limited to 'plugins/base/src/test/kotlin')
-rw-r--r--plugins/base/src/test/kotlin/utils/contentUtils.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/kotlin/utils/contentUtils.kt b/plugins/base/src/test/kotlin/utils/contentUtils.kt
index 66e5ef53..0af253df 100644
--- a/plugins/base/src/test/kotlin/utils/contentUtils.kt
+++ b/plugins/base/src/test/kotlin/utils/contentUtils.kt
@@ -147,7 +147,7 @@ fun ContentMatcherBuilder<*>.propertySignature(
value: String? = null
) {
group {
- header { +"Package test" }
+ header { +"Package-level declarations" }
skipAllNotMatching()
}
group {
@@ -190,7 +190,7 @@ fun ContentMatcherBuilder<*>.propertySignature(
fun ContentMatcherBuilder<*>.typealiasSignature(name: String, expressionTarget: String) {
group {
- header { +"Package test" }
+ header { +"Package-level declarations" }
skipAllNotMatching()
}
group {