Skip to content

Commit

Permalink
chore: small test fix for #196
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Oct 19, 2015
1 parent 3097bd4 commit a0da0a6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
37 changes: 19 additions & 18 deletions test/issues/#196.entity_in_code_block_in_nested_list.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<p>Test pre in a list</p>
<ul>
<li>&amp;></li>

<li><code>&amp;&gt;</code>


<ul>
<li>&amp;></li>

<li><code>&amp;&gt;</code>


<ul>
<li>&amp;></li>

<li><code>&amp;&gt;</code></li></ul>
</li></ul>
</li>
</ul>
<li>&amp; &lt;</li>
<li><code>&amp; &lt;</code>
<ul>
<li>&amp; &lt;</li>
<li><code>&amp; &lt;</code>
<ul>
<li>&amp; &lt;</li>
<li><code>&amp; &lt;</code>
<ul>
<li>&amp; &lt;</li>
<li><code>&amp; &lt;</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
16 changes: 10 additions & 6 deletions test/issues/#196.entity_in_code_block_in_nested_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
- &amp;>
- `&>`
- &amp;>
- `&>`
- &amp;>
- `&>`
Test pre in a list

- & <
- `& <`
- & <
- `& <`
- & <
- `& <`
- & <
- `& <`

0 comments on commit a0da0a6

Please sign in to comment.