From 2eb805e47505388c0e47102e9257f6f79681e699 Mon Sep 17 00:00:00 2001
From: Simon Ogorodnik
Date: Thu, 9 Mar 2017 17:47:09 +0300
Subject: Create HTML based format for kotlin-website
---
core/testdata/format/website-html/sample.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 core/testdata/format/website-html/sample.html
(limited to 'core/testdata/format/website-html/sample.html')
diff --git a/core/testdata/format/website-html/sample.html b/core/testdata/format/website-html/sample.html
new file mode 100644
index 00000000..00646a11
--- /dev/null
+++ b/core/testdata/format/website-html/sample.html
@@ -0,0 +1,21 @@
+
+foo
+
+
fun foo(): Int
+
Groups elements of the original sequence by the key returned by the given keySelector function
+applied to each element and returns a map where each group key is associated with a list of corresponding elements.
+
+
+fun main(args: Array) {
+//sampleStart
+if (true) {
+ println(property)
+}
+//sampleEnd
+}
+
+
+
+
--
cgit