Skip to content

Commit

Permalink
Update regression tests to match new tab behavior of code blocks in l…
Browse files Browse the repository at this point in the history
…ists
  • Loading branch information
colinodell committed Feb 7, 2016
1 parent 9ecf8a5 commit 850d8a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/functional/data/list_regressions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<ul>
<li>
<p>foo</p>
<pre><code>bar
<pre><code> bar
</code></pre>
</li>
</ul>
<hr />
<hr />
<ul>
<li>
<pre><code>code
<pre><code> code
</code></pre>
</li>
</ul>
Expand All @@ -23,7 +23,7 @@
<ul>
<li>
<p>foo</p>
<pre><code>bar
<pre><code> bar
</code></pre>
</li>
</ul>
Expand All @@ -40,7 +40,7 @@
<hr />
<ol>
<li>
<pre><code>hi
<pre><code> hi
</code></pre>
</li>
</ol>
Expand All @@ -49,7 +49,7 @@
<ul>
<li>
<p>foo</p>
<pre><code>bar
<pre><code> bar
</code></pre>
</li>
</ul>

0 comments on commit 850d8a3

Please sign in to comment.