diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2017-02-24 14:44:55 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2017-02-24 14:44:55 +0100 |
commit | 0f9dac9ea2137fe5935566d84cb2f5264be1a8ba (patch) | |
tree | 1064587501fb4e6bad5f4542ddcabfbb31f99749 /core/testdata/format/blankLineInsideCodeBlock.html | |
parent | 004fc0c4eaf9d1ecaa78cf97f7d0fb2e91405031 (diff) | |
parent | 2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b (diff) | |
download | dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.gz dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.bz2 dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.zip |
Merge remote-tracking branch 'origin/0.9.14/BlankLines'
# Conflicts:
# core/src/test/kotlin/format/HtmlFormatTest.kt
# core/src/test/kotlin/format/MarkdownFormatTest.kt
Diffstat (limited to 'core/testdata/format/blankLineInsideCodeBlock.html')
-rw-r--r-- | core/testdata/format/blankLineInsideCodeBlock.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html new file mode 100644 index 00000000..168dd0dd --- /dev/null +++ b/core/testdata/format/blankLineInsideCodeBlock.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>u - test</title> +</HEAD> +<BODY> +<a href="test/index">test</a> / <a href="test/u">u</a><br/> +<br/> +<h1>u</h1> +<a name="$u()"></a> +<code><span class="keyword">fun </span><span class="identifier">u</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><pre><code>This is a test + of Dokka's code blocks. +Here is a blank line. + +The previous line was blank. +</code></pre> +</BODY> +</HTML> |