aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata')
-rw-r--r--core/testdata/format/annotationClass.package.md11
-rw-r--r--core/testdata/format/deprecated.package.html2
-rw-r--r--core/testdata/format/exceptionClass.kt1
-rw-r--r--core/testdata/format/exceptionClass.md14
-rw-r--r--core/testdata/format/exceptionClass.package.md11
-rw-r--r--core/testdata/format/overloads.html2
6 files changed, 39 insertions, 2 deletions
diff --git a/core/testdata/format/annotationClass.package.md b/core/testdata/format/annotationClass.package.md
new file mode 100644
index 00000000..f7c8405d
--- /dev/null
+++ b/core/testdata/format/annotationClass.package.md
@@ -0,0 +1,11 @@
+[test](test/index)
+
+
+## Package <root>
+
+
+### Annotations
+
+
+| [fancy](test/fancy/index) | `annotation class fancy` |
+
diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html
index dd80471c..7658b435 100644
--- a/core/testdata/format/deprecated.package.html
+++ b/core/testdata/format/deprecated.package.html
@@ -5,7 +5,7 @@
<BODY>
<a href="test/index">test</a><br/>
<br/>
-<h2>Package </h2>
+<h2>Package &lt;root&gt;</h2>
<h3>Types</h3>
<table>
<tbody>
diff --git a/core/testdata/format/exceptionClass.kt b/core/testdata/format/exceptionClass.kt
new file mode 100644
index 00000000..d005bd89
--- /dev/null
+++ b/core/testdata/format/exceptionClass.kt
@@ -0,0 +1 @@
+class MyException : Exception
diff --git a/core/testdata/format/exceptionClass.md b/core/testdata/format/exceptionClass.md
new file mode 100644
index 00000000..97160d1c
--- /dev/null
+++ b/core/testdata/format/exceptionClass.md
@@ -0,0 +1,14 @@
+[test](test/index) / [MyException](test/-my-exception/index)
+
+
+# MyException
+
+`class MyException&nbsp;:&nbsp;Exception`
+
+
+
+### Constructors
+
+
+| [&lt;init&gt;](test/-my-exception/-init-) | `MyException()` |
+
diff --git a/core/testdata/format/exceptionClass.package.md b/core/testdata/format/exceptionClass.package.md
new file mode 100644
index 00000000..608aa8ed
--- /dev/null
+++ b/core/testdata/format/exceptionClass.package.md
@@ -0,0 +1,11 @@
+[test](test/index)
+
+
+## Package &lt;root&gt;
+
+
+### Exceptions
+
+
+| [MyException](test/-my-exception/index) | `class MyException&nbsp;:&nbsp;Exception` |
+
diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html
index 752f3989..896d79a9 100644
--- a/core/testdata/format/overloads.html
+++ b/core/testdata/format/overloads.html
@@ -5,7 +5,7 @@
<BODY>
<a href="test/index">test</a><br/>
<br/>
-<h2>Package </h2>
+<h2>Package &lt;root&gt;</h2>
<h3>Functions</h3>
<table>
<tbody>