File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -673,14 +673,12 @@ def get_xml(self):
673
673
674
674
class DeleteTagInList (_TranslationTestCase ):
675
675
expected_output = '''
676
- <html><body>
677
- <ol data-list-type="decimal">
676
+ <ol list-style-type="decimal">
678
677
<li>AAA<br/>
679
678
<span class='delete' author='' date=''>BBB</span>
680
679
</li>
681
680
<li>CCC</li>
682
681
</ol>
683
- </body></html>
684
682
'''
685
683
686
684
def get_xml (self ):
@@ -697,14 +695,12 @@ def get_xml(self):
697
695
698
696
class InsertTagInList (_TranslationTestCase ):
699
697
expected_output = '''
700
- <html><body>
701
- <ol data-list-type="decimal">
698
+ <ol list-style-type="decimal">
702
699
<li>AAA<br/>
703
700
<span class='insert' author='' date=''>BBB</span>
704
701
</li>
705
702
<li>CCC</li>
706
703
</ol>
707
- </body></html>
708
704
'''
709
705
710
706
def get_xml (self ):
@@ -722,14 +718,12 @@ def get_xml(self):
722
718
723
719
class SmartTagInList (_TranslationTestCase ):
724
720
expected_output = '''
725
- <html><body>
726
- <ol data-list-type="decimal">
721
+ <ol list-style-type="decimal">
727
722
<li>AAA<br/>
728
723
BBB
729
724
</li>
730
725
<li>CCC</li>
731
726
</ol>
732
- </body></html>
733
727
'''
734
728
735
729
def get_xml (self ):
You can’t perform that action at this time.
0 commit comments