From 8050cf6b6f7205a44ad0adebeaa19e202607f91d Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 10 Sep 2015 13:43:53 +0200 Subject: fix package docs parsing, add test --- test/data/packagedocs/stdlib.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/data/packagedocs/stdlib.md (limited to 'test/data/packagedocs') diff --git a/test/data/packagedocs/stdlib.md b/test/data/packagedocs/stdlib.md new file mode 100644 index 00000000..5d7432b5 --- /dev/null +++ b/test/data/packagedocs/stdlib.md @@ -0,0 +1,11 @@ +# 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