diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-05 18:28:49 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-07 17:19:45 +0300 |
commit | fff865cb03d406a07190ad15a9cbf81cb4cfa36a (patch) | |
tree | 9f345ea4e34ef4e1872f424c846f129681404cea /core/testdata/packagedocs/referenceLinks.module.md | |
parent | 6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3 (diff) | |
download | dokka-fff865cb03d406a07190ad15a9cbf81cb4cfa36a.tar.gz dokka-fff865cb03d406a07190ad15a9cbf81cb4cfa36a.tar.bz2 dokka-fff865cb03d406a07190ad15a9cbf81cb4cfa36a.zip |
Fix StringOutOfBoundsException in link mapping
#167
#KT-18213 fixed
Diffstat (limited to 'core/testdata/packagedocs/referenceLinks.module.md')
-rw-r--r-- | core/testdata/packagedocs/referenceLinks.module.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/testdata/packagedocs/referenceLinks.module.md b/core/testdata/packagedocs/referenceLinks.module.md new file mode 100644 index 00000000..ddbdbe2f --- /dev/null +++ b/core/testdata/packagedocs/referenceLinks.module.md @@ -0,0 +1,9 @@ + + +## 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](http://example.com) +Also, [example](http://example.com) + |