Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
refs #18: updated the test for no longer doing stupid nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ward committed Mar 19, 2013
1 parent da030cd commit c6870be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docx2html/tests/test_xml.py
Expand Up @@ -602,11 +602,10 @@ class MangledIlvlTestCase(_TranslationTestCase):
<li>AAA</li>
</ol>
<ol data-list-type="decimal">
<li>BBB
<ol data-list-type="decimal">
<li>CCC</li>
</ol>
</li>
<li>BBB</li>
</ol>
<ol data-list-type="decimal">
<li>CCC</li>
</ol>
</html>
'''
Expand Down

0 comments on commit c6870be

Please sign in to comment.