From fff865cb03d406a07190ad15a9cbf81cb4cfa36a Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Mon, 5 Jun 2017 18:28:49 +0300 Subject: Fix StringOutOfBoundsException in link mapping #167 #KT-18213 fixed --- core/testdata/packagedocs/referenceLinks.module.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/testdata/packagedocs/referenceLinks.module.md (limited to 'core/testdata/packagedocs/referenceLinks.module.md') 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) + -- cgit