diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-03-04 00:37:56 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-04 14:28:14 +0100 |
commit | ad8d1e01a8d4f1f6066c74f89466f3b33c948f87 (patch) | |
tree | 839140b433ad0c7636e535f487c89952c8527edf /plugins/base/src/test | |
parent | 89c33f431a43caa07365ec69b2b57f3b4e9a01c6 (diff) | |
download | dokka-ad8d1e01a8d4f1f6066c74f89466f3b33c948f87.tar.gz dokka-ad8d1e01a8d4f1f6066c74f89466f3b33c948f87.tar.bz2 dokka-ad8d1e01a8d4f1f6066c74f89466f3b33c948f87.zip |
Update of test data
Diffstat (limited to 'plugins/base/src/test')
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/fn.html | 2 | ||||
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/resources/expect/test/out/root/fn.html b/plugins/base/src/test/resources/expect/test/out/root/fn.html index 806730da..cc0ae002 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/fn.html +++ b/plugins/base/src/test/resources/expect/test/out/root/fn.html @@ -14,7 +14,7 @@ </div> <div id="content">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="fn.html">fn</a> <h1>fn</h1> -fun <a href="fn.html">fn</a>() +public final fun <a href="fn.html">fn</a>() <h3>Description</h3> Function fn </div> diff --git a/plugins/base/src/test/resources/expect/test/out/root/index.html b/plugins/base/src/test/resources/expect/test/out/root/index.html index fa51a24a..81f2bcc2 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/index.html +++ b/plugins/base/src/test/resources/expect/test/out/root/index.html @@ -20,7 +20,7 @@ <tbody> <tr> <td><a href="fn.html">fn</a></td> - <td>fun <a href="fn.html">fn</a>()</td> + <td>public final fun <a href="fn.html">fn</a>()</td> <td>Function fn</td> </tr> </tbody> |