From 7546efb83afa39770be5c7b9df72edc115e59a5b Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 9 Feb 2023 03:15:52 +0100 Subject: Remove old test data (#2824) --- core/testdata/packagedocs/referenceLinks.kotlin.md | 6 ------ core/testdata/packagedocs/referenceLinks.md | 17 ----------------- core/testdata/packagedocs/referenceLinks.module.md | 9 --------- core/testdata/packagedocs/stdlib.md | 11 ----------- 4 files changed, 43 deletions(-) delete mode 100644 core/testdata/packagedocs/referenceLinks.kotlin.md delete mode 100644 core/testdata/packagedocs/referenceLinks.md delete mode 100644 core/testdata/packagedocs/referenceLinks.module.md delete mode 100644 core/testdata/packagedocs/stdlib.md (limited to 'core/testdata/packagedocs') diff --git a/core/testdata/packagedocs/referenceLinks.kotlin.md b/core/testdata/packagedocs/referenceLinks.kotlin.md deleted file mode 100644 index f7b1edad..00000000 --- a/core/testdata/packagedocs/referenceLinks.kotlin.md +++ /dev/null @@ -1,6 +0,0 @@ - - -Core functions and types -See [ref](https://example.com) -Also, [example](https://example.com) - diff --git a/core/testdata/packagedocs/referenceLinks.md b/core/testdata/packagedocs/referenceLinks.md deleted file mode 100644 index 177dea0c..00000000 --- a/core/testdata/packagedocs/referenceLinks.md +++ /dev/null @@ -1,17 +0,0 @@ -# Module refLinks - -## Kotlin Standard Library - -The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, -text and files. -See [ref] -Also, [example][ref] - -# Package kotlin - -Core functions and types -See [ref] -Also, [example][ref] - - -[ref]: https://example.com diff --git a/core/testdata/packagedocs/referenceLinks.module.md b/core/testdata/packagedocs/referenceLinks.module.md deleted file mode 100644 index 08372175..00000000 --- a/core/testdata/packagedocs/referenceLinks.module.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## Kotlin Standard Library - -The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, -text and files. -See [ref](https://example.com) -Also, [example](https://example.com) - diff --git a/core/testdata/packagedocs/stdlib.md b/core/testdata/packagedocs/stdlib.md deleted file mode 100644 index 5d7432b5..00000000 --- a/core/testdata/packagedocs/stdlib.md +++ /dev/null @@ -1,11 +0,0 @@ -# Module stdlib - -## Kotlin Standard Library - -The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, -text and files. - -# Package kotlin - -Core functions and types - -- cgit