diff options
-rw-r--r-- | test/data/format/tripleBackticks.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/data/format/tripleBackticks.html b/test/data/format/tripleBackticks.html index 25302b04..76b5f9e1 100644 --- a/test/data/format/tripleBackticks.html +++ b/test/data/format/tripleBackticks.html @@ -9,9 +9,7 @@ <code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/> <p>Description</p> <h3>Description</h3> -<pre><code> -code sample -</code></pre><br/> +<pre><code>code sample</code></pre><br/> <br/> <br/> <br/> |