File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -722,7 +722,7 @@ class DeleteTagInList(_TranslationTestCase):
722
722
expected_output = '''
723
723
<html><body>
724
724
<ol data-list-type="decimal">
725
- <li>AAA<br/>
725
+ <li>AAA<br />
726
726
<span class='delete' author='' date=''>BBB</span>
727
727
</li>
728
728
<li>CCC</li>
@@ -746,7 +746,7 @@ class InsertTagInList(_TranslationTestCase):
746
746
expected_output = '''
747
747
<html><body>
748
748
<ol data-list-type="decimal">
749
- <li>AAA<br/>
749
+ <li>AAA<br />
750
750
<span class='insert' author='' date=''>BBB</span>
751
751
</li>
752
752
<li>CCC</li>
@@ -771,7 +771,7 @@ class SmartTagInList(_TranslationTestCase):
771
771
expected_output = '''
772
772
<html><body>
773
773
<ol data-list-type="decimal">
774
- <li>AAA<br/>
774
+ <li>AAA<br />
775
775
BBB
776
776
</li>
777
777
<li>CCC</li>
You can’t perform that action at this time.
0 commit comments