aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.html
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-02-17 17:40:32 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-02-17 17:40:32 +0300
commit2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b (patch)
tree4d0f1d9624b02e58f2d608674d3a466f2e1a3c58 /core/testdata/format/blankLineInsideCodeBlock.html
parent994a86700210fe5f26a8bc131815bde2f6269ac5 (diff)
downloaddokka-2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b.tar.gz
dokka-2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b.tar.bz2
dokka-2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b.zip
Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved
Diffstat (limited to 'core/testdata/format/blankLineInsideCodeBlock.html')
-rw-r--r--core/testdata/format/blankLineInsideCodeBlock.html18
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>&nbsp;/&nbsp;<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>