Added test for a code block with a single empty line as well.

This commit is contained in:
Andreas Lind 2015-07-07 11:25:20 +02:00
parent 3ec548a488
commit 85cfbb6852
2 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,6 @@ console.log(a + &#39; world&#39;);</code></pre>
<pre><code class="lang-ManyTildes">A longfence!</code></pre>
<p>How about an empty code block?</p>
<pre><code class="lang-js"></code></pre>
<p>How about a code block with only an empty line?</p>
<pre><code class="lang-js">
</code></pre>

View File

@ -19,3 +19,9 @@ How about an empty code block?
```js
```
How about a code block with only an empty line?
```js
```