Skip to content

Commit 90f29e4

Browse files
author
Jason Ward
committed
refs #29: updated tests based on merged master
1 parent 475df84 commit 90f29e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydocx/tests/test_xml.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,14 +874,12 @@ def get_xml(self):
874874

875875
class SDTTestCase(_TranslationTestCase):
876876
expected_output = '''
877-
<html><body>
878-
<ol data-list-type="decimal">
877+
<ol list-style-type="decimal">
879878
<li>AAA<br/>
880879
BBB
881880
</li>
882881
<li>CCC</li>
883882
</ol>
884-
</body></html>
885883
'''
886884

887885
def get_xml(self):

0 commit comments

Comments
 (0)