Skip to content

Commit adbb5f0

Browse files
author
Jason Ward
committed
refs #28: updated test based on merged master
1 parent 7b9bad2 commit adbb5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydocx/tests/test_xml.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ class DeleteTagInList(_TranslationTestCase):
722722
expected_output = '''
723723
<html><body>
724724
<ol data-list-type="decimal">
725-
<li>AAA<br/>
725+
<li>AAA<br />
726726
<span class='delete' author='' date=''>BBB</span>
727727
</li>
728728
<li>CCC</li>
@@ -746,7 +746,7 @@ class InsertTagInList(_TranslationTestCase):
746746
expected_output = '''
747747
<html><body>
748748
<ol data-list-type="decimal">
749-
<li>AAA<br/>
749+
<li>AAA<br />
750750
<span class='insert' author='' date=''>BBB</span>
751751
</li>
752752
<li>CCC</li>
@@ -771,7 +771,7 @@ class SmartTagInList(_TranslationTestCase):
771771
expected_output = '''
772772
<html><body>
773773
<ol data-list-type="decimal">
774-
<li>AAA<br/>
774+
<li>AAA<br />
775775
BBB
776776
</li>
777777
<li>CCC</li>

0 commit comments

Comments
 (0)